Shades of Watercourse #016E54
Tints of Watercourse #016E54
RGB
CMYK
RGB Variations
Color information
#016E54 (or 0x016E54) is known color: Watercourse. HEX triplet: 01, 6E and 54. RGB value is (1,110,84). Sum of RGB (Red+Green+Blue) = 1+110+84=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 110 (43.36% from 255 or 56.41% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 110 - color contains mainly: green. Hex color #016E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016E54 is #FE91AB. Grayscale: #4A4A4A. Windows color (decimal): -16683436 or 5533185. OLE color: 5533185.
HSL color Cylindrical-coordinate representation of color #016E54: hue angle of 165.69º 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 #016E54 is Cyan = 0.99, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 84 | - |
| CMYK | 0.99 | 0 | 0.24 | 0.57 |
| HSL | 165.69º | 0.98% | 0.22% | - |
| HSV(B) | 165.69º | 0.99% | 0.43% | - |
| XYZ | 7.19 | 11.8 | 10.29 | - |
| YUV | 74.45 | 133.39 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 84 | 0.99 | 0 | 0.24 | 0.57 | 165.69 | 0.98 | 0.22 |
| Hex | 1 | 6E | 54 | 63 | 0 | 18 | 39 | A6 | 62 | 16 |
| Octal | 1 | 156 | 124 | 143 | 0 | 30 | 71 | 246 | 142 | 26 |
| Binary | 1 | 1101110 | 1010100 | 1100011 | 0 | 11000 | 111001 | 10100110 | 1100010 | 10110 |
Color Harmonies of #016E54
Complementary color
Monochromatic Colors of #016E54
Black with #016E54
Text Example
Text Example
White with #016E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E54; }
p { color: rgb(1,110,84); }
H1.HeaderClassName
{
color: #016E54;
}
.AnyTagClassName
{
color: #016E54;
}
</style>
background-color css
<style>
a { background-color: #016E54; }
a { background-color: rgb(1,110,84); }
div.DivClassName
{
background-color: #016E54;
}
.BgClassName
{
background-color: #016E54;
}
</style>
border-color css
<style>
span { border-color: #016E54; }
span { border-color: rgb(1,110,84); }
td.TdClassName
{
border-color: #016E54;
}
.TagClassName
{
border-color: #016E54;
}
</style>