Shades of Evening Sea #165E4A
Tints of Evening Sea #165E4A
RGB
CMYK
RGB Variations
Color information
#165E4A (or 0x165E4A) is known color: Evening Sea. HEX triplet: 16, 5E and 4A. RGB value is (22,94,74). Sum of RGB (Red+Green+Blue) = 22+94+74=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 94 (37.11% from 255 or 49.47% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 94 - color contains mainly: green. Hex color #165E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #165E4A is #E9A1B5. Grayscale: #464646. Windows color (decimal): -15311286 or 4873750. OLE color: 4873750.
HSL color Cylindrical-coordinate representation of color #165E4A: hue angle of 163.33º 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 #165E4A is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 22 | 94 | 74 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.63 |
| HSL | 163.33º | 0.62% | 0.23% | - |
| HSV(B) | 163.33º | 0.77% | 0.37% | - |
| XYZ | 5.57 | 8.67 | 7.86 | - |
| YUV | 70.19 | 130.15 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 94 | 74 | 0.77 | 0 | 0.21 | 0.63 | 163.33 | 0.62 | 0.23 |
| Hex | 16 | 5E | 4A | 4D | 0 | 15 | 3F | A3 | 3E | 17 |
| Octal | 26 | 136 | 112 | 115 | 0 | 25 | 77 | 243 | 76 | 27 |
| Binary | 10110 | 1011110 | 1001010 | 1001101 | 0 | 10101 | 111111 | 10100011 | 111110 | 10111 |
Color Harmonies of #165E4A
Complementary color
Monochromatic Colors of #165E4A
Black with #165E4A
Text Example
Text Example
White with #165E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #165E4A; }
p { color: rgb(22,94,74); }
H1.HeaderClassName
{
color: #165E4A;
}
.AnyTagClassName
{
color: #165E4A;
}
</style>
background-color css
<style>
a { background-color: #165E4A; }
a { background-color: rgb(22,94,74); }
div.DivClassName
{
background-color: #165E4A;
}
.BgClassName
{
background-color: #165E4A;
}
</style>
border-color css
<style>
span { border-color: #165E4A; }
span { border-color: rgb(22,94,74); }
td.TdClassName
{
border-color: #165E4A;
}
.TagClassName
{
border-color: #165E4A;
}
</style>