Shades of Watercourse #116753
Tints of Watercourse #116753
RGB
CMYK
RGB Variations
Color information
#116753 (or 0x116753) is known color: Watercourse. HEX triplet: 11, 67 and 53. RGB value is (17,103,83). Sum of RGB (Red+Green+Blue) = 17+103+83=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 83 (32.81% from 255 or 40.89% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #116753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116753 is #EE98AC. Grayscale: #4A4A4A. Windows color (decimal): -15636653 or 5465873. OLE color: 5465873.
HSL color Cylindrical-coordinate representation of color #116753: hue angle of 166.05º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116753 is Cyan = 0.83, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 103 | 83 | - |
| CMYK | 0.83 | 0 | 0.19 | 0.60 |
| HSL | 166.05º | 0.72% | 0.24% | - |
| HSV(B) | 166.05º | 0.83% | 0.4% | - |
| XYZ | 6.64 | 10.44 | 9.85 | - |
| YUV | 75.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 103 | 83 | 0.83 | 0 | 0.19 | 0.60 | 166.05 | 0.72 | 0.24 |
| Hex | 11 | 67 | 53 | 53 | 0 | 13 | 3C | A6 | 48 | 18 |
| Octal | 21 | 147 | 123 | 123 | 0 | 23 | 74 | 246 | 110 | 30 |
| Binary | 10001 | 1100111 | 1010011 | 1010011 | 0 | 10011 | 111100 | 10100110 | 1001000 | 11000 |
Color Harmonies of #116753
Complementary color
Monochromatic Colors of #116753
Black with #116753
Text Example
Text Example
White with #116753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116753; }
p { color: rgb(17,103,83); }
H1.HeaderClassName
{
color: #116753;
}
.AnyTagClassName
{
color: #116753;
}
</style>
background-color css
<style>
a { background-color: #116753; }
a { background-color: rgb(17,103,83); }
div.DivClassName
{
background-color: #116753;
}
.BgClassName
{
background-color: #116753;
}
</style>
border-color css
<style>
span { border-color: #116753; }
span { border-color: rgb(17,103,83); }
td.TdClassName
{
border-color: #116753;
}
.TagClassName
{
border-color: #116753;
}
</style>