Shades of Watercourse #116A56
Tints of Watercourse #116A56
RGB
CMYK
RGB Variations
Color information
#116A56 (or 0x116A56) is known color: Watercourse. HEX triplet: 11, 6A and 56. RGB value is (17,106,86). Sum of RGB (Red+Green+Blue) = 17+106+86=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 106 (41.80% from 255 or 50.72% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 106 - color contains mainly: green. Hex color #116A56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116A56 is #EE95A9. Grayscale: #4D4D4D. Windows color (decimal): -15635882 or 5663249. OLE color: 5663249.
HSL color Cylindrical-coordinate representation of color #116A56: hue angle of 166.52º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116A56 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 106 | 86 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.58 |
| HSL | 166.52º | 0.72% | 0.24% | - |
| HSV(B) | 166.52º | 0.84% | 0.42% | - |
| XYZ | 7.06 | 11.1 | 10.57 | - |
| YUV | 77.11 | 133.01 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 86 | 0.84 | 0 | 0.19 | 0.58 | 166.52 | 0.72 | 0.24 |
| Hex | 11 | 6A | 56 | 54 | 0 | 13 | 3A | A7 | 48 | 18 |
| Octal | 21 | 152 | 126 | 124 | 0 | 23 | 72 | 247 | 110 | 30 |
| Binary | 10001 | 1101010 | 1010110 | 1010100 | 0 | 10011 | 111010 | 10100111 | 1001000 | 11000 |
Color Harmonies of #116A56
Complementary color
Monochromatic Colors of #116A56
Black with #116A56
Text Example
Text Example
White with #116A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116A56; }
p { color: rgb(17,106,86); }
H1.HeaderClassName
{
color: #116A56;
}
.AnyTagClassName
{
color: #116A56;
}
</style>
background-color css
<style>
a { background-color: #116A56; }
a { background-color: rgb(17,106,86); }
div.DivClassName
{
background-color: #116A56;
}
.BgClassName
{
background-color: #116A56;
}
</style>
border-color css
<style>
span { border-color: #116A56; }
span { border-color: rgb(17,106,86); }
td.TdClassName
{
border-color: #116A56;
}
.TagClassName
{
border-color: #116A56;
}
</style>