Shades of Eden #11604F
Tints of Eden #11604F
RGB
CMYK
RGB Variations
Color information
#11604F (or 0x11604F) is known color: Eden. HEX triplet: 11, 60 and 4F. RGB value is (17,96,79). Sum of RGB (Red+Green+Blue) = 17+96+79=192 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.85% from 192); Green value is 96 (37.89% from 255 or 50% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 96 - color contains mainly: green. Hex color #11604F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11604F is #EE9FB0. Grayscale: #464646. Windows color (decimal): -15638449 or 5201937. OLE color: 5201937.
HSL color Cylindrical-coordinate representation of color #11604F: hue angle of 167.09º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11604F is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 96 | 79 | - |
| CMYK | 0.82 | 0 | 0.18 | 0.62 |
| HSL | 167.09º | 0.7% | 0.22% | - |
| HSV(B) | 167.09º | 0.82% | 0.38% | - |
| XYZ | 5.83 | 9.05 | 8.84 | - |
| YUV | 70.44 | 132.83 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 96 | 79 | 0.82 | 0 | 0.18 | 0.62 | 167.09 | 0.7 | 0.22 |
| Hex | 11 | 60 | 4F | 52 | 0 | 12 | 3E | A7 | 46 | 16 |
| Octal | 21 | 140 | 117 | 122 | 0 | 22 | 76 | 247 | 106 | 26 |
| Binary | 10001 | 1100000 | 1001111 | 1010010 | 0 | 10010 | 111110 | 10100111 | 1000110 | 10110 |
Color Harmonies of #11604F
Complementary color
Monochromatic Colors of #11604F
Black with #11604F
Text Example
Text Example
White with #11604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11604F; }
p { color: rgb(17,96,79); }
H1.HeaderClassName
{
color: #11604F;
}
.AnyTagClassName
{
color: #11604F;
}
</style>
background-color css
<style>
a { background-color: #11604F; }
a { background-color: rgb(17,96,79); }
div.DivClassName
{
background-color: #11604F;
}
.BgClassName
{
background-color: #11604F;
}
</style>
border-color css
<style>
span { border-color: #11604F; }
span { border-color: rgb(17,96,79); }
td.TdClassName
{
border-color: #11604F;
}
.TagClassName
{
border-color: #11604F;
}
</style>