Shades of Deep Sea #11825A
Tints of Deep Sea #11825A
RGB
CMYK
RGB Variations
Color information
#11825A (or 0x11825A) is known color: Deep Sea. HEX triplet: 11, 82 and 5A. RGB value is (17,130,90). Sum of RGB (Red+Green+Blue) = 17+130+90=237 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.17% from 237); Green value is 130 (51.17% from 255 or 54.85% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 130 - color contains mainly: green. Hex color #11825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11825A is #EE7DA5. Grayscale: #5B5B5B. Windows color (decimal): -15629734 or 5931537. OLE color: 5931537.
HSL color Cylindrical-coordinate representation of color #11825A: hue angle of 158.76º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11825A is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 130 | 90 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.49 |
| HSL | 158.76º | 0.77% | 0.29% | - |
| HSV(B) | 158.76º | 0.87% | 0.51% | - |
| XYZ | 10.06 | 16.82 | 12.39 | - |
| YUV | 91.65 | 127.06 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 130 | 90 | 0.87 | 0 | 0.31 | 0.49 | 158.76 | 0.77 | 0.29 |
| Hex | 11 | 82 | 5A | 57 | 0 | 1F | 31 | 9F | 4D | 1D |
| Octal | 21 | 202 | 132 | 127 | 0 | 37 | 61 | 237 | 115 | 35 |
| Binary | 10001 | 10000010 | 1011010 | 1010111 | 0 | 11111 | 110001 | 10011111 | 1001101 | 11101 |
Color Harmonies of #11825A
Complementary color
Monochromatic Colors of #11825A
Black with #11825A
Text Example
Text Example
White with #11825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11825A; }
p { color: rgb(17,130,90); }
H1.HeaderClassName
{
color: #11825A;
}
.AnyTagClassName
{
color: #11825A;
}
</style>
background-color css
<style>
a { background-color: #11825A; }
a { background-color: rgb(17,130,90); }
div.DivClassName
{
background-color: #11825A;
}
.BgClassName
{
background-color: #11825A;
}
</style>
border-color css
<style>
span { border-color: #11825A; }
span { border-color: rgb(17,130,90); }
td.TdClassName
{
border-color: #11825A;
}
.TagClassName
{
border-color: #11825A;
}
</style>