Shades of Eden #165A50
Tints of Eden #165A50
RGB
CMYK
RGB Variations
Color information
#165A50 (or 0x165A50) is known color: Eden. HEX triplet: 16, 5A and 50. RGB value is (22,90,80). Sum of RGB (Red+Green+Blue) = 22+90+80=192 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.46% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #165A50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A50 is #E9A5AF. Grayscale: #444444. Windows color (decimal): -15312304 or 5265942. OLE color: 5265942.
HSL color Cylindrical-coordinate representation of color #165A50: hue angle of 171.18º 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 #165A50 is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 80 | - |
| CMYK | 0.76 | 0 | 0.11 | 0.65 |
| HSL | 171.18º | 0.61% | 0.22% | - |
| HSV(B) | 171.18º | 0.76% | 0.35% | - |
| XYZ | 5.44 | 8.06 | 8.86 | - |
| YUV | 68.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 80 | 0.76 | 0 | 0.11 | 0.65 | 171.18 | 0.61 | 0.22 |
| Hex | 16 | 5A | 50 | 4C | 0 | B | 41 | AB | 3D | 16 |
| Octal | 26 | 132 | 120 | 114 | 0 | 13 | 101 | 253 | 75 | 26 |
| Binary | 10110 | 1011010 | 1010000 | 1001100 | 0 | 1011 | 1000001 | 10101011 | 111101 | 10110 |
Color Harmonies of #165A50
Complementary color
Monochromatic Colors of #165A50
Black with #165A50
Text Example
Text Example
White with #165A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A50; }
p { color: rgb(22,90,80); }
H1.HeaderClassName
{
color: #165A50;
}
.AnyTagClassName
{
color: #165A50;
}
</style>
background-color css
<style>
a { background-color: #165A50; }
a { background-color: rgb(22,90,80); }
div.DivClassName
{
background-color: #165A50;
}
.BgClassName
{
background-color: #165A50;
}
</style>
border-color css
<style>
span { border-color: #165A50; }
span { border-color: rgb(22,90,80); }
td.TdClassName
{
border-color: #165A50;
}
.TagClassName
{
border-color: #165A50;
}
</style>