Shades of Deep Sea #11746A
Tints of Deep Sea #11746A
RGB
CMYK
RGB Variations
Color information
#11746A (or 0x11746A) is known color: Deep Sea. HEX triplet: 11, 74 and 6A. RGB value is (17,116,106). Sum of RGB (Red+Green+Blue) = 17+116+106=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #11746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11746A is #EE8B95. Grayscale: #555555. Windows color (decimal): -15633302 or 6976529. OLE color: 6976529.
HSL color Cylindrical-coordinate representation of color #11746A: hue angle of 173.94º 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 #11746A is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 116 | 106 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.55 |
| HSL | 173.94º | 0.74% | 0.26% | - |
| HSV(B) | 173.94º | 0.85% | 0.45% | - |
| XYZ | 9.08 | 13.65 | 15.79 | - |
| YUV | 85.26 | 139.7 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 116 | 106 | 0.85 | 0 | 0.09 | 0.55 | 173.94 | 0.74 | 0.26 |
| Hex | 11 | 74 | 6A | 55 | 0 | 9 | 37 | AE | 4A | 1A |
| Octal | 21 | 164 | 152 | 125 | 0 | 11 | 67 | 256 | 112 | 32 |
| Binary | 10001 | 1110100 | 1101010 | 1010101 | 0 | 1001 | 110111 | 10101110 | 1001010 | 11010 |
Color Harmonies of #11746A
Complementary color
Monochromatic Colors of #11746A
Black with #11746A
Text Example
Text Example
White with #11746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11746A; }
p { color: rgb(17,116,106); }
H1.HeaderClassName
{
color: #11746A;
}
.AnyTagClassName
{
color: #11746A;
}
</style>
background-color css
<style>
a { background-color: #11746A; }
a { background-color: rgb(17,116,106); }
div.DivClassName
{
background-color: #11746A;
}
.BgClassName
{
background-color: #11746A;
}
</style>
border-color css
<style>
span { border-color: #11746A; }
span { border-color: rgb(17,116,106); }
td.TdClassName
{
border-color: #11746A;
}
.TagClassName
{
border-color: #11746A;
}
</style>