#1E6858

Color #1E6858 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #1E6858

Tints of Eden #1E6858

Color information

#1E6858 (or 0x1E6858) is unknown color: approx Eden. HEX triplet: 1E, 68 and 58. RGB value is (30,104,88). Sum of RGB (Red+Green+Blue) = 30+104+88=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 104 (41.02% from 255 or 46.85% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 104 - color contains mainly: green. Hex color #1E6858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6858 is #E197A7. Grayscale: #505050. Windows color (decimal): -14784424 or 5793822. OLE color: 5793822.

HSL color Cylindrical-coordinate representation of color #1E6858: hue angle of 167.03º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E6858 is Cyan = 0.71, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB3010488-
CMYK0.7100.150.59
HSL167.03º55.22%26.27%-
HSV(B)167.03º71.15%40.78%-
XYZ7.2510.8810.95-
YUV80.05132.4892.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 104 (41.02% from 255) = 46.85%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=13.51%
G=46.85%
B=39.64%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30104880.7100.150.59167.0355.2226.27
Hex1E6858470F3Ba7371a
Octal36150130107017732476732
Binary11110110100010110001000111011111110111010011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E6858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E6858; }

 p { color: rgb(30,104,88); }

 H1.HeaderClassName
 {
   color: #1E6858;
 }
 .AnyTagClassName
 {
   color: #1E6858;
 }
</style>
background-color css

<style>
 a { background-color: #1E6858; }

 a { background-color: rgb(30,104,88); }

 div.DivClassName
 {
   background-color: #1E6858;
 }
 .BgClassName
 {
   background-color: #1E6858;
 }
</style>
border-color css

<style>
 span { border-color: #1E6858; }

 span { border-color: rgb(30,104,88); }

 td.TdClassName
 {
   border-color: #1E6858;
 }
 .TagClassName
 {
   border-color: #1E6858;
 }
</style>