Shades of Deep Sea #11725A
Tints of Deep Sea #11725A
RGB
CMYK
RGB Variations
Color information
#11725A (or 0x11725A) is known color: Deep Sea. HEX triplet: 11, 72 and 5A. RGB value is (17,114,90). Sum of RGB (Red+Green+Blue) = 17+114+90=221 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.69% from 221); Green value is 114 (44.92% from 255 or 51.58% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 114 - color contains mainly: green. Hex color #11725A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11725A is #EE8DA5. Grayscale: #525252. Windows color (decimal): -15633830 or 5927441. OLE color: 5927441.
HSL color Cylindrical-coordinate representation of color #11725A: hue angle of 165.15º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11725A is Cyan = 0.85, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 114 | 90 | - |
| CMYK | 0.85 | 0 | 0.21 | 0.55 |
| HSL | 165.15º | 0.74% | 0.26% | - |
| HSV(B) | 165.15º | 0.85% | 0.45% | - |
| XYZ | 8.09 | 12.89 | 11.73 | - |
| YUV | 82.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 114 | 90 | 0.85 | 0 | 0.21 | 0.55 | 165.15 | 0.74 | 0.26 |
| Hex | 11 | 72 | 5A | 55 | 0 | 15 | 37 | A5 | 4A | 1A |
| Octal | 21 | 162 | 132 | 125 | 0 | 25 | 67 | 245 | 112 | 32 |
| Binary | 10001 | 1110010 | 1011010 | 1010101 | 0 | 10101 | 110111 | 10100101 | 1001010 | 11010 |
Color Harmonies of #11725A
Complementary color
Monochromatic Colors of #11725A
Black with #11725A
Text Example
Text Example
White with #11725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11725A; }
p { color: rgb(17,114,90); }
H1.HeaderClassName
{
color: #11725A;
}
.AnyTagClassName
{
color: #11725A;
}
</style>
background-color css
<style>
a { background-color: #11725A; }
a { background-color: rgb(17,114,90); }
div.DivClassName
{
background-color: #11725A;
}
.BgClassName
{
background-color: #11725A;
}
</style>
border-color css
<style>
span { border-color: #11725A; }
span { border-color: rgb(17,114,90); }
td.TdClassName
{
border-color: #11725A;
}
.TagClassName
{
border-color: #11725A;
}
</style>