Shades of Evening Sea #16614E
Tints of Evening Sea #16614E
RGB
CMYK
RGB Variations
Color information
#16614E (or 0x16614E) is known color: Evening Sea. HEX triplet: 16, 61 and 4E. RGB value is (22,97,78). Sum of RGB (Red+Green+Blue) = 22+97+78=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #16614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16614E is #E99EB1. Grayscale: #484848. Windows color (decimal): -15310514 or 5136662. OLE color: 5136662.
HSL color Cylindrical-coordinate representation of color #16614E: hue angle of 164.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16614E is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 22 | 97 | 78 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.62 |
| HSL | 164.8º | 0.63% | 0.23% | - |
| HSV(B) | 164.8º | 0.77% | 0.38% | - |
| XYZ | 5.98 | 9.27 | 8.68 | - |
| YUV | 72.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 97 | 78 | 0.77 | 0 | 0.20 | 0.62 | 164.8 | 0.63 | 0.23 |
| Hex | 16 | 61 | 4E | 4D | 0 | 14 | 3E | A5 | 3F | 17 |
| Octal | 26 | 141 | 116 | 115 | 0 | 24 | 76 | 245 | 77 | 27 |
| Binary | 10110 | 1100001 | 1001110 | 1001101 | 0 | 10100 | 111110 | 10100101 | 111111 | 10111 |
Color Harmonies of #16614E
Complementary color
Monochromatic Colors of #16614E
Black with #16614E
Text Example
Text Example
White with #16614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16614E; }
p { color: rgb(22,97,78); }
H1.HeaderClassName
{
color: #16614E;
}
.AnyTagClassName
{
color: #16614E;
}
</style>
background-color css
<style>
a { background-color: #16614E; }
a { background-color: rgb(22,97,78); }
div.DivClassName
{
background-color: #16614E;
}
.BgClassName
{
background-color: #16614E;
}
</style>
border-color css
<style>
span { border-color: #16614E; }
span { border-color: rgb(22,97,78); }
td.TdClassName
{
border-color: #16614E;
}
.TagClassName
{
border-color: #16614E;
}
</style>