Shades of Deep Sea #11845A
Tints of Deep Sea #11845A
RGB
CMYK
RGB Variations
Color information
#11845A (or 0x11845A) is known color: Deep Sea. HEX triplet: 11, 84 and 5A. RGB value is (17,132,90). Sum of RGB (Red+Green+Blue) = 17+132+90=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #11845A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11845A is #EE7BA5. Grayscale: #5C5C5C. Windows color (decimal): -15629222 or 5932049. OLE color: 5932049.
HSL color Cylindrical-coordinate representation of color #11845A: hue angle of 158.09º 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 #11845A is Cyan = 0.87, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 17 | 132 | 90 | - |
| CMYK | 0.87 | 0 | 0.32 | 0.48 |
| HSL | 158.09º | 0.77% | 0.29% | - |
| HSV(B) | 158.09º | 0.87% | 0.52% | - |
| XYZ | 10.33 | 17.36 | 12.48 | - |
| YUV | 92.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 132 | 90 | 0.87 | 0 | 0.32 | 0.48 | 158.09 | 0.77 | 0.29 |
| Hex | 11 | 84 | 5A | 57 | 0 | 20 | 30 | 9E | 4D | 1D |
| Octal | 21 | 204 | 132 | 127 | 0 | 40 | 60 | 236 | 115 | 35 |
| Binary | 10001 | 10000100 | 1011010 | 1010111 | 0 | 100000 | 110000 | 10011110 | 1001101 | 11101 |
Color Harmonies of #11845A
Complementary color
Monochromatic Colors of #11845A
Black with #11845A
Text Example
Text Example
White with #11845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11845A; }
p { color: rgb(17,132,90); }
H1.HeaderClassName
{
color: #11845A;
}
.AnyTagClassName
{
color: #11845A;
}
</style>
background-color css
<style>
a { background-color: #11845A; }
a { background-color: rgb(17,132,90); }
div.DivClassName
{
background-color: #11845A;
}
.BgClassName
{
background-color: #11845A;
}
</style>
border-color css
<style>
span { border-color: #11845A; }
span { border-color: rgb(17,132,90); }
td.TdClassName
{
border-color: #11845A;
}
.TagClassName
{
border-color: #11845A;
}
</style>