Shades of Eden #1F6E59
Tints of Eden #1F6E59
RGB
CMYK
RGB Variations
Color information
#1F6E59 (or 0x1F6E59) is known color: Eden. HEX triplet: 1F, 6E and 59. RGB value is (31,110,89). Sum of RGB (Red+Green+Blue) = 31+110+89=230 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.48% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 89 (35.16% from 255 or 38.70% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #1F6E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6E59 is #E091A6. Grayscale: #535353. Windows color (decimal): -14717351 or 5860895. OLE color: 5860895.
HSL color Cylindrical-coordinate representation of color #1F6E59: hue angle of 164.05º 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 #1F6E59 is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 31 | 110 | 89 | - |
| CMYK | 0.72 | 0 | 0.19 | 0.57 |
| HSL | 164.05º | 0.56% | 0.28% | - |
| HSV(B) | 164.05º | 0.72% | 0.43% | - |
| XYZ | 7.94 | 12.16 | 11.38 | - |
| YUV | 83.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 110 | 89 | 0.72 | 0 | 0.19 | 0.57 | 164.05 | 0.56 | 0.28 |
| Hex | 1F | 6E | 59 | 48 | 0 | 13 | 39 | A4 | 38 | 1C |
| Octal | 37 | 156 | 131 | 110 | 0 | 23 | 71 | 244 | 70 | 34 |
| Binary | 11111 | 1101110 | 1011001 | 1001000 | 0 | 10011 | 111001 | 10100100 | 111000 | 11100 |
Color Harmonies of #1F6E59
Complementary color
Monochromatic Colors of #1F6E59
Black with #1F6E59
Text Example
Text Example
White with #1F6E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6E59; }
p { color: rgb(31,110,89); }
H1.HeaderClassName
{
color: #1F6E59;
}
.AnyTagClassName
{
color: #1F6E59;
}
</style>
background-color css
<style>
a { background-color: #1F6E59; }
a { background-color: rgb(31,110,89); }
div.DivClassName
{
background-color: #1F6E59;
}
.BgClassName
{
background-color: #1F6E59;
}
</style>
border-color css
<style>
span { border-color: #1F6E59; }
span { border-color: rgb(31,110,89); }
td.TdClassName
{
border-color: #1F6E59;
}
.TagClassName
{
border-color: #1F6E59;
}
</style>