Shades of Evening Sea #16594D
Tints of Evening Sea #16594D
RGB
CMYK
RGB Variations
Color information
#16594D (or 0x16594D) is known color: Evening Sea. HEX triplet: 16, 59 and 4D. RGB value is (22,89,77). Sum of RGB (Red+Green+Blue) = 22+89+77=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 89 (35.16% from 255 or 47.34% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 89 - color contains mainly: green. Hex color #16594D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16594D is #E9A6B2. Grayscale: #434343. Windows color (decimal): -15312563 or 5069078. OLE color: 5069078.
HSL color Cylindrical-coordinate representation of color #16594D: hue angle of 169.25º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #16594D is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 22 | 89 | 77 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.65 |
| HSL | 169.25º | 0.6% | 0.22% | - |
| HSV(B) | 169.25º | 0.75% | 0.35% | - |
| XYZ | 5.24 | 7.85 | 8.26 | - |
| YUV | 67.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 89 | 77 | 0.75 | 0 | 0.13 | 0.65 | 169.25 | 0.6 | 0.22 |
| Hex | 16 | 59 | 4D | 4B | 0 | D | 41 | A9 | 3C | 16 |
| Octal | 26 | 131 | 115 | 113 | 0 | 15 | 101 | 251 | 74 | 26 |
| Binary | 10110 | 1011001 | 1001101 | 1001011 | 0 | 1101 | 1000001 | 10101001 | 111100 | 10110 |
Color Harmonies of #16594D
Complementary color
Monochromatic Colors of #16594D
Black with #16594D
Text Example
Text Example
White with #16594D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16594D; }
p { color: rgb(22,89,77); }
H1.HeaderClassName
{
color: #16594D;
}
.AnyTagClassName
{
color: #16594D;
}
</style>
background-color css
<style>
a { background-color: #16594D; }
a { background-color: rgb(22,89,77); }
div.DivClassName
{
background-color: #16594D;
}
.BgClassName
{
background-color: #16594D;
}
</style>
border-color css
<style>
span { border-color: #16594D; }
span { border-color: rgb(22,89,77); }
td.TdClassName
{
border-color: #16594D;
}
.TagClassName
{
border-color: #16594D;
}
</style>