Shades of Deep Sea #16705A
Tints of Deep Sea #16705A
RGB
CMYK
RGB Variations
Color information
#16705A (or 0x16705A) is known color: Deep Sea. HEX triplet: 16, 70 and 5A. RGB value is (22,112,90). Sum of RGB (Red+Green+Blue) = 22+112+90=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #16705A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16705A is #E98FA5. Grayscale: #525252. Windows color (decimal): -15306662 or 5926934. OLE color: 5926934.
HSL color Cylindrical-coordinate representation of color #16705A: hue angle of 165.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16705A is Cyan = 0.80, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 90 | - |
| CMYK | 0.80 | 0 | 0.20 | 0.56 |
| HSL | 165.33º | 0.67% | 0.26% | - |
| HSV(B) | 165.33º | 0.8% | 0.44% | - |
| XYZ | 7.97 | 12.5 | 11.66 | - |
| YUV | 82.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 90 | 0.80 | 0 | 0.20 | 0.56 | 165.33 | 0.67 | 0.26 |
| Hex | 16 | 70 | 5A | 50 | 0 | 14 | 38 | A5 | 43 | 1A |
| Octal | 26 | 160 | 132 | 120 | 0 | 24 | 70 | 245 | 103 | 32 |
| Binary | 10110 | 1110000 | 1011010 | 1010000 | 0 | 10100 | 111000 | 10100101 | 1000011 | 11010 |
Color Harmonies of #16705A
Complementary color
Monochromatic Colors of #16705A
Black with #16705A
Text Example
Text Example
White with #16705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16705A; }
p { color: rgb(22,112,90); }
H1.HeaderClassName
{
color: #16705A;
}
.AnyTagClassName
{
color: #16705A;
}
</style>
background-color css
<style>
a { background-color: #16705A; }
a { background-color: rgb(22,112,90); }
div.DivClassName
{
background-color: #16705A;
}
.BgClassName
{
background-color: #16705A;
}
</style>
border-color css
<style>
span { border-color: #16705A; }
span { border-color: rgb(22,112,90); }
td.TdClassName
{
border-color: #16705A;
}
.TagClassName
{
border-color: #16705A;
}
</style>