Shades of Deep Sea #16705B
Tints of Deep Sea #16705B
RGB
CMYK
RGB Variations
Color information
#16705B (or 0x16705B) is known color: Deep Sea. HEX triplet: 16, 70 and 5B. RGB value is (22,112,91). Sum of RGB (Red+Green+Blue) = 22+112+91=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #16705B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16705B is #E98FA4. Grayscale: #525252. Windows color (decimal): -15306661 or 5992470. OLE color: 5992470.
HSL color Cylindrical-coordinate representation of color #16705B: hue angle of 166º 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 #16705B is Cyan = 0.80, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 91 | - |
| CMYK | 0.80 | 0 | 0.19 | 0.56 |
| HSL | 166º | 0.67% | 0.26% | - |
| HSV(B) | 166º | 0.8% | 0.44% | - |
| XYZ | 8.01 | 12.51 | 11.89 | - |
| YUV | 82.7 | 132.68 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 91 | 0.80 | 0 | 0.19 | 0.56 | 166 | 0.67 | 0.26 |
| Hex | 16 | 70 | 5B | 50 | 0 | 13 | 38 | A6 | 43 | 1A |
| Octal | 26 | 160 | 133 | 120 | 0 | 23 | 70 | 246 | 103 | 32 |
| Binary | 10110 | 1110000 | 1011011 | 1010000 | 0 | 10011 | 111000 | 10100110 | 1000011 | 11010 |
Color Harmonies of #16705B
Complementary color
Monochromatic Colors of #16705B
Black with #16705B
Text Example
Text Example
White with #16705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16705B; }
p { color: rgb(22,112,91); }
H1.HeaderClassName
{
color: #16705B;
}
.AnyTagClassName
{
color: #16705B;
}
</style>
background-color css
<style>
a { background-color: #16705B; }
a { background-color: rgb(22,112,91); }
div.DivClassName
{
background-color: #16705B;
}
.BgClassName
{
background-color: #16705B;
}
</style>
border-color css
<style>
span { border-color: #16705B; }
span { border-color: rgb(22,112,91); }
td.TdClassName
{
border-color: #16705B;
}
.TagClassName
{
border-color: #16705B;
}
</style>