Shades of Deep Sea #16705F
Tints of Deep Sea #16705F
RGB
CMYK
RGB Variations
Color information
#16705F (or 0x16705F) is known color: Deep Sea. HEX triplet: 16, 70 and 5F. RGB value is (22,112,95). Sum of RGB (Red+Green+Blue) = 22+112+95=229 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.61% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 95 (37.5% from 255 or 41.48% from 229); Max value from RGB is 112 - color contains mainly: green. Hex color #16705F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16705F is #E98FA0. Grayscale: #535353. Windows color (decimal): -15306657 or 6254614. OLE color: 6254614.
HSL color Cylindrical-coordinate representation of color #16705F: hue angle of 168.67º 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 #16705F is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 22 | 112 | 95 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.56 |
| HSL | 168.67º | 0.67% | 0.26% | - |
| HSV(B) | 168.67º | 0.8% | 0.44% | - |
| XYZ | 8.19 | 12.59 | 12.82 | - |
| YUV | 83.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 95 | 0.80 | 0 | 0.15 | 0.56 | 168.67 | 0.67 | 0.26 |
| Hex | 16 | 70 | 5F | 50 | 0 | F | 38 | A9 | 43 | 1A |
| Octal | 26 | 160 | 137 | 120 | 0 | 17 | 70 | 251 | 103 | 32 |
| Binary | 10110 | 1110000 | 1011111 | 1010000 | 0 | 1111 | 111000 | 10101001 | 1000011 | 11010 |
Color Harmonies of #16705F
Complementary color
Monochromatic Colors of #16705F
Black with #16705F
Text Example
Text Example
White with #16705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16705F; }
p { color: rgb(22,112,95); }
H1.HeaderClassName
{
color: #16705F;
}
.AnyTagClassName
{
color: #16705F;
}
</style>
background-color css
<style>
a { background-color: #16705F; }
a { background-color: rgb(22,112,95); }
div.DivClassName
{
background-color: #16705F;
}
.BgClassName
{
background-color: #16705F;
}
</style>
border-color css
<style>
span { border-color: #16705F; }
span { border-color: rgb(22,112,95); }
td.TdClassName
{
border-color: #16705F;
}
.TagClassName
{
border-color: #16705F;
}
</style>