Shades of Eden #1F6F5D
Tints of Eden #1F6F5D
RGB
CMYK
RGB Variations
Color information
#1F6F5D (or 0x1F6F5D) is known color: Eden. HEX triplet: 1F, 6F and 5D. RGB value is (31,111,93). Sum of RGB (Red+Green+Blue) = 31+111+93=235 (31% of max value = 765). Red value is 31 (12.5% from 255 or 13.19% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6F5D is #E090A2. Grayscale: #555555. Windows color (decimal): -14717091 or 6123295. OLE color: 6123295.
HSL color Cylindrical-coordinate representation of color #1F6F5D: hue angle of 166.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6F5D is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 111 | 93 | - |
| CMYK | 0.72 | 0 | 0.16 | 0.56 |
| HSL | 166.5º | 0.56% | 0.28% | - |
| HSV(B) | 166.5º | 0.72% | 0.44% | - |
| XYZ | 8.23 | 12.45 | 12.33 | - |
| YUV | 85.03 | 132.5 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 111 | 93 | 0.72 | 0 | 0.16 | 0.56 | 166.5 | 0.56 | 0.28 |
| Hex | 1F | 6F | 5D | 48 | 0 | 10 | 38 | A6 | 38 | 1C |
| Octal | 37 | 157 | 135 | 110 | 0 | 20 | 70 | 246 | 70 | 34 |
| Binary | 11111 | 1101111 | 1011101 | 1001000 | 0 | 10000 | 111000 | 10100110 | 111000 | 11100 |
Color Harmonies of #1F6F5D
Complementary color
Monochromatic Colors of #1F6F5D
Black with #1F6F5D
Text Example
Text Example
White with #1F6F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6F5D; }
p { color: rgb(31,111,93); }
H1.HeaderClassName
{
color: #1F6F5D;
}
.AnyTagClassName
{
color: #1F6F5D;
}
</style>
background-color css
<style>
a { background-color: #1F6F5D; }
a { background-color: rgb(31,111,93); }
div.DivClassName
{
background-color: #1F6F5D;
}
.BgClassName
{
background-color: #1F6F5D;
}
</style>
border-color css
<style>
span { border-color: #1F6F5D; }
span { border-color: rgb(31,111,93); }
td.TdClassName
{
border-color: #1F6F5D;
}
.TagClassName
{
border-color: #1F6F5D;
}
</style>