Shades of Deep Sea #16796B
Tints of Deep Sea #16796B
RGB
CMYK
RGB Variations
Color information
#16796B (or 0x16796B) is known color: Deep Sea. HEX triplet: 16, 79 and 6B. RGB value is (22,121,107). Sum of RGB (Red+Green+Blue) = 22+121+107=250 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.8% from 250); Green value is 121 (47.66% from 255 or 48.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 121 - color contains mainly: green. Hex color #16796B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16796B is #E98694. Grayscale: #595959. Windows color (decimal): -15304341 or 7043350. OLE color: 7043350.
HSL color Cylindrical-coordinate representation of color #16796B: hue angle of 171.52º 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 #16796B is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 107 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.53 |
| HSL | 171.52º | 0.69% | 0.28% | - |
| HSV(B) | 171.52º | 0.82% | 0.47% | - |
| XYZ | 9.82 | 14.91 | 16.27 | - |
| YUV | 89.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 107 | 0.82 | 0 | 0.12 | 0.53 | 171.52 | 0.69 | 0.28 |
| Hex | 16 | 79 | 6B | 52 | 0 | C | 35 | AC | 45 | 1C |
| Octal | 26 | 171 | 153 | 122 | 0 | 14 | 65 | 254 | 105 | 34 |
| Binary | 10110 | 1111001 | 1101011 | 1010010 | 0 | 1100 | 110101 | 10101100 | 1000101 | 11100 |
Color Harmonies of #16796B
Complementary color
Monochromatic Colors of #16796B
Black with #16796B
Text Example
Text Example
White with #16796B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16796B; }
p { color: rgb(22,121,107); }
H1.HeaderClassName
{
color: #16796B;
}
.AnyTagClassName
{
color: #16796B;
}
</style>
background-color css
<style>
a { background-color: #16796B; }
a { background-color: rgb(22,121,107); }
div.DivClassName
{
background-color: #16796B;
}
.BgClassName
{
background-color: #16796B;
}
</style>
border-color css
<style>
span { border-color: #16796B; }
span { border-color: rgb(22,121,107); }
td.TdClassName
{
border-color: #16796B;
}
.TagClassName
{
border-color: #16796B;
}
</style>