Shades of Watercourse #016B53
Tints of Watercourse #016B53
RGB
CMYK
RGB Variations
Color information
#016B53 (or 0x016B53) is known color: Watercourse. HEX triplet: 01, 6B and 53. RGB value is (1,107,83). Sum of RGB (Red+Green+Blue) = 1+107+83=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 107 (42.19% from 255 or 56.02% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 107 - color contains mainly: green. Hex color #016B53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #016B53 is #FE94AC. Grayscale: #484848. Windows color (decimal): -16684205 or 5466881. OLE color: 5466881.
HSL color Cylindrical-coordinate representation of color #016B53: hue angle of 166.42º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B53 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 107 | 83 | - |
| CMYK | 0.99 | 0 | 0.22 | 0.58 |
| HSL | 166.42º | 0.98% | 0.21% | - |
| HSV(B) | 166.42º | 0.99% | 0.42% | - |
| XYZ | 6.83 | 11.15 | 9.98 | - |
| YUV | 72.57 | 133.88 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 83 | 0.99 | 0 | 0.22 | 0.58 | 166.42 | 0.98 | 0.21 |
| Hex | 1 | 6B | 53 | 63 | 0 | 16 | 3A | A6 | 62 | 15 |
| Octal | 1 | 153 | 123 | 143 | 0 | 26 | 72 | 246 | 142 | 25 |
| Binary | 1 | 1101011 | 1010011 | 1100011 | 0 | 10110 | 111010 | 10100110 | 1100010 | 10101 |
Color Harmonies of #016B53
Complementary color
Monochromatic Colors of #016B53
Black with #016B53
Text Example
Text Example
White with #016B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B53; }
p { color: rgb(1,107,83); }
H1.HeaderClassName
{
color: #016B53;
}
.AnyTagClassName
{
color: #016B53;
}
</style>
background-color css
<style>
a { background-color: #016B53; }
a { background-color: rgb(1,107,83); }
div.DivClassName
{
background-color: #016B53;
}
.BgClassName
{
background-color: #016B53;
}
</style>
border-color css
<style>
span { border-color: #016B53; }
span { border-color: rgb(1,107,83); }
td.TdClassName
{
border-color: #016B53;
}
.TagClassName
{
border-color: #016B53;
}
</style>