Shades of Deep Sea #16815E
Tints of Deep Sea #16815E
RGB
CMYK
RGB Variations
Color information
#16815E (or 0x16815E) is known color: Deep Sea. HEX triplet: 16, 81 and 5E. RGB value is (22,129,94). Sum of RGB (Red+Green+Blue) = 22+129+94=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #16815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16815E is #E97EA1. Grayscale: #5D5D5D. Windows color (decimal): -15302306 or 6193430. OLE color: 6193430.
HSL color Cylindrical-coordinate representation of color #16815E: hue angle of 160.37º 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 #16815E is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 129 | 94 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.49 |
| HSL | 160.37º | 0.71% | 0.3% | - |
| HSV(B) | 160.37º | 0.83% | 0.51% | - |
| XYZ | 10.2 | 16.68 | 13.27 | - |
| YUV | 93.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 94 | 0.83 | 0 | 0.27 | 0.49 | 160.37 | 0.71 | 0.3 |
| Hex | 16 | 81 | 5E | 53 | 0 | 1B | 31 | A0 | 47 | 1E |
| Octal | 26 | 201 | 136 | 123 | 0 | 33 | 61 | 240 | 107 | 36 |
| Binary | 10110 | 10000001 | 1011110 | 1010011 | 0 | 11011 | 110001 | 10100000 | 1000111 | 11110 |
Color Harmonies of #16815E
Complementary color
Monochromatic Colors of #16815E
Black with #16815E
Text Example
Text Example
White with #16815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16815E; }
p { color: rgb(22,129,94); }
H1.HeaderClassName
{
color: #16815E;
}
.AnyTagClassName
{
color: #16815E;
}
</style>
background-color css
<style>
a { background-color: #16815E; }
a { background-color: rgb(22,129,94); }
div.DivClassName
{
background-color: #16815E;
}
.BgClassName
{
background-color: #16815E;
}
</style>
border-color css
<style>
span { border-color: #16815E; }
span { border-color: rgb(22,129,94); }
td.TdClassName
{
border-color: #16815E;
}
.TagClassName
{
border-color: #16815E;
}
</style>