Shades of Deep Sea #11705C
Tints of Deep Sea #11705C
RGB
CMYK
RGB Variations
Color information
#11705C (or 0x11705C) is known color: Deep Sea. HEX triplet: 11, 70 and 5C. RGB value is (17,112,92). Sum of RGB (Red+Green+Blue) = 17+112+92=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #11705C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11705C is #EE8FA3. Grayscale: #515151. Windows color (decimal): -15634340 or 6058001. OLE color: 6058001.
HSL color Cylindrical-coordinate representation of color #11705C: hue angle of 167.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11705C is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 112 | 92 | - |
| CMYK | 0.85 | 0 | 0.18 | 0.56 |
| HSL | 167.37º | 0.74% | 0.25% | - |
| HSV(B) | 167.37º | 0.85% | 0.44% | - |
| XYZ | 7.96 | 12.48 | 12.11 | - |
| YUV | 81.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 112 | 92 | 0.85 | 0 | 0.18 | 0.56 | 167.37 | 0.74 | 0.25 |
| Hex | 11 | 70 | 5C | 55 | 0 | 12 | 38 | A7 | 4A | 19 |
| Octal | 21 | 160 | 134 | 125 | 0 | 22 | 70 | 247 | 112 | 31 |
| Binary | 10001 | 1110000 | 1011100 | 1010101 | 0 | 10010 | 111000 | 10100111 | 1001010 | 11001 |
Color Harmonies of #11705C
Complementary color
Monochromatic Colors of #11705C
Black with #11705C
Text Example
Text Example
White with #11705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11705C; }
p { color: rgb(17,112,92); }
H1.HeaderClassName
{
color: #11705C;
}
.AnyTagClassName
{
color: #11705C;
}
</style>
background-color css
<style>
a { background-color: #11705C; }
a { background-color: rgb(17,112,92); }
div.DivClassName
{
background-color: #11705C;
}
.BgClassName
{
background-color: #11705C;
}
</style>
border-color css
<style>
span { border-color: #11705C; }
span { border-color: rgb(17,112,92); }
td.TdClassName
{
border-color: #11705C;
}
.TagClassName
{
border-color: #11705C;
}
</style>