Shades of Watercourse #016E56
Tints of Watercourse #016E56
RGB
CMYK
RGB Variations
Color information
#016E56 (or 0x016E56) is known color: Watercourse. HEX triplet: 01, 6E and 56. RGB value is (1,110,86). Sum of RGB (Red+Green+Blue) = 1+110+86=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 110 (43.36% from 255 or 55.84% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 110 - color contains mainly: green. Hex color #016E56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E56 is #FE91A9. Grayscale: #4A4A4A. Windows color (decimal): -16683434 or 5664257. OLE color: 5664257.
HSL color Cylindrical-coordinate representation of color #016E56: hue angle of 166.79º 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 #016E56 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 86 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.57 |
| HSL | 166.79º | 0.98% | 0.22% | - |
| HSV(B) | 166.79º | 0.99% | 0.43% | - |
| XYZ | 7.27 | 11.83 | 10.7 | - |
| YUV | 74.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 86 | 0.99 | 0 | 0.22 | 0.57 | 166.79 | 0.98 | 0.22 |
| Hex | 1 | 6E | 56 | 63 | 0 | 16 | 39 | A7 | 62 | 16 |
| Octal | 1 | 156 | 126 | 143 | 0 | 26 | 71 | 247 | 142 | 26 |
| Binary | 1 | 1101110 | 1010110 | 1100011 | 0 | 10110 | 111001 | 10100111 | 1100010 | 10110 |
Color Harmonies of #016E56
Complementary color
Monochromatic Colors of #016E56
Black with #016E56
Text Example
Text Example
White with #016E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E56; }
p { color: rgb(1,110,86); }
H1.HeaderClassName
{
color: #016E56;
}
.AnyTagClassName
{
color: #016E56;
}
</style>
background-color css
<style>
a { background-color: #016E56; }
a { background-color: rgb(1,110,86); }
div.DivClassName
{
background-color: #016E56;
}
.BgClassName
{
background-color: #016E56;
}
</style>
border-color css
<style>
span { border-color: #016E56; }
span { border-color: rgb(1,110,86); }
td.TdClassName
{
border-color: #016E56;
}
.TagClassName
{
border-color: #016E56;
}
</style>