Shades of Deep Sea #10786C
Tints of Deep Sea #10786C
RGB
CMYK
RGB Variations
Color information
#10786C (or 0x10786C) is known color: Deep Sea. HEX triplet: 10, 78 and 6C. RGB value is (16,120,108). Sum of RGB (Red+Green+Blue) = 16+120+108=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #10786C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10786C is #EF8793. Grayscale: #575757. Windows color (decimal): -15697812 or 7108624. OLE color: 7108624.
HSL color Cylindrical-coordinate representation of color #10786C: hue angle of 173.08º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10786C is Cyan = 0.87, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 120 | 108 | - |
| CMYK | 0.87 | 0 | 0.10 | 0.53 |
| HSL | 173.08º | 0.76% | 0.27% | - |
| HSV(B) | 173.08º | 0.87% | 0.47% | - |
| XYZ | 9.64 | 14.63 | 16.5 | - |
| YUV | 87.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 120 | 108 | 0.87 | 0 | 0.10 | 0.53 | 173.08 | 0.76 | 0.27 |
| Hex | 10 | 78 | 6C | 57 | 0 | A | 35 | AD | 4C | 1B |
| Octal | 20 | 170 | 154 | 127 | 0 | 12 | 65 | 255 | 114 | 33 |
| Binary | 10000 | 1111000 | 1101100 | 1010111 | 0 | 1010 | 110101 | 10101101 | 1001100 | 11011 |
Color Harmonies of #10786C
Complementary color
Monochromatic Colors of #10786C
Black with #10786C
Text Example
Text Example
White with #10786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10786C; }
p { color: rgb(16,120,108); }
H1.HeaderClassName
{
color: #10786C;
}
.AnyTagClassName
{
color: #10786C;
}
</style>
background-color css
<style>
a { background-color: #10786C; }
a { background-color: rgb(16,120,108); }
div.DivClassName
{
background-color: #10786C;
}
.BgClassName
{
background-color: #10786C;
}
</style>
border-color css
<style>
span { border-color: #10786C; }
span { border-color: rgb(16,120,108); }
td.TdClassName
{
border-color: #10786C;
}
.TagClassName
{
border-color: #10786C;
}
</style>