Shades of Watercourse #107254
Tints of Watercourse #107254
RGB
CMYK
RGB Variations
Color information
#107254 (or 0x107254) is known color: Watercourse. HEX triplet: 10, 72 and 54. RGB value is (16,114,84). Sum of RGB (Red+Green+Blue) = 16+114+84=214 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.48% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #107254 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #107254 is #EF8DAB. Grayscale: #515151. Windows color (decimal): -15699372 or 5534224. OLE color: 5534224.
HSL color Cylindrical-coordinate representation of color #107254: hue angle of 161.63º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107254 is Cyan = 0.86, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 114 | 84 | - |
| CMYK | 0.86 | 0 | 0.26 | 0.55 |
| HSL | 161.63º | 0.75% | 0.25% | - |
| HSV(B) | 161.63º | 0.86% | 0.45% | - |
| XYZ | 7.83 | 12.78 | 10.44 | - |
| YUV | 81.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 84 | 0.86 | 0 | 0.26 | 0.55 | 161.63 | 0.75 | 0.25 |
| Hex | 10 | 72 | 54 | 56 | 0 | 1A | 37 | A2 | 4B | 19 |
| Octal | 20 | 162 | 124 | 126 | 0 | 32 | 67 | 242 | 113 | 31 |
| Binary | 10000 | 1110010 | 1010100 | 1010110 | 0 | 11010 | 110111 | 10100010 | 1001011 | 11001 |
Color Harmonies of #107254
Complementary color
Monochromatic Colors of #107254
Black with #107254
Text Example
Text Example
White with #107254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107254; }
p { color: rgb(16,114,84); }
H1.HeaderClassName
{
color: #107254;
}
.AnyTagClassName
{
color: #107254;
}
</style>
background-color css
<style>
a { background-color: #107254; }
a { background-color: rgb(16,114,84); }
div.DivClassName
{
background-color: #107254;
}
.BgClassName
{
background-color: #107254;
}
</style>
border-color css
<style>
span { border-color: #107254; }
span { border-color: rgb(16,114,84); }
td.TdClassName
{
border-color: #107254;
}
.TagClassName
{
border-color: #107254;
}
</style>