Shades of Deep Sea #16836B
Tints of Deep Sea #16836B
RGB
CMYK
RGB Variations
Color information
#16836B (or 0x16836B) is known color: Deep Sea. HEX triplet: 16, 83 and 6B. RGB value is (22,131,107). Sum of RGB (Red+Green+Blue) = 22+131+107=260 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.46% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #16836B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16836B is #E97C94. Grayscale: #5F5F5F. Windows color (decimal): -15301781 or 7045910. OLE color: 7045910.
HSL color Cylindrical-coordinate representation of color #16836B: hue angle of 166.79º 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 #16836B is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 131 | 107 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.49 |
| HSL | 166.79º | 0.71% | 0.3% | - |
| HSV(B) | 166.79º | 0.83% | 0.51% | - |
| XYZ | 11.1 | 17.46 | 16.7 | - |
| YUV | 95.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 107 | 0.83 | 0 | 0.18 | 0.49 | 166.79 | 0.71 | 0.3 |
| Hex | 16 | 83 | 6B | 53 | 0 | 12 | 31 | A7 | 47 | 1E |
| Octal | 26 | 203 | 153 | 123 | 0 | 22 | 61 | 247 | 107 | 36 |
| Binary | 10110 | 10000011 | 1101011 | 1010011 | 0 | 10010 | 110001 | 10100111 | 1000111 | 11110 |
Color Harmonies of #16836B
Complementary color
Monochromatic Colors of #16836B
Black with #16836B
Text Example
Text Example
White with #16836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16836B; }
p { color: rgb(22,131,107); }
H1.HeaderClassName
{
color: #16836B;
}
.AnyTagClassName
{
color: #16836B;
}
</style>
background-color css
<style>
a { background-color: #16836B; }
a { background-color: rgb(22,131,107); }
div.DivClassName
{
background-color: #16836B;
}
.BgClassName
{
background-color: #16836B;
}
</style>
border-color css
<style>
span { border-color: #16836B; }
span { border-color: rgb(22,131,107); }
td.TdClassName
{
border-color: #16836B;
}
.TagClassName
{
border-color: #16836B;
}
</style>