Shades of Deep Sea #11885E
Tints of Deep Sea #11885E
RGB
CMYK
RGB Variations
Color information
#11885E (or 0x11885E) is known color: Deep Sea. HEX triplet: 11, 88 and 5E. RGB value is (17,136,94). Sum of RGB (Red+Green+Blue) = 17+136+94=247 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.88% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 94 (37.11% from 255 or 38.06% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #11885E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11885E is #EE77A1. Grayscale: #5F5F5F. Windows color (decimal): -15628194 or 6195217. OLE color: 6195217.
HSL color Cylindrical-coordinate representation of color #11885E: hue angle of 158.82º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #11885E is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 94 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.47 |
| HSL | 158.82º | 0.78% | 0.3% | - |
| HSV(B) | 158.82º | 0.88% | 0.53% | - |
| XYZ | 11.06 | 18.54 | 13.58 | - |
| YUV | 95.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 94 | 0.87 | 0 | 0.31 | 0.47 | 158.82 | 0.78 | 0.3 |
| Hex | 11 | 88 | 5E | 57 | 0 | 1F | 2F | 9F | 4E | 1E |
| Octal | 21 | 210 | 136 | 127 | 0 | 37 | 57 | 237 | 116 | 36 |
| Binary | 10001 | 10001000 | 1011110 | 1010111 | 0 | 11111 | 101111 | 10011111 | 1001110 | 11110 |
Color Harmonies of #11885E
Complementary color
Monochromatic Colors of #11885E
Black with #11885E
Text Example
Text Example
White with #11885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11885E; }
p { color: rgb(17,136,94); }
H1.HeaderClassName
{
color: #11885E;
}
.AnyTagClassName
{
color: #11885E;
}
</style>
background-color css
<style>
a { background-color: #11885E; }
a { background-color: rgb(17,136,94); }
div.DivClassName
{
background-color: #11885E;
}
.BgClassName
{
background-color: #11885E;
}
</style>
border-color css
<style>
span { border-color: #11885E; }
span { border-color: rgb(17,136,94); }
td.TdClassName
{
border-color: #11885E;
}
.TagClassName
{
border-color: #11885E;
}
</style>