Shades of Evening Sea #165A49
Tints of Evening Sea #165A49
RGB
CMYK
RGB Variations
Color information
#165A49 (or 0x165A49) is known color: Evening Sea. HEX triplet: 16, 5A and 49. RGB value is (22,90,73). Sum of RGB (Red+Green+Blue) = 22+90+73=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #165A49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165A49 is #E9A5B6. Grayscale: #434343. Windows color (decimal): -15312311 or 4807190. OLE color: 4807190.
HSL color Cylindrical-coordinate representation of color #165A49: hue angle of 165º 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 #165A49 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 90 | 73 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.65 |
| HSL | 165º | 0.61% | 0.22% | - |
| HSV(B) | 165º | 0.76% | 0.35% | - |
| XYZ | 5.19 | 7.96 | 7.57 | - |
| YUV | 67.73 | 130.97 | 95.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 90 | 73 | 0.76 | 0 | 0.19 | 0.65 | 165 | 0.61 | 0.22 |
| Hex | 16 | 5A | 49 | 4C | 0 | 13 | 41 | A5 | 3D | 16 |
| Octal | 26 | 132 | 111 | 114 | 0 | 23 | 101 | 245 | 75 | 26 |
| Binary | 10110 | 1011010 | 1001001 | 1001100 | 0 | 10011 | 1000001 | 10100101 | 111101 | 10110 |
Color Harmonies of #165A49
Complementary color
Monochromatic Colors of #165A49
Black with #165A49
Text Example
Text Example
White with #165A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165A49; }
p { color: rgb(22,90,73); }
H1.HeaderClassName
{
color: #165A49;
}
.AnyTagClassName
{
color: #165A49;
}
</style>
background-color css
<style>
a { background-color: #165A49; }
a { background-color: rgb(22,90,73); }
div.DivClassName
{
background-color: #165A49;
}
.BgClassName
{
background-color: #165A49;
}
</style>
border-color css
<style>
span { border-color: #165A49; }
span { border-color: rgb(22,90,73); }
td.TdClassName
{
border-color: #165A49;
}
.TagClassName
{
border-color: #165A49;
}
</style>