Shades of Watercourse #016552
Tints of Watercourse #016552
RGB
CMYK
RGB Variations
Color information
#016552 (or 0x016552) is known color: Watercourse. HEX triplet: 01, 65 and 52. RGB value is (1,101,82). Sum of RGB (Red+Green+Blue) = 1+101+82=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 101 (39.84% from 255 or 54.89% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 101 - color contains mainly: green. Hex color #016552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016552 is #FE9AAD. Grayscale: #444444. Windows color (decimal): -16685742 or 5399809. OLE color: 5399809.
HSL color Cylindrical-coordinate representation of color #016552: hue angle of 168.6º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016552 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 1 | 101 | 82 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.60 |
| HSL | 168.6º | 0.98% | 0.2% | - |
| HSV(B) | 168.6º | 0.99% | 0.4% | - |
| XYZ | 6.19 | 9.92 | 9.57 | - |
| YUV | 68.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 101 | 82 | 0.99 | 0 | 0.19 | 0.60 | 168.6 | 0.98 | 0.2 |
| Hex | 1 | 65 | 52 | 63 | 0 | 13 | 3C | A9 | 62 | 14 |
| Octal | 1 | 145 | 122 | 143 | 0 | 23 | 74 | 251 | 142 | 24 |
| Binary | 1 | 1100101 | 1010010 | 1100011 | 0 | 10011 | 111100 | 10101001 | 1100010 | 10100 |
Color Harmonies of #016552
Complementary color
Monochromatic Colors of #016552
Black with #016552
Text Example
Text Example
White with #016552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016552; }
p { color: rgb(1,101,82); }
H1.HeaderClassName
{
color: #016552;
}
.AnyTagClassName
{
color: #016552;
}
</style>
background-color css
<style>
a { background-color: #016552; }
a { background-color: rgb(1,101,82); }
div.DivClassName
{
background-color: #016552;
}
.BgClassName
{
background-color: #016552;
}
</style>
border-color css
<style>
span { border-color: #016552; }
span { border-color: rgb(1,101,82); }
td.TdClassName
{
border-color: #016552;
}
.TagClassName
{
border-color: #016552;
}
</style>