Shades of Eden #166D56
Tints of Eden #166D56
RGB
CMYK
RGB Variations
Color information
#166D56 (or 0x166D56) is known color: Eden. HEX triplet: 16, 6D and 56. RGB value is (22,109,86). Sum of RGB (Red+Green+Blue) = 22+109+86=217 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.14% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #166D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166D56 is #E992A9. Grayscale: #505050. Windows color (decimal): -15307434 or 5664022. OLE color: 5664022.
HSL color Cylindrical-coordinate representation of color #166D56: hue angle of 164.14º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #166D56 is Cyan = 0.80, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 22 | 109 | 86 | - |
| CMYK | 0.80 | 0 | 0.21 | 0.57 |
| HSL | 164.14º | 0.66% | 0.26% | - |
| HSV(B) | 164.14º | 0.8% | 0.43% | - |
| XYZ | 7.48 | 11.78 | 10.68 | - |
| YUV | 80.37 | 131.18 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 109 | 86 | 0.80 | 0 | 0.21 | 0.57 | 164.14 | 0.66 | 0.26 |
| Hex | 16 | 6D | 56 | 50 | 0 | 15 | 39 | A4 | 42 | 1A |
| Octal | 26 | 155 | 126 | 120 | 0 | 25 | 71 | 244 | 102 | 32 |
| Binary | 10110 | 1101101 | 1010110 | 1010000 | 0 | 10101 | 111001 | 10100100 | 1000010 | 11010 |
Color Harmonies of #166D56
Complementary color
Monochromatic Colors of #166D56
Black with #166D56
Text Example
Text Example
White with #166D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166D56; }
p { color: rgb(22,109,86); }
H1.HeaderClassName
{
color: #166D56;
}
.AnyTagClassName
{
color: #166D56;
}
</style>
background-color css
<style>
a { background-color: #166D56; }
a { background-color: rgb(22,109,86); }
div.DivClassName
{
background-color: #166D56;
}
.BgClassName
{
background-color: #166D56;
}
</style>
border-color css
<style>
span { border-color: #166D56; }
span { border-color: rgb(22,109,86); }
td.TdClassName
{
border-color: #166D56;
}
.TagClassName
{
border-color: #166D56;
}
</style>