Shades of Deep Sea #10735C
Tints of Deep Sea #10735C
RGB
CMYK
RGB Variations
Color information
#10735C (or 0x10735C) is known color: Deep Sea. HEX triplet: 10, 73 and 5C. RGB value is (16,115,92). Sum of RGB (Red+Green+Blue) = 16+115+92=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #10735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #10735C is #EF8CA3. Grayscale: #525252. Windows color (decimal): -15699108 or 6058768. OLE color: 6058768.
HSL color Cylindrical-coordinate representation of color #10735C: hue angle of 166.06º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10735C is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 92 | - |
| CMYK | 0.86 | 0 | 0.20 | 0.55 |
| HSL | 166.06º | 0.76% | 0.26% | - |
| HSV(B) | 166.06º | 0.86% | 0.45% | - |
| XYZ | 8.28 | 13.14 | 12.23 | - |
| YUV | 82.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 92 | 0.86 | 0 | 0.20 | 0.55 | 166.06 | 0.76 | 0.26 |
| Hex | 10 | 73 | 5C | 56 | 0 | 14 | 37 | A6 | 4C | 1A |
| Octal | 20 | 163 | 134 | 126 | 0 | 24 | 67 | 246 | 114 | 32 |
| Binary | 10000 | 1110011 | 1011100 | 1010110 | 0 | 10100 | 110111 | 10100110 | 1001100 | 11010 |
Color Harmonies of #10735C
Complementary color
Monochromatic Colors of #10735C
Black with #10735C
Text Example
Text Example
White with #10735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10735C; }
p { color: rgb(16,115,92); }
H1.HeaderClassName
{
color: #10735C;
}
.AnyTagClassName
{
color: #10735C;
}
</style>
background-color css
<style>
a { background-color: #10735C; }
a { background-color: rgb(16,115,92); }
div.DivClassName
{
background-color: #10735C;
}
.BgClassName
{
background-color: #10735C;
}
</style>
border-color css
<style>
span { border-color: #10735C; }
span { border-color: rgb(16,115,92); }
td.TdClassName
{
border-color: #10735C;
}
.TagClassName
{
border-color: #10735C;
}
</style>