Shades of Evening Sea #16564B
Tints of Evening Sea #16564B
RGB
CMYK
RGB Variations
Color information
#16564B (or 0x16564B) is known color: Evening Sea. HEX triplet: 16, 56 and 4B. RGB value is (22,86,75). Sum of RGB (Red+Green+Blue) = 22+86+75=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 86 (33.98% from 255 or 46.99% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 86 - color contains mainly: green. Hex color #16564B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16564B is #E9A9B4. Grayscale: #414141. Windows color (decimal): -15313333 or 4937238. OLE color: 4937238.
HSL color Cylindrical-coordinate representation of color #16564B: hue angle of 169.69º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16564B is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 22 | 86 | 75 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.66 |
| HSL | 169.69º | 0.59% | 0.21% | - |
| HSV(B) | 169.69º | 0.74% | 0.34% | - |
| XYZ | 4.93 | 7.33 | 7.81 | - |
| YUV | 65.61 | 133.3 | 96.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 86 | 75 | 0.74 | 0 | 0.13 | 0.66 | 169.69 | 0.59 | 0.21 |
| Hex | 16 | 56 | 4B | 4A | 0 | D | 42 | AA | 3B | 15 |
| Octal | 26 | 126 | 113 | 112 | 0 | 15 | 102 | 252 | 73 | 25 |
| Binary | 10110 | 1010110 | 1001011 | 1001010 | 0 | 1101 | 1000010 | 10101010 | 111011 | 10101 |
Color Harmonies of #16564B
Complementary color
Monochromatic Colors of #16564B
Black with #16564B
Text Example
Text Example
White with #16564B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16564B; }
p { color: rgb(22,86,75); }
H1.HeaderClassName
{
color: #16564B;
}
.AnyTagClassName
{
color: #16564B;
}
</style>
background-color css
<style>
a { background-color: #16564B; }
a { background-color: rgb(22,86,75); }
div.DivClassName
{
background-color: #16564B;
}
.BgClassName
{
background-color: #16564B;
}
</style>
border-color css
<style>
span { border-color: #16564B; }
span { border-color: rgb(22,86,75); }
td.TdClassName
{
border-color: #16564B;
}
.TagClassName
{
border-color: #16564B;
}
</style>