Shades of Watercourse #116651
Tints of Watercourse #116651
RGB
CMYK
RGB Variations
Color information
#116651 (or 0x116651) is known color: Watercourse. HEX triplet: 11, 66 and 51. RGB value is (17,102,81). Sum of RGB (Red+Green+Blue) = 17+102+81=200 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #116651 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #116651 is #EE99AE. Grayscale: #4A4A4A. Windows color (decimal): -15636911 or 5334545. OLE color: 5334545.
HSL color Cylindrical-coordinate representation of color #116651: hue angle of 165.18º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #116651 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 102 | 81 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.6 |
| HSL | 165.18º | 0.71% | 0.23% | - |
| HSV(B) | 165.18º | 0.83% | 0.4% | - |
| XYZ | 6.47 | 10.22 | 9.42 | - |
| YUV | 74.19 | 131.84 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 102 | 81 | 0.83 | 0 | 0.21 | 0.6 | 165.18 | 0.71 | 0.23 |
| Hex | 11 | 66 | 51 | 53 | 0 | 15 | 3C | A5 | 47 | 17 |
| Octal | 21 | 146 | 121 | 123 | 0 | 25 | 74 | 245 | 107 | 27 |
| Binary | 10001 | 1100110 | 1010001 | 1010011 | 0 | 10101 | 111100 | 10100101 | 1000111 | 10111 |
Color Harmonies of #116651
Complementary color
Monochromatic Colors of #116651
Black with #116651
Text Example
Text Example
White with #116651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116651; }
p { color: rgb(17,102,81); }
H1.HeaderClassName
{
color: #116651;
}
.AnyTagClassName
{
color: #116651;
}
</style>
background-color css
<style>
a { background-color: #116651; }
a { background-color: rgb(17,102,81); }
div.DivClassName
{
background-color: #116651;
}
.BgClassName
{
background-color: #116651;
}
</style>
border-color css
<style>
span { border-color: #116651; }
span { border-color: rgb(17,102,81); }
td.TdClassName
{
border-color: #116651;
}
.TagClassName
{
border-color: #116651;
}
</style>