Shades of Deep Sea #10816F
Tints of Deep Sea #10816F
RGB
CMYK
RGB Variations
Color information
#10816F (or 0x10816F) is known color: Deep Sea. HEX triplet: 10, 81 and 6F. RGB value is (16,129,111). Sum of RGB (Red+Green+Blue) = 16+129+111=256 (33% of max value = 765). Red value is 16 (6.64% from 255 or 6.25% from 256); Green value is 129 (50.78% from 255 or 50.39% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 129 - color contains mainly: green. Hex color #10816F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10816F is #EF7E90. Grayscale: #5D5D5D. Windows color (decimal): -15695505 or 7307536. OLE color: 7307536.
HSL color Cylindrical-coordinate representation of color #10816F: hue angle of 170.44º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10816F is Cyan = 0.88, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 129 | 111 | - |
| CMYK | 0.88 | 0 | 0.14 | 0.49 |
| HSL | 170.44º | 0.78% | 0.28% | - |
| HSV(B) | 170.44º | 0.88% | 0.51% | - |
| XYZ | 10.93 | 16.96 | 17.74 | - |
| YUV | 93.16 | 138.06 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 111 | 0.88 | 0 | 0.14 | 0.49 | 170.44 | 0.78 | 0.28 |
| Hex | 10 | 81 | 6F | 58 | 0 | E | 31 | AA | 4E | 1C |
| Octal | 20 | 201 | 157 | 130 | 0 | 16 | 61 | 252 | 116 | 34 |
| Binary | 10000 | 10000001 | 1101111 | 1011000 | 0 | 1110 | 110001 | 10101010 | 1001110 | 11100 |
Color Harmonies of #10816F
Complementary color
Monochromatic Colors of #10816F
Black with #10816F
Text Example
Text Example
White with #10816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10816F; }
p { color: rgb(16,129,111); }
H1.HeaderClassName
{
color: #10816F;
}
.AnyTagClassName
{
color: #10816F;
}
</style>
background-color css
<style>
a { background-color: #10816F; }
a { background-color: rgb(16,129,111); }
div.DivClassName
{
background-color: #10816F;
}
.BgClassName
{
background-color: #10816F;
}
</style>
border-color css
<style>
span { border-color: #10816F; }
span { border-color: rgb(16,129,111); }
td.TdClassName
{
border-color: #10816F;
}
.TagClassName
{
border-color: #10816F;
}
</style>