Shades of Deep Sea #16816E
Tints of Deep Sea #16816E
RGB
CMYK
RGB Variations
Color information
#16816E (or 0x16816E) is known color: Deep Sea. HEX triplet: 16, 81 and 6E. RGB value is (22,129,110). Sum of RGB (Red+Green+Blue) = 22+129+110=261 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.43% from 261); Green value is 129 (50.78% from 255 or 49.43% from 261); Blue value is 110 (43.36% from 255 or 42.15% from 261); Max value from RGB is 129 - color contains mainly: green. Hex color #16816E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16816E is #E97E91. Grayscale: #5E5E5E. Windows color (decimal): -15302290 or 7242006. OLE color: 7242006.
HSL color Cylindrical-coordinate representation of color #16816E: hue angle of 169.35º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16816E is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 129 | 110 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.49 |
| HSL | 169.35º | 0.71% | 0.3% | - |
| HSV(B) | 169.35º | 0.83% | 0.51% | - |
| XYZ | 11 | 17 | 17.45 | - |
| YUV | 94.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 110 | 0.83 | 0 | 0.15 | 0.49 | 169.35 | 0.71 | 0.3 |
| Hex | 16 | 81 | 6E | 53 | 0 | F | 31 | A9 | 47 | 1E |
| Octal | 26 | 201 | 156 | 123 | 0 | 17 | 61 | 251 | 107 | 36 |
| Binary | 10110 | 10000001 | 1101110 | 1010011 | 0 | 1111 | 110001 | 10101001 | 1000111 | 11110 |
Color Harmonies of #16816E
Complementary color
Monochromatic Colors of #16816E
Black with #16816E
Text Example
Text Example
White with #16816E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16816E; }
p { color: rgb(22,129,110); }
H1.HeaderClassName
{
color: #16816E;
}
.AnyTagClassName
{
color: #16816E;
}
</style>
background-color css
<style>
a { background-color: #16816E; }
a { background-color: rgb(22,129,110); }
div.DivClassName
{
background-color: #16816E;
}
.BgClassName
{
background-color: #16816E;
}
</style>
border-color css
<style>
span { border-color: #16816E; }
span { border-color: rgb(22,129,110); }
td.TdClassName
{
border-color: #16816E;
}
.TagClassName
{
border-color: #16816E;
}
</style>