Shades of Watercourse #016350
Tints of Watercourse #016350
RGB
CMYK
RGB Variations
Color information
#016350 (or 0x016350) is known color: Watercourse. HEX triplet: 01, 63 and 50. RGB value is (1,99,80). Sum of RGB (Red+Green+Blue) = 1+99+80=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #016350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016350 is #FE9CAF. Grayscale: #434343. Windows color (decimal): -16686256 or 5268225. OLE color: 5268225.
HSL color Cylindrical-coordinate representation of color #016350: hue angle of 168.37º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016350 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 99 | 80 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.61 |
| HSL | 168.37º | 0.98% | 0.2% | - |
| HSV(B) | 168.37º | 0.99% | 0.39% | - |
| XYZ | 5.92 | 9.51 | 9.11 | - |
| YUV | 67.53 | 135.03 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 99 | 80 | 0.99 | 0 | 0.19 | 0.61 | 168.37 | 0.98 | 0.2 |
| Hex | 1 | 63 | 50 | 63 | 0 | 13 | 3D | A8 | 62 | 14 |
| Octal | 1 | 143 | 120 | 143 | 0 | 23 | 75 | 250 | 142 | 24 |
| Binary | 1 | 1100011 | 1010000 | 1100011 | 0 | 10011 | 111101 | 10101000 | 1100010 | 10100 |
Color Harmonies of #016350
Complementary color
Monochromatic Colors of #016350
Black with #016350
Text Example
Text Example
White with #016350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016350; }
p { color: rgb(1,99,80); }
H1.HeaderClassName
{
color: #016350;
}
.AnyTagClassName
{
color: #016350;
}
</style>
background-color css
<style>
a { background-color: #016350; }
a { background-color: rgb(1,99,80); }
div.DivClassName
{
background-color: #016350;
}
.BgClassName
{
background-color: #016350;
}
</style>
border-color css
<style>
span { border-color: #016350; }
span { border-color: rgb(1,99,80); }
td.TdClassName
{
border-color: #016350;
}
.TagClassName
{
border-color: #016350;
}
</style>