Shades of Deep Sea #16776D
Tints of Deep Sea #16776D
RGB
CMYK
RGB Variations
Color information
#16776D (or 0x16776D) is known color: Deep Sea. HEX triplet: 16, 77 and 6D. RGB value is (22,119,109). Sum of RGB (Red+Green+Blue) = 22+119+109=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 109 (42.97% from 255 or 43.6% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #16776D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16776D is #E98892. Grayscale: #585858. Windows color (decimal): -15304851 or 7173910. OLE color: 7173910.
HSL color Cylindrical-coordinate representation of color #16776D: hue angle of 173.81º 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 #16776D is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 119 | 109 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.53 |
| HSL | 173.81º | 0.69% | 0.28% | - |
| HSV(B) | 173.81º | 0.82% | 0.47% | - |
| XYZ | 9.69 | 14.47 | 16.75 | - |
| YUV | 88.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 119 | 109 | 0.82 | 0 | 0.08 | 0.53 | 173.81 | 0.69 | 0.28 |
| Hex | 16 | 77 | 6D | 52 | 0 | 8 | 35 | AE | 45 | 1C |
| Octal | 26 | 167 | 155 | 122 | 0 | 10 | 65 | 256 | 105 | 34 |
| Binary | 10110 | 1110111 | 1101101 | 1010010 | 0 | 1000 | 110101 | 10101110 | 1000101 | 11100 |
Color Harmonies of #16776D
Complementary color
Monochromatic Colors of #16776D
Black with #16776D
Text Example
Text Example
White with #16776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16776D; }
p { color: rgb(22,119,109); }
H1.HeaderClassName
{
color: #16776D;
}
.AnyTagClassName
{
color: #16776D;
}
</style>
background-color css
<style>
a { background-color: #16776D; }
a { background-color: rgb(22,119,109); }
div.DivClassName
{
background-color: #16776D;
}
.BgClassName
{
background-color: #16776D;
}
</style>
border-color css
<style>
span { border-color: #16776D; }
span { border-color: rgb(22,119,109); }
td.TdClassName
{
border-color: #16776D;
}
.TagClassName
{
border-color: #16776D;
}
</style>