Shades of Eden #165A51
Tints of Eden #165A51
RGB
CMYK
RGB Variations
Color information
#165A51 (or 0x165A51) is known color: Eden. HEX triplet: 16, 5A and 51. RGB value is (22,90,81). Sum of RGB (Red+Green+Blue) = 22+90+81=193 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.40% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #165A51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A51 is #E9A5AE. Grayscale: #444444. Windows color (decimal): -15312303 or 5331478. OLE color: 5331478.
HSL color Cylindrical-coordinate representation of color #165A51: hue angle of 172.06º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165A51 is Cyan = 0.76, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 81 | - |
| CMYK | 0.76 | 0 | 0.1 | 0.65 |
| HSL | 172.06º | 0.61% | 0.22% | - |
| HSV(B) | 172.06º | 0.76% | 0.35% | - |
| XYZ | 5.47 | 8.08 | 9.06 | - |
| YUV | 68.64 | 134.97 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 81 | 0.76 | 0 | 0.1 | 0.65 | 172.06 | 0.61 | 0.22 |
| Hex | 16 | 5A | 51 | 4C | 0 | A | 41 | AC | 3D | 16 |
| Octal | 26 | 132 | 121 | 114 | 0 | 12 | 101 | 254 | 75 | 26 |
| Binary | 10110 | 1011010 | 1010001 | 1001100 | 0 | 1010 | 1000001 | 10101100 | 111101 | 10110 |
Color Harmonies of #165A51
Complementary color
Monochromatic Colors of #165A51
Black with #165A51
Text Example
Text Example
White with #165A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A51; }
p { color: rgb(22,90,81); }
H1.HeaderClassName
{
color: #165A51;
}
.AnyTagClassName
{
color: #165A51;
}
</style>
background-color css
<style>
a { background-color: #165A51; }
a { background-color: rgb(22,90,81); }
div.DivClassName
{
background-color: #165A51;
}
.BgClassName
{
background-color: #165A51;
}
</style>
border-color css
<style>
span { border-color: #165A51; }
span { border-color: rgb(22,90,81); }
td.TdClassName
{
border-color: #165A51;
}
.TagClassName
{
border-color: #165A51;
}
</style>