Shades of Watercourse #016C56
Tints of Watercourse #016C56
RGB
CMYK
RGB Variations
Color information
#016C56 (or 0x016C56) is known color: Watercourse. HEX triplet: 01, 6C and 56. RGB value is (1,108,86). Sum of RGB (Red+Green+Blue) = 1+108+86=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 108 (42.58% from 255 or 55.38% from 195); Blue value is 86 (33.98% from 255 or 44.10% from 195); Max value from RGB is 108 - color contains mainly: green. Hex color #016C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016C56 is #FE93A9. Grayscale: #494949. Windows color (decimal): -16683946 or 5663745. OLE color: 5663745.
HSL color Cylindrical-coordinate representation of color #016C56: hue angle of 167.66º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016C56 is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 108 | 86 | - |
| CMYK | 0.99 | 0 | 0.20 | 0.58 |
| HSL | 167.66º | 0.98% | 0.21% | - |
| HSV(B) | 167.66º | 0.99% | 0.42% | - |
| XYZ | 7.05 | 11.4 | 10.63 | - |
| YUV | 73.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 108 | 86 | 0.99 | 0 | 0.20 | 0.58 | 167.66 | 0.98 | 0.21 |
| Hex | 1 | 6C | 56 | 63 | 0 | 14 | 3A | A8 | 62 | 15 |
| Octal | 1 | 154 | 126 | 143 | 0 | 24 | 72 | 250 | 142 | 25 |
| Binary | 1 | 1101100 | 1010110 | 1100011 | 0 | 10100 | 111010 | 10101000 | 1100010 | 10101 |
Color Harmonies of #016C56
Complementary color
Monochromatic Colors of #016C56
Black with #016C56
Text Example
Text Example
White with #016C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016C56; }
p { color: rgb(1,108,86); }
H1.HeaderClassName
{
color: #016C56;
}
.AnyTagClassName
{
color: #016C56;
}
</style>
background-color css
<style>
a { background-color: #016C56; }
a { background-color: rgb(1,108,86); }
div.DivClassName
{
background-color: #016C56;
}
.BgClassName
{
background-color: #016C56;
}
</style>
border-color css
<style>
span { border-color: #016C56; }
span { border-color: rgb(1,108,86); }
td.TdClassName
{
border-color: #016C56;
}
.TagClassName
{
border-color: #016C56;
}
</style>