Shades of Eden #166150
Tints of Eden #166150
RGB
CMYK
RGB Variations
Color information
#166150 (or 0x166150) is known color: Eden. HEX triplet: 16, 61 and 50. RGB value is (22,97,80). Sum of RGB (Red+Green+Blue) = 22+97+80=199 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.06% from 199); Green value is 97 (38.28% from 255 or 48.74% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 97 - color contains mainly: green. Hex color #166150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166150 is #E99EAF. Grayscale: #484848. Windows color (decimal): -15310512 or 5267734. OLE color: 5267734.
HSL color Cylindrical-coordinate representation of color #166150: hue angle of 166.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #166150 is Cyan = 0.77, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 80 | - |
| CMYK | 0.77 | 0 | 0.18 | 0.62 |
| HSL | 166.4º | 0.63% | 0.23% | - |
| HSV(B) | 166.4º | 0.77% | 0.38% | - |
| XYZ | 6.05 | 9.3 | 9.07 | - |
| YUV | 72.64 | 132.15 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 80 | 0.77 | 0 | 0.18 | 0.62 | 166.4 | 0.63 | 0.23 |
| Hex | 16 | 61 | 50 | 4D | 0 | 12 | 3E | A6 | 3F | 17 |
| Octal | 26 | 141 | 120 | 115 | 0 | 22 | 76 | 246 | 77 | 27 |
| Binary | 10110 | 1100001 | 1010000 | 1001101 | 0 | 10010 | 111110 | 10100110 | 111111 | 10111 |
Color Harmonies of #166150
Complementary color
Monochromatic Colors of #166150
Black with #166150
Text Example
Text Example
White with #166150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166150; }
p { color: rgb(22,97,80); }
H1.HeaderClassName
{
color: #166150;
}
.AnyTagClassName
{
color: #166150;
}
</style>
background-color css
<style>
a { background-color: #166150; }
a { background-color: rgb(22,97,80); }
div.DivClassName
{
background-color: #166150;
}
.BgClassName
{
background-color: #166150;
}
</style>
border-color css
<style>
span { border-color: #166150; }
span { border-color: rgb(22,97,80); }
td.TdClassName
{
border-color: #166150;
}
.TagClassName
{
border-color: #166150;
}
</style>