Shades of Deep Sea #11855A
Tints of Deep Sea #11855A
RGB
CMYK
RGB Variations
Color information
#11855A (or 0x11855A) is known color: Deep Sea. HEX triplet: 11, 85 and 5A. RGB value is (17,133,90). Sum of RGB (Red+Green+Blue) = 17+133+90=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #11855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11855A is #EE7AA5. Grayscale: #5D5D5D. Windows color (decimal): -15628966 or 5932305. OLE color: 5932305.
HSL color Cylindrical-coordinate representation of color #11855A: hue angle of 157.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11855A is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 133 | 90 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.48 |
| HSL | 157.76º | 0.77% | 0.29% | - |
| HSV(B) | 157.76º | 0.87% | 0.52% | - |
| XYZ | 10.46 | 17.63 | 12.52 | - |
| YUV | 93.41 | 126.07 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 133 | 90 | 0.87 | 0 | 0.32 | 0.48 | 157.76 | 0.77 | 0.29 |
| Hex | 11 | 85 | 5A | 57 | 0 | 20 | 30 | 9E | 4D | 1D |
| Octal | 21 | 205 | 132 | 127 | 0 | 40 | 60 | 236 | 115 | 35 |
| Binary | 10001 | 10000101 | 1011010 | 1010111 | 0 | 100000 | 110000 | 10011110 | 1001101 | 11101 |
Color Harmonies of #11855A
Complementary color
Monochromatic Colors of #11855A
Black with #11855A
Text Example
Text Example
White with #11855A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11855A; }
p { color: rgb(17,133,90); }
H1.HeaderClassName
{
color: #11855A;
}
.AnyTagClassName
{
color: #11855A;
}
</style>
background-color css
<style>
a { background-color: #11855A; }
a { background-color: rgb(17,133,90); }
div.DivClassName
{
background-color: #11855A;
}
.BgClassName
{
background-color: #11855A;
}
</style>
border-color css
<style>
span { border-color: #11855A; }
span { border-color: rgb(17,133,90); }
td.TdClassName
{
border-color: #11855A;
}
.TagClassName
{
border-color: #11855A;
}
</style>