Shades of Deep Sea #11885A
Tints of Deep Sea #11885A
RGB
CMYK
RGB Variations
Color information
#11885A (or 0x11885A) is known color: Deep Sea. HEX triplet: 11, 88 and 5A. RGB value is (17,136,90). Sum of RGB (Red+Green+Blue) = 17+136+90=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 136 (53.52% from 255 or 55.97% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 136 - color contains mainly: green. Hex color #11885A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11885A is #EE77A5. Grayscale: #5F5F5F. Windows color (decimal): -15628198 or 5933073. OLE color: 5933073.
HSL color Cylindrical-coordinate representation of color #11885A: hue angle of 156.81º 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 #11885A is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 17 | 136 | 90 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.47 |
| HSL | 156.81º | 0.78% | 0.3% | - |
| HSV(B) | 156.81º | 0.88% | 0.53% | - |
| XYZ | 10.88 | 18.47 | 12.66 | - |
| YUV | 95.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 136 | 90 | 0.87 | 0 | 0.34 | 0.47 | 156.81 | 0.78 | 0.3 |
| Hex | 11 | 88 | 5A | 57 | 0 | 22 | 2F | 9D | 4E | 1E |
| Octal | 21 | 210 | 132 | 127 | 0 | 42 | 57 | 235 | 116 | 36 |
| Binary | 10001 | 10001000 | 1011010 | 1010111 | 0 | 100010 | 101111 | 10011101 | 1001110 | 11110 |
Color Harmonies of #11885A
Complementary color
Monochromatic Colors of #11885A
Black with #11885A
Text Example
Text Example
White with #11885A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11885A; }
p { color: rgb(17,136,90); }
H1.HeaderClassName
{
color: #11885A;
}
.AnyTagClassName
{
color: #11885A;
}
</style>
background-color css
<style>
a { background-color: #11885A; }
a { background-color: rgb(17,136,90); }
div.DivClassName
{
background-color: #11885A;
}
.BgClassName
{
background-color: #11885A;
}
</style>
border-color css
<style>
span { border-color: #11885A; }
span { border-color: rgb(17,136,90); }
td.TdClassName
{
border-color: #11885A;
}
.TagClassName
{
border-color: #11885A;
}
</style>