Shades of Watercourse #017E50
Tints of Watercourse #017E50
RGB
CMYK
RGB Variations
Color information
#017E50 (or 0x017E50) is known color: Watercourse. HEX triplet: 01, 7E and 50. RGB value is (1,126,80). Sum of RGB (Red+Green+Blue) = 1+126+80=207 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 207); Green value is 126 (49.61% from 255 or 60.87% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 126 - color contains mainly: green. Hex color #017E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017E50 is #FE81AF. Grayscale: #535353. Windows color (decimal): -16679344 or 5275137. OLE color: 5275137.
HSL color Cylindrical-coordinate representation of color #017E50: hue angle of 157.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017E50 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 126 | 80 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.51 |
| HSL | 157.92º | 0.98% | 0.25% | - |
| HSV(B) | 157.92º | 0.99% | 0.49% | - |
| XYZ | 8.92 | 15.51 | 10.11 | - |
| YUV | 83.38 | 126.09 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 126 | 80 | 0.99 | 0 | 0.37 | 0.51 | 157.92 | 0.98 | 0.25 |
| Hex | 1 | 7E | 50 | 63 | 0 | 25 | 33 | 9E | 62 | 19 |
| Octal | 1 | 176 | 120 | 143 | 0 | 45 | 63 | 236 | 142 | 31 |
| Binary | 1 | 1111110 | 1010000 | 1100011 | 0 | 100101 | 110011 | 10011110 | 1100010 | 11001 |
Color Harmonies of #017E50
Complementary color
Monochromatic Colors of #017E50
Black with #017E50
Text Example
Text Example
White with #017E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017E50; }
p { color: rgb(1,126,80); }
H1.HeaderClassName
{
color: #017E50;
}
.AnyTagClassName
{
color: #017E50;
}
</style>
background-color css
<style>
a { background-color: #017E50; }
a { background-color: rgb(1,126,80); }
div.DivClassName
{
background-color: #017E50;
}
.BgClassName
{
background-color: #017E50;
}
</style>
border-color css
<style>
span { border-color: #017E50; }
span { border-color: rgb(1,126,80); }
td.TdClassName
{
border-color: #017E50;
}
.TagClassName
{
border-color: #017E50;
}
</style>