Shades of Eden #166A54
Tints of Eden #166A54
RGB
CMYK
RGB Variations
Color information
#166A54 (or 0x166A54) is known color: Eden. HEX triplet: 16, 6A and 54. RGB value is (22,106,84). Sum of RGB (Red+Green+Blue) = 22+106+84=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 106 (41.80% from 255 or 50% from 212); Blue value is 84 (33.20% from 255 or 39.62% from 212); Max value from RGB is 106 - color contains mainly: green. Hex color #166A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166A54 is #E995AB. Grayscale: #4E4E4E. Windows color (decimal): -15308204 or 5532182. OLE color: 5532182.
HSL color Cylindrical-coordinate representation of color #166A54: hue angle of 164.29º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #166A54 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 106 | 84 | - |
| CMYK | 0.79 | 0 | 0.21 | 0.58 |
| HSL | 164.29º | 0.66% | 0.25% | - |
| HSV(B) | 164.29º | 0.79% | 0.42% | - |
| XYZ | 7.09 | 11.12 | 10.16 | - |
| YUV | 78.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 84 | 0.79 | 0 | 0.21 | 0.58 | 164.29 | 0.66 | 0.25 |
| Hex | 16 | 6A | 54 | 4F | 0 | 15 | 3A | A4 | 42 | 19 |
| Octal | 26 | 152 | 124 | 117 | 0 | 25 | 72 | 244 | 102 | 31 |
| Binary | 10110 | 1101010 | 1010100 | 1001111 | 0 | 10101 | 111010 | 10100100 | 1000010 | 11001 |
Color Harmonies of #166A54
Complementary color
Monochromatic Colors of #166A54
Black with #166A54
Text Example
Text Example
White with #166A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A54; }
p { color: rgb(22,106,84); }
H1.HeaderClassName
{
color: #166A54;
}
.AnyTagClassName
{
color: #166A54;
}
</style>
background-color css
<style>
a { background-color: #166A54; }
a { background-color: rgb(22,106,84); }
div.DivClassName
{
background-color: #166A54;
}
.BgClassName
{
background-color: #166A54;
}
</style>
border-color css
<style>
span { border-color: #166A54; }
span { border-color: rgb(22,106,84); }
td.TdClassName
{
border-color: #166A54;
}
.TagClassName
{
border-color: #166A54;
}
</style>