Shades of Deep Sea #11755B
Tints of Deep Sea #11755B
RGB
CMYK
RGB Variations
Color information
#11755B (or 0x11755B) is known color: Deep Sea. HEX triplet: 11, 75 and 5B. RGB value is (17,117,91). Sum of RGB (Red+Green+Blue) = 17+117+91=225 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.56% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #11755B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11755B is #EE8AA4. Grayscale: #545454. Windows color (decimal): -15633061 or 5993745. OLE color: 5993745.
HSL color Cylindrical-coordinate representation of color #11755B: hue angle of 164.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11755B is Cyan = 0.85, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 117 | 91 | - |
| CMYK | 0.85 | 0 | 0.22 | 0.54 |
| HSL | 164.4º | 0.75% | 0.26% | - |
| HSV(B) | 164.4º | 0.85% | 0.46% | - |
| XYZ | 8.48 | 13.6 | 12.08 | - |
| YUV | 84.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 117 | 91 | 0.85 | 0 | 0.22 | 0.54 | 164.4 | 0.75 | 0.26 |
| Hex | 11 | 75 | 5B | 55 | 0 | 16 | 36 | A4 | 4B | 1A |
| Octal | 21 | 165 | 133 | 125 | 0 | 26 | 66 | 244 | 113 | 32 |
| Binary | 10001 | 1110101 | 1011011 | 1010101 | 0 | 10110 | 110110 | 10100100 | 1001011 | 11010 |
Color Harmonies of #11755B
Complementary color
Monochromatic Colors of #11755B
Black with #11755B
Text Example
Text Example
White with #11755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11755B; }
p { color: rgb(17,117,91); }
H1.HeaderClassName
{
color: #11755B;
}
.AnyTagClassName
{
color: #11755B;
}
</style>
background-color css
<style>
a { background-color: #11755B; }
a { background-color: rgb(17,117,91); }
div.DivClassName
{
background-color: #11755B;
}
.BgClassName
{
background-color: #11755B;
}
</style>
border-color css
<style>
span { border-color: #11755B; }
span { border-color: rgb(17,117,91); }
td.TdClassName
{
border-color: #11755B;
}
.TagClassName
{
border-color: #11755B;
}
</style>