Shades of Watercourse #016D51
Tints of Watercourse #016D51
RGB
CMYK
RGB Variations
Color information
#016D51 (or 0x016D51) is known color: Watercourse. HEX triplet: 01, 6D and 51. RGB value is (1,109,81). Sum of RGB (Red+Green+Blue) = 1+109+81=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 109 (42.97% from 255 or 57.07% from 191); Blue value is 81 (32.03% from 255 or 42.41% from 191); Max value from RGB is 109 - color contains mainly: green. Hex color #016D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016D51 is #FE92AE. Grayscale: #494949. Windows color (decimal): -16683695 or 5336321. OLE color: 5336321.
HSL color Cylindrical-coordinate representation of color #016D51: hue angle of 164.44º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D51 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 81 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.57 |
| HSL | 164.44º | 0.98% | 0.22% | - |
| HSV(B) | 164.44º | 0.99% | 0.43% | - |
| XYZ | 6.97 | 11.54 | 9.64 | - |
| YUV | 73.52 | 132.22 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 81 | 0.99 | 0 | 0.26 | 0.57 | 164.44 | 0.98 | 0.22 |
| Hex | 1 | 6D | 51 | 63 | 0 | 1A | 39 | A4 | 62 | 16 |
| Octal | 1 | 155 | 121 | 143 | 0 | 32 | 71 | 244 | 142 | 26 |
| Binary | 1 | 1101101 | 1010001 | 1100011 | 0 | 11010 | 111001 | 10100100 | 1100010 | 10110 |
Color Harmonies of #016D51
Complementary color
Monochromatic Colors of #016D51
Black with #016D51
Text Example
Text Example
White with #016D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D51; }
p { color: rgb(1,109,81); }
H1.HeaderClassName
{
color: #016D51;
}
.AnyTagClassName
{
color: #016D51;
}
</style>
background-color css
<style>
a { background-color: #016D51; }
a { background-color: rgb(1,109,81); }
div.DivClassName
{
background-color: #016D51;
}
.BgClassName
{
background-color: #016D51;
}
</style>
border-color css
<style>
span { border-color: #016D51; }
span { border-color: rgb(1,109,81); }
td.TdClassName
{
border-color: #016D51;
}
.TagClassName
{
border-color: #016D51;
}
</style>