Shades of Deep Sea #11766B
Tints of Deep Sea #11766B
RGB
CMYK
RGB Variations
Color information
#11766B (or 0x11766B) is known color: Deep Sea. HEX triplet: 11, 76 and 6B. RGB value is (17,118,107). Sum of RGB (Red+Green+Blue) = 17+118+107=242 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.02% from 242); Green value is 118 (46.48% from 255 or 48.76% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 118 - color contains mainly: green. Hex color #11766B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11766B is #EE8994. Grayscale: #565656. Windows color (decimal): -15632789 or 7042577. OLE color: 7042577.
HSL color Cylindrical-coordinate representation of color #11766B: hue angle of 173.47º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11766B is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 118 | 107 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.54 |
| HSL | 173.47º | 0.75% | 0.26% | - |
| HSV(B) | 173.47º | 0.86% | 0.46% | - |
| XYZ | 9.36 | 14.14 | 16.15 | - |
| YUV | 86.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 118 | 107 | 0.86 | 0 | 0.09 | 0.54 | 173.47 | 0.75 | 0.26 |
| Hex | 11 | 76 | 6B | 56 | 0 | 9 | 36 | AD | 4B | 1A |
| Octal | 21 | 166 | 153 | 126 | 0 | 11 | 66 | 255 | 113 | 32 |
| Binary | 10001 | 1110110 | 1101011 | 1010110 | 0 | 1001 | 110110 | 10101101 | 1001011 | 11010 |
Color Harmonies of #11766B
Complementary color
Monochromatic Colors of #11766B
Black with #11766B
Text Example
Text Example
White with #11766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11766B; }
p { color: rgb(17,118,107); }
H1.HeaderClassName
{
color: #11766B;
}
.AnyTagClassName
{
color: #11766B;
}
</style>
background-color css
<style>
a { background-color: #11766B; }
a { background-color: rgb(17,118,107); }
div.DivClassName
{
background-color: #11766B;
}
.BgClassName
{
background-color: #11766B;
}
</style>
border-color css
<style>
span { border-color: #11766B; }
span { border-color: rgb(17,118,107); }
td.TdClassName
{
border-color: #11766B;
}
.TagClassName
{
border-color: #11766B;
}
</style>