Shades of Deep Sea #16785F
Tints of Deep Sea #16785F
RGB
CMYK
RGB Variations
Color information
#16785F (or 0x16785F) is known color: Deep Sea. HEX triplet: 16, 78 and 5F. RGB value is (22,120,95). Sum of RGB (Red+Green+Blue) = 22+120+95=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 95 (37.5% from 255 or 40.08% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #16785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16785F is #E987A0. Grayscale: #575757. Windows color (decimal): -15304609 or 6256662. OLE color: 6256662.
HSL color Cylindrical-coordinate representation of color #16785F: hue angle of 164.69º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16785F is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 120 | 95 | - |
| CMYK | 0.82 | 0 | 0.21 | 0.53 |
| HSL | 164.69º | 0.69% | 0.28% | - |
| HSV(B) | 164.69º | 0.82% | 0.47% | - |
| XYZ | 9.11 | 14.43 | 13.13 | - |
| YUV | 87.85 | 132.03 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 95 | 0.82 | 0 | 0.21 | 0.53 | 164.69 | 0.69 | 0.28 |
| Hex | 16 | 78 | 5F | 52 | 0 | 15 | 35 | A5 | 45 | 1C |
| Octal | 26 | 170 | 137 | 122 | 0 | 25 | 65 | 245 | 105 | 34 |
| Binary | 10110 | 1111000 | 1011111 | 1010010 | 0 | 10101 | 110101 | 10100101 | 1000101 | 11100 |
Color Harmonies of #16785F
Complementary color
Monochromatic Colors of #16785F
Black with #16785F
Text Example
Text Example
White with #16785F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16785F; }
p { color: rgb(22,120,95); }
H1.HeaderClassName
{
color: #16785F;
}
.AnyTagClassName
{
color: #16785F;
}
</style>
background-color css
<style>
a { background-color: #16785F; }
a { background-color: rgb(22,120,95); }
div.DivClassName
{
background-color: #16785F;
}
.BgClassName
{
background-color: #16785F;
}
</style>
border-color css
<style>
span { border-color: #16785F; }
span { border-color: rgb(22,120,95); }
td.TdClassName
{
border-color: #16785F;
}
.TagClassName
{
border-color: #16785F;
}
</style>