Shades of Deep Sea #16776F
Tints of Deep Sea #16776F
RGB
CMYK
RGB Variations
Color information
#16776F (or 0x16776F) is known color: Deep Sea. HEX triplet: 16, 77 and 6F. RGB value is (22,119,111). Sum of RGB (Red+Green+Blue) = 22+119+111=252 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.73% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #16776F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16776F is #E98890. Grayscale: #595959. Windows color (decimal): -15304849 or 7304982. OLE color: 7304982.
HSL color Cylindrical-coordinate representation of color #16776F: hue angle of 175.05º 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 #16776F is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 119 | 111 | - |
| CMYK | 0.82 | 0 | 0.07 | 0.53 |
| HSL | 175.05º | 0.69% | 0.28% | - |
| HSV(B) | 175.05º | 0.82% | 0.47% | - |
| XYZ | 9.8 | 14.51 | 17.32 | - |
| YUV | 89.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 111 | 0.82 | 0 | 0.07 | 0.53 | 175.05 | 0.69 | 0.28 |
| Hex | 16 | 77 | 6F | 52 | 0 | 7 | 35 | AF | 45 | 1C |
| Octal | 26 | 167 | 157 | 122 | 0 | 7 | 65 | 257 | 105 | 34 |
| Binary | 10110 | 1110111 | 1101111 | 1010010 | 0 | 111 | 110101 | 10101111 | 1000101 | 11100 |
Color Harmonies of #16776F
Complementary color
Monochromatic Colors of #16776F
Black with #16776F
Text Example
Text Example
White with #16776F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16776F; }
p { color: rgb(22,119,111); }
H1.HeaderClassName
{
color: #16776F;
}
.AnyTagClassName
{
color: #16776F;
}
</style>
background-color css
<style>
a { background-color: #16776F; }
a { background-color: rgb(22,119,111); }
div.DivClassName
{
background-color: #16776F;
}
.BgClassName
{
background-color: #16776F;
}
</style>
border-color css
<style>
span { border-color: #16776F; }
span { border-color: rgb(22,119,111); }
td.TdClassName
{
border-color: #16776F;
}
.TagClassName
{
border-color: #16776F;
}
</style>