Shades of Eden #165C50
Tints of Eden #165C50
RGB
CMYK
RGB Variations
Color information
#165C50 (or 0x165C50) is known color: Eden. HEX triplet: 16, 5C and 50. RGB value is (22,92,80). Sum of RGB (Red+Green+Blue) = 22+92+80=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 92 (36.33% from 255 or 47.42% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 92 - color contains mainly: green. Hex color #165C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165C50 is #E9A3AF. Grayscale: #454545. Windows color (decimal): -15311792 or 5266454. OLE color: 5266454.
HSL color Cylindrical-coordinate representation of color #165C50: hue angle of 169.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #165C50 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 22 | 92 | 80 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.64 |
| HSL | 169.71º | 0.61% | 0.22% | - |
| HSV(B) | 169.71º | 0.76% | 0.36% | - |
| XYZ | 5.61 | 8.4 | 8.92 | - |
| YUV | 69.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 92 | 80 | 0.76 | 0 | 0.13 | 0.64 | 169.71 | 0.61 | 0.22 |
| Hex | 16 | 5C | 50 | 4C | 0 | D | 40 | AA | 3D | 16 |
| Octal | 26 | 134 | 120 | 114 | 0 | 15 | 100 | 252 | 75 | 26 |
| Binary | 10110 | 1011100 | 1010000 | 1001100 | 0 | 1101 | 1000000 | 10101010 | 111101 | 10110 |
Color Harmonies of #165C50
Complementary color
Monochromatic Colors of #165C50
Black with #165C50
Text Example
Text Example
White with #165C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165C50; }
p { color: rgb(22,92,80); }
H1.HeaderClassName
{
color: #165C50;
}
.AnyTagClassName
{
color: #165C50;
}
</style>
background-color css
<style>
a { background-color: #165C50; }
a { background-color: rgb(22,92,80); }
div.DivClassName
{
background-color: #165C50;
}
.BgClassName
{
background-color: #165C50;
}
</style>
border-color css
<style>
span { border-color: #165C50; }
span { border-color: rgb(22,92,80); }
td.TdClassName
{
border-color: #165C50;
}
.TagClassName
{
border-color: #165C50;
}
</style>