Shades of Watercourse #016450
Tints of Watercourse #016450
RGB
CMYK
RGB Variations
Color information
#016450 (or 0x016450) is known color: Watercourse. HEX triplet: 01, 64 and 50. RGB value is (1,100,80). Sum of RGB (Red+Green+Blue) = 1+100+80=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 100 (39.45% from 255 or 55.25% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 100 - color contains mainly: green. Hex color #016450 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016450 is #FE9BAF. Grayscale: #444444. Windows color (decimal): -16686000 or 5268481. OLE color: 5268481.
HSL color Cylindrical-coordinate representation of color #016450: hue angle of 167.88º 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 #016450 is Cyan = 0.99, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 1 | 100 | 80 | - |
| CMYK | 0.99 | 0 | 0.2 | 0.61 |
| HSL | 167.88º | 0.98% | 0.2% | - |
| HSV(B) | 167.88º | 0.99% | 0.39% | - |
| XYZ | 6.02 | 9.7 | 9.14 | - |
| YUV | 68.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 100 | 80 | 0.99 | 0 | 0.2 | 0.61 | 167.88 | 0.98 | 0.2 |
| Hex | 1 | 64 | 50 | 63 | 0 | 14 | 3D | A8 | 62 | 14 |
| Octal | 1 | 144 | 120 | 143 | 0 | 24 | 75 | 250 | 142 | 24 |
| Binary | 1 | 1100100 | 1010000 | 1100011 | 0 | 10100 | 111101 | 10101000 | 1100010 | 10100 |
Color Harmonies of #016450
Complementary color
Monochromatic Colors of #016450
Black with #016450
Text Example
Text Example
White with #016450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016450; }
p { color: rgb(1,100,80); }
H1.HeaderClassName
{
color: #016450;
}
.AnyTagClassName
{
color: #016450;
}
</style>
background-color css
<style>
a { background-color: #016450; }
a { background-color: rgb(1,100,80); }
div.DivClassName
{
background-color: #016450;
}
.BgClassName
{
background-color: #016450;
}
</style>
border-color css
<style>
span { border-color: #016450; }
span { border-color: rgb(1,100,80); }
td.TdClassName
{
border-color: #016450;
}
.TagClassName
{
border-color: #016450;
}
</style>