Shades of Watercourse #106D53
Tints of Watercourse #106D53
RGB
CMYK
RGB Variations
Color information
#106D53 (or 0x106D53) is known color: Watercourse. HEX triplet: 10, 6D and 53. RGB value is (16,109,83). Sum of RGB (Red+Green+Blue) = 16+109+83=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 109 (42.97% from 255 or 52.40% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 109 - color contains mainly: green. Hex color #106D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106D53 is #EF92AC. Grayscale: #4E4E4E. Windows color (decimal): -15700653 or 5467408. OLE color: 5467408.
HSL color Cylindrical-coordinate representation of color #106D53: hue angle of 163.23º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #106D53 is Cyan = 0.85, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 16 | 109 | 83 | - |
| CMYK | 0.85 | 0 | 0.24 | 0.57 |
| HSL | 163.23º | 0.74% | 0.25% | - |
| HSV(B) | 163.23º | 0.85% | 0.43% | - |
| XYZ | 7.24 | 11.67 | 10.05 | - |
| YUV | 78.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 109 | 83 | 0.85 | 0 | 0.24 | 0.57 | 163.23 | 0.74 | 0.25 |
| Hex | 10 | 6D | 53 | 55 | 0 | 18 | 39 | A3 | 4A | 19 |
| Octal | 20 | 155 | 123 | 125 | 0 | 30 | 71 | 243 | 112 | 31 |
| Binary | 10000 | 1101101 | 1010011 | 1010101 | 0 | 11000 | 111001 | 10100011 | 1001010 | 11001 |
Color Harmonies of #106D53
Complementary color
Monochromatic Colors of #106D53
Black with #106D53
Text Example
Text Example
White with #106D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106D53; }
p { color: rgb(16,109,83); }
H1.HeaderClassName
{
color: #106D53;
}
.AnyTagClassName
{
color: #106D53;
}
</style>
background-color css
<style>
a { background-color: #106D53; }
a { background-color: rgb(16,109,83); }
div.DivClassName
{
background-color: #106D53;
}
.BgClassName
{
background-color: #106D53;
}
</style>
border-color css
<style>
span { border-color: #106D53; }
span { border-color: rgb(16,109,83); }
td.TdClassName
{
border-color: #106D53;
}
.TagClassName
{
border-color: #106D53;
}
</style>