Shades of Watercourse #017C53
Tints of Watercourse #017C53
RGB
CMYK
RGB Variations
Color information
#017C53 (or 0x017C53) is known color: Watercourse. HEX triplet: 01, 7C and 53. RGB value is (1,124,83). Sum of RGB (Red+Green+Blue) = 1+124+83=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 124 (48.83% from 255 or 59.62% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 124 - color contains mainly: green. Hex color #017C53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #017C53 is #FE83AC. Grayscale: #525252. Windows color (decimal): -16679853 or 5471233. OLE color: 5471233.
HSL color Cylindrical-coordinate representation of color #017C53: hue angle of 160º 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 #017C53 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 124 | 83 | - |
| CMYK | 0.99 | 0 | 0.33 | 0.51 |
| HSL | 160º | 0.98% | 0.25% | - |
| HSV(B) | 160º | 0.99% | 0.49% | - |
| XYZ | 8.78 | 15.05 | 10.63 | - |
| YUV | 82.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 124 | 83 | 0.99 | 0 | 0.33 | 0.51 | 160 | 0.98 | 0.25 |
| Hex | 1 | 7C | 53 | 63 | 0 | 21 | 33 | A0 | 62 | 19 |
| Octal | 1 | 174 | 123 | 143 | 0 | 41 | 63 | 240 | 142 | 31 |
| Binary | 1 | 1111100 | 1010011 | 1100011 | 0 | 100001 | 110011 | 10100000 | 1100010 | 11001 |
Color Harmonies of #017C53
Complementary color
Monochromatic Colors of #017C53
Black with #017C53
Text Example
Text Example
White with #017C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017C53; }
p { color: rgb(1,124,83); }
H1.HeaderClassName
{
color: #017C53;
}
.AnyTagClassName
{
color: #017C53;
}
</style>
background-color css
<style>
a { background-color: #017C53; }
a { background-color: rgb(1,124,83); }
div.DivClassName
{
background-color: #017C53;
}
.BgClassName
{
background-color: #017C53;
}
</style>
border-color css
<style>
span { border-color: #017C53; }
span { border-color: rgb(1,124,83); }
td.TdClassName
{
border-color: #017C53;
}
.TagClassName
{
border-color: #017C53;
}
</style>