Shades of Deep Sea #16826A
Tints of Deep Sea #16826A
RGB
CMYK
RGB Variations
Color information
#16826A (or 0x16826A) is known color: Deep Sea. HEX triplet: 16, 82 and 6A. RGB value is (22,130,106). Sum of RGB (Red+Green+Blue) = 22+130+106=258 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.53% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 106 (41.80% from 255 or 41.09% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #16826A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16826A is #E97D95. Grayscale: #5E5E5E. Windows color (decimal): -15302038 or 6980118. OLE color: 6980118.
HSL color Cylindrical-coordinate representation of color #16826A: hue angle of 166.67º 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 #16826A is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 106 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.49 |
| HSL | 166.67º | 0.71% | 0.3% | - |
| HSV(B) | 166.67º | 0.83% | 0.51% | - |
| XYZ | 10.92 | 17.18 | 16.38 | - |
| YUV | 94.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 106 | 0.83 | 0 | 0.18 | 0.49 | 166.67 | 0.71 | 0.3 |
| Hex | 16 | 82 | 6A | 53 | 0 | 12 | 31 | A7 | 47 | 1E |
| Octal | 26 | 202 | 152 | 123 | 0 | 22 | 61 | 247 | 107 | 36 |
| Binary | 10110 | 10000010 | 1101010 | 1010011 | 0 | 10010 | 110001 | 10100111 | 1000111 | 11110 |
Color Harmonies of #16826A
Complementary color
Monochromatic Colors of #16826A
Black with #16826A
Text Example
Text Example
White with #16826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16826A; }
p { color: rgb(22,130,106); }
H1.HeaderClassName
{
color: #16826A;
}
.AnyTagClassName
{
color: #16826A;
}
</style>
background-color css
<style>
a { background-color: #16826A; }
a { background-color: rgb(22,130,106); }
div.DivClassName
{
background-color: #16826A;
}
.BgClassName
{
background-color: #16826A;
}
</style>
border-color css
<style>
span { border-color: #16826A; }
span { border-color: rgb(22,130,106); }
td.TdClassName
{
border-color: #16826A;
}
.TagClassName
{
border-color: #16826A;
}
</style>