Shades of Eden #166952
Tints of Eden #166952
RGB
CMYK
RGB Variations
Color information
#166952 (or 0x166952) is known color: Eden. HEX triplet: 16, 69 and 52. RGB value is (22,105,82). Sum of RGB (Red+Green+Blue) = 22+105+82=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 105 (41.41% from 255 or 50.24% from 209); Blue value is 82 (32.42% from 255 or 39.23% from 209); Max value from RGB is 105 - color contains mainly: green. Hex color #166952 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166952 is #E996AD. Grayscale: #4D4D4D. Windows color (decimal): -15308462 or 5400854. OLE color: 5400854.
HSL color Cylindrical-coordinate representation of color #166952: hue angle of 163.37º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166952 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 22 | 105 | 82 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.59 |
| HSL | 163.37º | 0.65% | 0.25% | - |
| HSV(B) | 163.37º | 0.79% | 0.41% | - |
| XYZ | 6.91 | 10.88 | 9.72 | - |
| YUV | 77.56 | 130.5 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 105 | 82 | 0.79 | 0 | 0.22 | 0.59 | 163.37 | 0.65 | 0.25 |
| Hex | 16 | 69 | 52 | 4F | 0 | 16 | 3B | A3 | 41 | 19 |
| Octal | 26 | 151 | 122 | 117 | 0 | 26 | 73 | 243 | 101 | 31 |
| Binary | 10110 | 1101001 | 1010010 | 1001111 | 0 | 10110 | 111011 | 10100011 | 1000001 | 11001 |
Color Harmonies of #166952
Complementary color
Monochromatic Colors of #166952
Black with #166952
Text Example
Text Example
White with #166952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166952; }
p { color: rgb(22,105,82); }
H1.HeaderClassName
{
color: #166952;
}
.AnyTagClassName
{
color: #166952;
}
</style>
background-color css
<style>
a { background-color: #166952; }
a { background-color: rgb(22,105,82); }
div.DivClassName
{
background-color: #166952;
}
.BgClassName
{
background-color: #166952;
}
</style>
border-color css
<style>
span { border-color: #166952; }
span { border-color: rgb(22,105,82); }
td.TdClassName
{
border-color: #166952;
}
.TagClassName
{
border-color: #166952;
}
</style>