Shades of Watercourse #016F51
Tints of Watercourse #016F51
RGB
CMYK
RGB Variations
Color information
#016F51 (or 0x016F51) is known color: Watercourse. HEX triplet: 01, 6F and 51. RGB value is (1,111,81). Sum of RGB (Red+Green+Blue) = 1+111+81=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #016F51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016F51 is #FE90AE. Grayscale: #4A4A4A. Windows color (decimal): -16683183 or 5336833. OLE color: 5336833.
HSL color Cylindrical-coordinate representation of color #016F51: hue angle of 163.64º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F51 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 81 | - |
| CMYK | 0.99 | 0 | 0.27 | 0.56 |
| HSL | 163.64º | 0.98% | 0.22% | - |
| HSV(B) | 163.64º | 0.99% | 0.44% | - |
| XYZ | 7.18 | 11.97 | 9.72 | - |
| YUV | 74.69 | 131.56 | 75.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 81 | 0.99 | 0 | 0.27 | 0.56 | 163.64 | 0.98 | 0.22 |
| Hex | 1 | 6F | 51 | 63 | 0 | 1B | 38 | A4 | 62 | 16 |
| Octal | 1 | 157 | 121 | 143 | 0 | 33 | 70 | 244 | 142 | 26 |
| Binary | 1 | 1101111 | 1010001 | 1100011 | 0 | 11011 | 111000 | 10100100 | 1100010 | 10110 |
Color Harmonies of #016F51
Complementary color
Monochromatic Colors of #016F51
Black with #016F51
Text Example
Text Example
White with #016F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F51; }
p { color: rgb(1,111,81); }
H1.HeaderClassName
{
color: #016F51;
}
.AnyTagClassName
{
color: #016F51;
}
</style>
background-color css
<style>
a { background-color: #016F51; }
a { background-color: rgb(1,111,81); }
div.DivClassName
{
background-color: #016F51;
}
.BgClassName
{
background-color: #016F51;
}
</style>
border-color css
<style>
span { border-color: #016F51; }
span { border-color: rgb(1,111,81); }
td.TdClassName
{
border-color: #016F51;
}
.TagClassName
{
border-color: #016F51;
}
</style>