Shades of Watercourse #016D4B
Tints of Watercourse #016D4B
RGB
CMYK
RGB Variations
Color information
#016D4B (or 0x016D4B) is known color: Watercourse. HEX triplet: 01, 6D and 4B. RGB value is (1,109,75). Sum of RGB (Red+Green+Blue) = 1+109+75=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 109 (42.97% from 255 or 58.92% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 109 - color contains mainly: green. Hex color #016D4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016D4B is #FE92B4. Grayscale: #484848. Windows color (decimal): -16683701 or 4943105. OLE color: 4943105.
HSL color Cylindrical-coordinate representation of color #016D4B: hue angle of 161.11º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D4B is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 109 | 75 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.57 |
| HSL | 161.11º | 0.98% | 0.22% | - |
| HSV(B) | 161.11º | 0.99% | 0.43% | - |
| XYZ | 6.75 | 11.45 | 8.51 | - |
| YUV | 72.83 | 129.22 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 109 | 75 | 0.99 | 0 | 0.31 | 0.57 | 161.11 | 0.98 | 0.22 |
| Hex | 1 | 6D | 4B | 63 | 0 | 1F | 39 | A1 | 62 | 16 |
| Octal | 1 | 155 | 113 | 143 | 0 | 37 | 71 | 241 | 142 | 26 |
| Binary | 1 | 1101101 | 1001011 | 1100011 | 0 | 11111 | 111001 | 10100001 | 1100010 | 10110 |
Color Harmonies of #016D4B
Complementary color
Monochromatic Colors of #016D4B
Black with #016D4B
Text Example
Text Example
White with #016D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016D4B; }
p { color: rgb(1,109,75); }
H1.HeaderClassName
{
color: #016D4B;
}
.AnyTagClassName
{
color: #016D4B;
}
</style>
background-color css
<style>
a { background-color: #016D4B; }
a { background-color: rgb(1,109,75); }
div.DivClassName
{
background-color: #016D4B;
}
.BgClassName
{
background-color: #016D4B;
}
</style>
border-color css
<style>
span { border-color: #016D4B; }
span { border-color: rgb(1,109,75); }
td.TdClassName
{
border-color: #016D4B;
}
.TagClassName
{
border-color: #016D4B;
}
</style>