Shades of Watercourse #106250
Tints of Watercourse #106250
RGB
CMYK
RGB Variations
Color information
#106250 (or 0x106250) is known color: Watercourse. HEX triplet: 10, 62 and 50. RGB value is (16,98,80). Sum of RGB (Red+Green+Blue) = 16+98+80=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 98 (38.67% from 255 or 50.52% from 194); Blue value is 80 (31.64% from 255 or 41.24% from 194); Max value from RGB is 98 - color contains mainly: green. Hex color #106250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #106250 is #EF9DAF. Grayscale: #474747. Windows color (decimal): -15703472 or 5267984. OLE color: 5267984.
HSL color Cylindrical-coordinate representation of color #106250: hue angle of 166.83º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106250 is Cyan = 0.84, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 98 | 80 | - |
| CMYK | 0.84 | 0 | 0.18 | 0.62 |
| HSL | 166.83º | 0.72% | 0.22% | - |
| HSV(B) | 166.83º | 0.84% | 0.38% | - |
| XYZ | 6.03 | 9.42 | 9.09 | - |
| YUV | 71.43 | 132.83 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 98 | 80 | 0.84 | 0 | 0.18 | 0.62 | 166.83 | 0.72 | 0.22 |
| Hex | 10 | 62 | 50 | 54 | 0 | 12 | 3E | A7 | 48 | 16 |
| Octal | 20 | 142 | 120 | 124 | 0 | 22 | 76 | 247 | 110 | 26 |
| Binary | 10000 | 1100010 | 1010000 | 1010100 | 0 | 10010 | 111110 | 10100111 | 1001000 | 10110 |
Color Harmonies of #106250
Complementary color
Monochromatic Colors of #106250
Black with #106250
Text Example
Text Example
White with #106250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #106250; }
p { color: rgb(16,98,80); }
H1.HeaderClassName
{
color: #106250;
}
.AnyTagClassName
{
color: #106250;
}
</style>
background-color css
<style>
a { background-color: #106250; }
a { background-color: rgb(16,98,80); }
div.DivClassName
{
background-color: #106250;
}
.BgClassName
{
background-color: #106250;
}
</style>
border-color css
<style>
span { border-color: #106250; }
span { border-color: rgb(16,98,80); }
td.TdClassName
{
border-color: #106250;
}
.TagClassName
{
border-color: #106250;
}
</style>