Shades of Watercourse #016043
Tints of Watercourse #016043
RGB
CMYK
RGB Variations
Color information
#016043 (or 0x016043) is known color: Watercourse. HEX triplet: 01, 60 and 43. RGB value is (1,96,67). Sum of RGB (Red+Green+Blue) = 1+96+67=164 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 67 (26.56% from 255 or 40.85% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #016043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016043 is #FE9FBC. Grayscale: #404040. Windows color (decimal): -16687037 or 4415489. OLE color: 4415489.
HSL color Cylindrical-coordinate representation of color #016043: hue angle of 161.68º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016043 is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 1 | 96 | 67 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.62 |
| HSL | 161.68º | 0.98% | 0.19% | - |
| HSV(B) | 161.68º | 0.99% | 0.38% | - |
| XYZ | 5.21 | 8.78 | 6.73 | - |
| YUV | 64.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 96 | 67 | 0.99 | 0 | 0.30 | 0.62 | 161.68 | 0.98 | 0.19 |
| Hex | 1 | 60 | 43 | 63 | 0 | 1E | 3E | A2 | 62 | 13 |
| Octal | 1 | 140 | 103 | 143 | 0 | 36 | 76 | 242 | 142 | 23 |
| Binary | 1 | 1100000 | 1000011 | 1100011 | 0 | 11110 | 111110 | 10100010 | 1100010 | 10011 |
Color Harmonies of #016043
Complementary color
Monochromatic Colors of #016043
Black with #016043
Text Example
Text Example
White with #016043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016043; }
p { color: rgb(1,96,67); }
H1.HeaderClassName
{
color: #016043;
}
.AnyTagClassName
{
color: #016043;
}
</style>
background-color css
<style>
a { background-color: #016043; }
a { background-color: rgb(1,96,67); }
div.DivClassName
{
background-color: #016043;
}
.BgClassName
{
background-color: #016043;
}
</style>
border-color css
<style>
span { border-color: #016043; }
span { border-color: rgb(1,96,67); }
td.TdClassName
{
border-color: #016043;
}
.TagClassName
{
border-color: #016043;
}
</style>