Shades of Deep Sea #16865B
Tints of Deep Sea #16865B
RGB
CMYK
RGB Variations
Color information
#16865B (or 0x16865B) is known color: Deep Sea. HEX triplet: 16, 86 and 5B. RGB value is (22,134,91). Sum of RGB (Red+Green+Blue) = 22+134+91=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #16865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16865B is #E979A4. Grayscale: #5F5F5F. Windows color (decimal): -15301029 or 5998102. OLE color: 5998102.
HSL color Cylindrical-coordinate representation of color #16865B: hue angle of 156.96º 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 #16865B is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 91 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.47 |
| HSL | 156.96º | 0.72% | 0.31% | - |
| HSV(B) | 156.96º | 0.84% | 0.53% | - |
| XYZ | 10.74 | 17.98 | 12.8 | - |
| YUV | 95.61 | 125.39 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 91 | 0.84 | 0 | 0.32 | 0.47 | 156.96 | 0.72 | 0.31 |
| Hex | 16 | 86 | 5B | 54 | 0 | 20 | 2F | 9D | 48 | 1F |
| Octal | 26 | 206 | 133 | 124 | 0 | 40 | 57 | 235 | 110 | 37 |
| Binary | 10110 | 10000110 | 1011011 | 1010100 | 0 | 100000 | 101111 | 10011101 | 1001000 | 11111 |
Color Harmonies of #16865B
Complementary color
Monochromatic Colors of #16865B
Black with #16865B
Text Example
Text Example
White with #16865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16865B; }
p { color: rgb(22,134,91); }
H1.HeaderClassName
{
color: #16865B;
}
.AnyTagClassName
{
color: #16865B;
}
</style>
background-color css
<style>
a { background-color: #16865B; }
a { background-color: rgb(22,134,91); }
div.DivClassName
{
background-color: #16865B;
}
.BgClassName
{
background-color: #16865B;
}
</style>
border-color css
<style>
span { border-color: #16865B; }
span { border-color: rgb(22,134,91); }
td.TdClassName
{
border-color: #16865B;
}
.TagClassName
{
border-color: #16865B;
}
</style>