Shades of Deep Sea #11715C
Tints of Deep Sea #11715C
RGB
CMYK
RGB Variations
Color information
#11715C (or 0x11715C) is known color: Deep Sea. HEX triplet: 11, 71 and 5C. RGB value is (17,113,92). Sum of RGB (Red+Green+Blue) = 17+113+92=222 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.66% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #11715C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11715C is #EE8EA3. Grayscale: #515151. Windows color (decimal): -15634084 or 6058257. OLE color: 6058257.
HSL color Cylindrical-coordinate representation of color #11715C: hue angle of 166.88º 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 #11715C is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 113 | 92 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.56 |
| HSL | 166.88º | 0.74% | 0.25% | - |
| HSV(B) | 166.88º | 0.85% | 0.44% | - |
| XYZ | 8.07 | 12.7 | 12.15 | - |
| YUV | 81.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 113 | 92 | 0.85 | 0 | 0.19 | 0.56 | 166.88 | 0.74 | 0.25 |
| Hex | 11 | 71 | 5C | 55 | 0 | 13 | 38 | A7 | 4A | 19 |
| Octal | 21 | 161 | 134 | 125 | 0 | 23 | 70 | 247 | 112 | 31 |
| Binary | 10001 | 1110001 | 1011100 | 1010101 | 0 | 10011 | 111000 | 10100111 | 1001010 | 11001 |
Color Harmonies of #11715C
Complementary color
Monochromatic Colors of #11715C
Black with #11715C
Text Example
Text Example
White with #11715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11715C; }
p { color: rgb(17,113,92); }
H1.HeaderClassName
{
color: #11715C;
}
.AnyTagClassName
{
color: #11715C;
}
</style>
background-color css
<style>
a { background-color: #11715C; }
a { background-color: rgb(17,113,92); }
div.DivClassName
{
background-color: #11715C;
}
.BgClassName
{
background-color: #11715C;
}
</style>
border-color css
<style>
span { border-color: #11715C; }
span { border-color: rgb(17,113,92); }
td.TdClassName
{
border-color: #11715C;
}
.TagClassName
{
border-color: #11715C;
}
</style>