Shades of Deep Sea #16865D
Tints of Deep Sea #16865D
RGB
CMYK
RGB Variations
Color information
#16865D (or 0x16865D) is known color: Deep Sea. HEX triplet: 16, 86 and 5D. RGB value is (22,134,93). Sum of RGB (Red+Green+Blue) = 22+134+93=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 93 (36.72% from 255 or 37.35% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #16865D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16865D is #E979A2. Grayscale: #5F5F5F. Windows color (decimal): -15301027 or 6129174. OLE color: 6129174.
HSL color Cylindrical-coordinate representation of color #16865D: hue angle of 158.04º 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 #16865D is Cyan = 0.84, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 93 | - |
| CMYK | 0.84 | 0 | 0.31 | 0.47 |
| HSL | 158.04º | 0.72% | 0.31% | - |
| HSV(B) | 158.04º | 0.84% | 0.53% | - |
| XYZ | 10.83 | 18.01 | 13.26 | - |
| YUV | 95.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 93 | 0.84 | 0 | 0.31 | 0.47 | 158.04 | 0.72 | 0.31 |
| Hex | 16 | 86 | 5D | 54 | 0 | 1F | 2F | 9E | 48 | 1F |
| Octal | 26 | 206 | 135 | 124 | 0 | 37 | 57 | 236 | 110 | 37 |
| Binary | 10110 | 10000110 | 1011101 | 1010100 | 0 | 11111 | 101111 | 10011110 | 1001000 | 11111 |
Color Harmonies of #16865D
Complementary color
Monochromatic Colors of #16865D
Black with #16865D
Text Example
Text Example
White with #16865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16865D; }
p { color: rgb(22,134,93); }
H1.HeaderClassName
{
color: #16865D;
}
.AnyTagClassName
{
color: #16865D;
}
</style>
background-color css
<style>
a { background-color: #16865D; }
a { background-color: rgb(22,134,93); }
div.DivClassName
{
background-color: #16865D;
}
.BgClassName
{
background-color: #16865D;
}
</style>
border-color css
<style>
span { border-color: #16865D; }
span { border-color: rgb(22,134,93); }
td.TdClassName
{
border-color: #16865D;
}
.TagClassName
{
border-color: #16865D;
}
</style>