Shades of Eden #165F53
Tints of Eden #165F53
RGB
CMYK
RGB Variations
Color information
#165F53 (or 0x165F53) is known color: Eden. HEX triplet: 16, 5F and 53. RGB value is (22,95,83). Sum of RGB (Red+Green+Blue) = 22+95+83=200 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 95 - color contains mainly: green. Hex color #165F53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165F53 is #E9A0AC. Grayscale: #474747. Windows color (decimal): -15311021 or 5463830. OLE color: 5463830.
HSL color Cylindrical-coordinate representation of color #165F53: hue angle of 170.14º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #165F53 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 95 | 83 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.63 |
| HSL | 170.14º | 0.62% | 0.23% | - |
| HSV(B) | 170.14º | 0.77% | 0.37% | - |
| XYZ | 5.98 | 8.98 | 9.6 | - |
| YUV | 71.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 95 | 83 | 0.77 | 0 | 0.13 | 0.63 | 170.14 | 0.62 | 0.23 |
| Hex | 16 | 5F | 53 | 4D | 0 | D | 3F | AA | 3E | 17 |
| Octal | 26 | 137 | 123 | 115 | 0 | 15 | 77 | 252 | 76 | 27 |
| Binary | 10110 | 1011111 | 1010011 | 1001101 | 0 | 1101 | 111111 | 10101010 | 111110 | 10111 |
Color Harmonies of #165F53
Complementary color
Monochromatic Colors of #165F53
Black with #165F53
Text Example
Text Example
White with #165F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165F53; }
p { color: rgb(22,95,83); }
H1.HeaderClassName
{
color: #165F53;
}
.AnyTagClassName
{
color: #165F53;
}
</style>
background-color css
<style>
a { background-color: #165F53; }
a { background-color: rgb(22,95,83); }
div.DivClassName
{
background-color: #165F53;
}
.BgClassName
{
background-color: #165F53;
}
</style>
border-color css
<style>
span { border-color: #165F53; }
span { border-color: rgb(22,95,83); }
td.TdClassName
{
border-color: #165F53;
}
.TagClassName
{
border-color: #165F53;
}
</style>