Shades of Watercourse #026D51
Tints of Watercourse #026D51
RGB
CMYK
RGB Variations
Color information
#026D51 (or 0x026D51) is known color: Watercourse. HEX triplet: 02, 6D and 51. RGB value is (2,109,81). Sum of RGB (Red+Green+Blue) = 2+109+81=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 109 (42.97% from 255 or 56.77% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 109 - color contains mainly: green. Hex color #026D51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D51 is #FD92AE. Grayscale: #494949. Windows color (decimal): -16618159 or 5336322. OLE color: 5336322.
HSL color Cylindrical-coordinate representation of color #026D51: hue angle of 164.3º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026D51 is Cyan = 0.98, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 81 | - |
| CMYK | 0.98 | 0 | 0.26 | 0.57 |
| HSL | 164.3º | 0.96% | 0.22% | - |
| HSV(B) | 164.3º | 0.98% | 0.43% | - |
| XYZ | 6.98 | 11.54 | 9.65 | - |
| YUV | 73.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 81 | 0.98 | 0 | 0.26 | 0.57 | 164.3 | 0.96 | 0.22 |
| Hex | 2 | 6D | 51 | 62 | 0 | 1A | 39 | A4 | 60 | 16 |
| Octal | 2 | 155 | 121 | 142 | 0 | 32 | 71 | 244 | 140 | 26 |
| Binary | 10 | 1101101 | 1010001 | 1100010 | 0 | 11010 | 111001 | 10100100 | 1100000 | 10110 |
Color Harmonies of #026D51
Complementary color
Monochromatic Colors of #026D51
Black with #026D51
Text Example
Text Example
White with #026D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D51; }
p { color: rgb(2,109,81); }
H1.HeaderClassName
{
color: #026D51;
}
.AnyTagClassName
{
color: #026D51;
}
</style>
background-color css
<style>
a { background-color: #026D51; }
a { background-color: rgb(2,109,81); }
div.DivClassName
{
background-color: #026D51;
}
.BgClassName
{
background-color: #026D51;
}
</style>
border-color css
<style>
span { border-color: #026D51; }
span { border-color: rgb(2,109,81); }
td.TdClassName
{
border-color: #026D51;
}
.TagClassName
{
border-color: #026D51;
}
</style>