#1E685C

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

Shades of Eden #1E685C

Tints of Eden #1E685C

Color information

#1E685C (or 0x1E685C) is unknown color: approx Eden. HEX triplet: 1E, 68 and 5C. RGB value is (30,104,92). Sum of RGB (Red+Green+Blue) = 30+104+92=226 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.27% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 104 - color contains mainly: green. Hex color #1E685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E685C is #E197A3. Grayscale: #505050. Windows color (decimal): -14784420 or 6055966. OLE color: 6055966.

HSL color Cylindrical-coordinate representation of color #1E685C: hue angle of 170.27º 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 #1E685C is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB3010492-
CMYK0.7100.120.59
HSL170.27º55.22%26.27%-
HSV(B)170.27º71.15%40.78%-
XYZ7.4210.9511.85-
YUV80.51134.4891.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.27%
GREEN value IS 104 (41.02% from 255) = 46.02%
BLUE value IS 92 (36.33% from 255) = 40.71%
R=13.27%
G=46.02%
B=40.71%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal30104920.7100.120.59170.2755.2226.27
Hex1E685C470C3Baa371a
Octal36150134107014732526732
Binary11110110100010111001000111011001110111010101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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