Shades of Deep Sea #11885D
Tints of Deep Sea #11885D
RGB
CMYK
RGB Variations
Color information
#11885D (or 0x11885D) is known color: Deep Sea. HEX triplet: 11, 88 and 5D. RGB value is (17,136,93). Sum of RGB (Red+Green+Blue) = 17+136+93=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #11885D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11885D is #EE77A2. Grayscale: #5F5F5F. Windows color (decimal): -15628195 or 6129681. OLE color: 6129681.
HSL color Cylindrical-coordinate representation of color #11885D: hue angle of 158.32º 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 #11885D is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 93 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.47 |
| HSL | 158.32º | 0.78% | 0.3% | - |
| HSV(B) | 158.32º | 0.88% | 0.53% | - |
| XYZ | 11.01 | 18.52 | 13.35 | - |
| YUV | 95.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 93 | 0.87 | 0 | 0.32 | 0.47 | 158.32 | 0.78 | 0.3 |
| Hex | 11 | 88 | 5D | 57 | 0 | 20 | 2F | 9E | 4E | 1E |
| Octal | 21 | 210 | 135 | 127 | 0 | 40 | 57 | 236 | 116 | 36 |
| Binary | 10001 | 10001000 | 1011101 | 1010111 | 0 | 100000 | 101111 | 10011110 | 1001110 | 11110 |
Color Harmonies of #11885D
Complementary color
Monochromatic Colors of #11885D
Black with #11885D
Text Example
Text Example
White with #11885D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11885D; }
p { color: rgb(17,136,93); }
H1.HeaderClassName
{
color: #11885D;
}
.AnyTagClassName
{
color: #11885D;
}
</style>
background-color css
<style>
a { background-color: #11885D; }
a { background-color: rgb(17,136,93); }
div.DivClassName
{
background-color: #11885D;
}
.BgClassName
{
background-color: #11885D;
}
</style>
border-color css
<style>
span { border-color: #11885D; }
span { border-color: rgb(17,136,93); }
td.TdClassName
{
border-color: #11885D;
}
.TagClassName
{
border-color: #11885D;
}
</style>