Shades of Eden #166A53
Tints of Eden #166A53
RGB
CMYK
RGB Variations
Color information
#166A53 (or 0x166A53) is known color: Eden. HEX triplet: 16, 6A and 53. RGB value is (22,106,83). Sum of RGB (Red+Green+Blue) = 22+106+83=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 106 (41.80% from 255 or 50.24% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 106 - color contains mainly: green. Hex color #166A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166A53 is #E995AC. Grayscale: #4E4E4E. Windows color (decimal): -15308205 or 5466646. OLE color: 5466646.
HSL color Cylindrical-coordinate representation of color #166A53: hue angle of 163.57º 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 #166A53 is Cyan = 0.79, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 22 | 106 | 83 | - |
| CMYK | 0.79 | 0 | 0.22 | 0.58 |
| HSL | 163.57º | 0.66% | 0.25% | - |
| HSV(B) | 163.57º | 0.79% | 0.42% | - |
| XYZ | 7.05 | 11.1 | 9.96 | - |
| YUV | 78.26 | 130.67 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 106 | 83 | 0.79 | 0 | 0.22 | 0.58 | 163.57 | 0.66 | 0.25 |
| Hex | 16 | 6A | 53 | 4F | 0 | 16 | 3A | A4 | 42 | 19 |
| Octal | 26 | 152 | 123 | 117 | 0 | 26 | 72 | 244 | 102 | 31 |
| Binary | 10110 | 1101010 | 1010011 | 1001111 | 0 | 10110 | 111010 | 10100100 | 1000010 | 11001 |
Color Harmonies of #166A53
Complementary color
Monochromatic Colors of #166A53
Black with #166A53
Text Example
Text Example
White with #166A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #166A53; }
p { color: rgb(22,106,83); }
H1.HeaderClassName
{
color: #166A53;
}
.AnyTagClassName
{
color: #166A53;
}
</style>
background-color css
<style>
a { background-color: #166A53; }
a { background-color: rgb(22,106,83); }
div.DivClassName
{
background-color: #166A53;
}
.BgClassName
{
background-color: #166A53;
}
</style>
border-color css
<style>
span { border-color: #166A53; }
span { border-color: rgb(22,106,83); }
td.TdClassName
{
border-color: #166A53;
}
.TagClassName
{
border-color: #166A53;
}
</style>