#1F6E5C

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

Shades of Eden #1F6E5C

Tints of Eden #1F6E5C

Color information

#1F6E5C (or 0x1F6E5C) is unknown color: approx Eden. HEX triplet: 1F, 6E and 5C. RGB value is (31,110,92). Sum of RGB (Red+Green+Blue) = 31+110+92=233 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.30% from 233); Green value is 110 (43.36% from 255 or 47.21% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E5C is #E091A3. Grayscale: #545454. Windows color (decimal): -14717348 or 6057503. OLE color: 6057503.

HSL color Cylindrical-coordinate representation of color #1F6E5C: hue angle of 166.33º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6E5C is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB3111092-
CMYK0.7200.160.57
HSL166.33º56.03%27.65%-
HSV(B)166.33º71.82%43.14%-
XYZ8.0712.2212.06-
YUV84.33132.3389.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.30%
GREEN value IS 110 (43.36% from 255) = 47.21%
BLUE value IS 92 (36.33% from 255) = 39.48%
R=13.30%
G=47.21%
B=39.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31110920.7200.160.57166.3356.0327.65
Hex1F6E5C4801039a6381c
Octal37156134110020712467034
Binary111111101110101110010010000100001110011010011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,110,92); }

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

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

 a { background-color: rgb(31,110,92); }

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

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

 span { border-color: rgb(31,110,92); }

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