Shades of Watercourse #016551
Tints of Watercourse #016551
RGB
CMYK
RGB Variations
Color information
#016551 (or 0x016551) is known color: Watercourse. HEX triplet: 01, 65 and 51. RGB value is (1,101,81). Sum of RGB (Red+Green+Blue) = 1+101+81=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 101 (39.84% from 255 or 55.19% from 183); Blue value is 81 (32.03% from 255 or 44.26% from 183); Max value from RGB is 101 - color contains mainly: green. Hex color #016551 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016551 is #FE9AAE. Grayscale: #444444. Windows color (decimal): -16685743 or 5334273. OLE color: 5334273.
HSL color Cylindrical-coordinate representation of color #016551: hue angle of 168º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016551 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 81 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.60 |
| HSL | 168º | 0.98% | 0.2% | - |
| HSV(B) | 168º | 0.99% | 0.4% | - |
| XYZ | 6.15 | 9.91 | 9.37 | - |
| YUV | 68.82 | 134.87 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 81 | 0.99 | 0 | 0.20 | 0.60 | 168 | 0.98 | 0.2 |
| Hex | 1 | 65 | 51 | 63 | 0 | 14 | 3C | A8 | 62 | 14 |
| Octal | 1 | 145 | 121 | 143 | 0 | 24 | 74 | 250 | 142 | 24 |
| Binary | 1 | 1100101 | 1010001 | 1100011 | 0 | 10100 | 111100 | 10101000 | 1100010 | 10100 |
Color Harmonies of #016551
Complementary color
Monochromatic Colors of #016551
Black with #016551
Text Example
Text Example
White with #016551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016551; }
p { color: rgb(1,101,81); }
H1.HeaderClassName
{
color: #016551;
}
.AnyTagClassName
{
color: #016551;
}
</style>
background-color css
<style>
a { background-color: #016551; }
a { background-color: rgb(1,101,81); }
div.DivClassName
{
background-color: #016551;
}
.BgClassName
{
background-color: #016551;
}
</style>
border-color css
<style>
span { border-color: #016551; }
span { border-color: rgb(1,101,81); }
td.TdClassName
{
border-color: #016551;
}
.TagClassName
{
border-color: #016551;
}
</style>