Shades of Deep Sea #16796C
Tints of Deep Sea #16796C
RGB
CMYK
RGB Variations
Color information
#16796C (or 0x16796C) is known color: Deep Sea. HEX triplet: 16, 79 and 6C. RGB value is (22,121,108). Sum of RGB (Red+Green+Blue) = 22+121+108=251 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.76% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #16796C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16796C is #E98693. Grayscale: #595959. Windows color (decimal): -15304340 or 7108886. OLE color: 7108886.
HSL color Cylindrical-coordinate representation of color #16796C: hue angle of 172.12º 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 #16796C is Cyan = 0.82, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 108 | - |
| CMYK | 0.82 | 0 | 0.11 | 0.53 |
| HSL | 172.12º | 0.69% | 0.28% | - |
| HSV(B) | 172.12º | 0.82% | 0.47% | - |
| XYZ | 9.88 | 14.93 | 16.55 | - |
| YUV | 89.92 | 138.2 | 79.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 108 | 0.82 | 0 | 0.11 | 0.53 | 172.12 | 0.69 | 0.28 |
| Hex | 16 | 79 | 6C | 52 | 0 | B | 35 | AC | 45 | 1C |
| Octal | 26 | 171 | 154 | 122 | 0 | 13 | 65 | 254 | 105 | 34 |
| Binary | 10110 | 1111001 | 1101100 | 1010010 | 0 | 1011 | 110101 | 10101100 | 1000101 | 11100 |
Color Harmonies of #16796C
Complementary color
Monochromatic Colors of #16796C
Black with #16796C
Text Example
Text Example
White with #16796C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16796C; }
p { color: rgb(22,121,108); }
H1.HeaderClassName
{
color: #16796C;
}
.AnyTagClassName
{
color: #16796C;
}
</style>
background-color css
<style>
a { background-color: #16796C; }
a { background-color: rgb(22,121,108); }
div.DivClassName
{
background-color: #16796C;
}
.BgClassName
{
background-color: #16796C;
}
</style>
border-color css
<style>
span { border-color: #16796C; }
span { border-color: rgb(22,121,108); }
td.TdClassName
{
border-color: #16796C;
}
.TagClassName
{
border-color: #16796C;
}
</style>