Shades of Watercourse #116C53
Tints of Watercourse #116C53
RGB
CMYK
RGB Variations
Color information
#116C53 (or 0x116C53) is known color: Watercourse. HEX triplet: 11, 6C and 53. RGB value is (17,108,83). Sum of RGB (Red+Green+Blue) = 17+108+83=208 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.17% from 208); Green value is 108 (42.58% from 255 or 51.92% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 108 - color contains mainly: green. Hex color #116C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116C53 is #EE93AC. Grayscale: #4D4D4D. Windows color (decimal): -15635373 or 5467153. OLE color: 5467153.
HSL color Cylindrical-coordinate representation of color #116C53: hue angle of 163.52º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #116C53 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 108 | 83 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.58 |
| HSL | 163.52º | 0.73% | 0.25% | - |
| HSV(B) | 163.52º | 0.84% | 0.42% | - |
| XYZ | 7.16 | 11.47 | 10.02 | - |
| YUV | 77.94 | 130.85 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 83 | 0.84 | 0 | 0.23 | 0.58 | 163.52 | 0.73 | 0.25 |
| Hex | 11 | 6C | 53 | 54 | 0 | 17 | 3A | A4 | 49 | 19 |
| Octal | 21 | 154 | 123 | 124 | 0 | 27 | 72 | 244 | 111 | 31 |
| Binary | 10001 | 1101100 | 1010011 | 1010100 | 0 | 10111 | 111010 | 10100100 | 1001001 | 11001 |
Color Harmonies of #116C53
Complementary color
Monochromatic Colors of #116C53
Black with #116C53
Text Example
Text Example
White with #116C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116C53; }
p { color: rgb(17,108,83); }
H1.HeaderClassName
{
color: #116C53;
}
.AnyTagClassName
{
color: #116C53;
}
</style>
background-color css
<style>
a { background-color: #116C53; }
a { background-color: rgb(17,108,83); }
div.DivClassName
{
background-color: #116C53;
}
.BgClassName
{
background-color: #116C53;
}
</style>
border-color css
<style>
span { border-color: #116C53; }
span { border-color: rgb(17,108,83); }
td.TdClassName
{
border-color: #116C53;
}
.TagClassName
{
border-color: #116C53;
}
</style>