Shades of Deep Sea #11786D
Tints of Deep Sea #11786D
RGB
CMYK
RGB Variations
Color information
#11786D (or 0x11786D) is known color: Deep Sea. HEX triplet: 11, 78 and 6D. RGB value is (17,120,109). Sum of RGB (Red+Green+Blue) = 17+120+109=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 120 (47.27% from 255 or 48.78% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 120 - color contains mainly: green. Hex color #11786D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11786D is #EE8792. Grayscale: #575757. Windows color (decimal): -15632275 or 7174161. OLE color: 7174161.
HSL color Cylindrical-coordinate representation of color #11786D: hue angle of 173.59º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11786D is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 120 | 109 | - |
| CMYK | 0.86 | 0 | 0.09 | 0.53 |
| HSL | 173.59º | 0.75% | 0.27% | - |
| HSV(B) | 173.59º | 0.86% | 0.47% | - |
| XYZ | 9.71 | 14.66 | 16.79 | - |
| YUV | 87.95 | 139.88 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 120 | 109 | 0.86 | 0 | 0.09 | 0.53 | 173.59 | 0.75 | 0.27 |
| Hex | 11 | 78 | 6D | 56 | 0 | 9 | 35 | AE | 4B | 1B |
| Octal | 21 | 170 | 155 | 126 | 0 | 11 | 65 | 256 | 113 | 33 |
| Binary | 10001 | 1111000 | 1101101 | 1010110 | 0 | 1001 | 110101 | 10101110 | 1001011 | 11011 |
Color Harmonies of #11786D
Complementary color
Monochromatic Colors of #11786D
Black with #11786D
Text Example
Text Example
White with #11786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11786D; }
p { color: rgb(17,120,109); }
H1.HeaderClassName
{
color: #11786D;
}
.AnyTagClassName
{
color: #11786D;
}
</style>
background-color css
<style>
a { background-color: #11786D; }
a { background-color: rgb(17,120,109); }
div.DivClassName
{
background-color: #11786D;
}
.BgClassName
{
background-color: #11786D;
}
</style>
border-color css
<style>
span { border-color: #11786D; }
span { border-color: rgb(17,120,109); }
td.TdClassName
{
border-color: #11786D;
}
.TagClassName
{
border-color: #11786D;
}
</style>