Shades of Deep Sea #16865E
Tints of Deep Sea #16865E
RGB
CMYK
RGB Variations
Color information
#16865E (or 0x16865E) is known color: Deep Sea. HEX triplet: 16, 86 and 5E. RGB value is (22,134,94). Sum of RGB (Red+Green+Blue) = 22+134+94=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 134 (52.73% from 255 or 53.6% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 134 - color contains mainly: green. Hex color #16865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16865E is #E979A1. Grayscale: #606060. Windows color (decimal): -15301026 or 6194710. OLE color: 6194710.
HSL color Cylindrical-coordinate representation of color #16865E: hue angle of 158.57º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16865E is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 94 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.47 |
| HSL | 158.57º | 0.72% | 0.31% | - |
| HSV(B) | 158.57º | 0.84% | 0.53% | - |
| XYZ | 10.88 | 18.03 | 13.5 | - |
| YUV | 95.95 | 126.89 | 75.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 94 | 0.84 | 0 | 0.30 | 0.47 | 158.57 | 0.72 | 0.31 |
| Hex | 16 | 86 | 5E | 54 | 0 | 1E | 2F | 9F | 48 | 1F |
| Octal | 26 | 206 | 136 | 124 | 0 | 36 | 57 | 237 | 110 | 37 |
| Binary | 10110 | 10000110 | 1011110 | 1010100 | 0 | 11110 | 101111 | 10011111 | 1001000 | 11111 |
Color Harmonies of #16865E
Complementary color
Monochromatic Colors of #16865E
Black with #16865E
Text Example
Text Example
White with #16865E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16865E; }
p { color: rgb(22,134,94); }
H1.HeaderClassName
{
color: #16865E;
}
.AnyTagClassName
{
color: #16865E;
}
</style>
background-color css
<style>
a { background-color: #16865E; }
a { background-color: rgb(22,134,94); }
div.DivClassName
{
background-color: #16865E;
}
.BgClassName
{
background-color: #16865E;
}
</style>
border-color css
<style>
span { border-color: #16865E; }
span { border-color: rgb(22,134,94); }
td.TdClassName
{
border-color: #16865E;
}
.TagClassName
{
border-color: #16865E;
}
</style>