Shades of Watercourse #106350
Tints of Watercourse #106350
RGB
CMYK
RGB Variations
Color information
#106350 (or 0x106350) is known color: Watercourse. HEX triplet: 10, 63 and 50. RGB value is (16,99,80). Sum of RGB (Red+Green+Blue) = 16+99+80=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 99 (39.06% from 255 or 50.77% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 99 - color contains mainly: green. Hex color #106350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106350 is #EF9CAF. Grayscale: #484848. Windows color (decimal): -15703216 or 5268240. OLE color: 5268240.
HSL color Cylindrical-coordinate representation of color #106350: hue angle of 166.27º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106350 is Cyan = 0.84, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 16 | 99 | 80 | - |
| CMYK | 0.84 | 0 | 0.19 | 0.61 |
| HSL | 166.27º | 0.72% | 0.23% | - |
| HSV(B) | 166.27º | 0.84% | 0.39% | - |
| XYZ | 6.12 | 9.61 | 9.12 | - |
| YUV | 72.02 | 132.5 | 88.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 99 | 80 | 0.84 | 0 | 0.19 | 0.61 | 166.27 | 0.72 | 0.23 |
| Hex | 10 | 63 | 50 | 54 | 0 | 13 | 3D | A6 | 48 | 17 |
| Octal | 20 | 143 | 120 | 124 | 0 | 23 | 75 | 246 | 110 | 27 |
| Binary | 10000 | 1100011 | 1010000 | 1010100 | 0 | 10011 | 111101 | 10100110 | 1001000 | 10111 |
Color Harmonies of #106350
Complementary color
Monochromatic Colors of #106350
Black with #106350
Text Example
Text Example
White with #106350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106350; }
p { color: rgb(16,99,80); }
H1.HeaderClassName
{
color: #106350;
}
.AnyTagClassName
{
color: #106350;
}
</style>
background-color css
<style>
a { background-color: #106350; }
a { background-color: rgb(16,99,80); }
div.DivClassName
{
background-color: #106350;
}
.BgClassName
{
background-color: #106350;
}
</style>
border-color css
<style>
span { border-color: #106350; }
span { border-color: rgb(16,99,80); }
td.TdClassName
{
border-color: #106350;
}
.TagClassName
{
border-color: #106350;
}
</style>