Shades of Watercourse #026D4E
Tints of Watercourse #026D4E
RGB
CMYK
RGB Variations
Color information
#026D4E (or 0x026D4E) is known color: Watercourse. HEX triplet: 02, 6D and 4E. RGB value is (2,109,78). Sum of RGB (Red+Green+Blue) = 2+109+78=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 109 (42.97% from 255 or 57.67% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 109 - color contains mainly: green. Hex color #026D4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D4E is #FD92B1. Grayscale: #494949. Windows color (decimal): -16618162 or 5139714. OLE color: 5139714.
HSL color Cylindrical-coordinate representation of color #026D4E: hue angle of 162.62º 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 #026D4E is Cyan = 0.98, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 2 | 109 | 78 | - |
| CMYK | 0.98 | 0 | 0.28 | 0.57 |
| HSL | 162.62º | 0.96% | 0.22% | - |
| HSV(B) | 162.62º | 0.98% | 0.43% | - |
| XYZ | 6.87 | 11.5 | 9.07 | - |
| YUV | 73.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 109 | 78 | 0.98 | 0 | 0.28 | 0.57 | 162.62 | 0.96 | 0.22 |
| Hex | 2 | 6D | 4E | 62 | 0 | 1C | 39 | A3 | 60 | 16 |
| Octal | 2 | 155 | 116 | 142 | 0 | 34 | 71 | 243 | 140 | 26 |
| Binary | 10 | 1101101 | 1001110 | 1100010 | 0 | 11100 | 111001 | 10100011 | 1100000 | 10110 |
Color Harmonies of #026D4E
Complementary color
Monochromatic Colors of #026D4E
Black with #026D4E
Text Example
Text Example
White with #026D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026D4E; }
p { color: rgb(2,109,78); }
H1.HeaderClassName
{
color: #026D4E;
}
.AnyTagClassName
{
color: #026D4E;
}
</style>
background-color css
<style>
a { background-color: #026D4E; }
a { background-color: rgb(2,109,78); }
div.DivClassName
{
background-color: #026D4E;
}
.BgClassName
{
background-color: #026D4E;
}
</style>
border-color css
<style>
span { border-color: #026D4E; }
span { border-color: rgb(2,109,78); }
td.TdClassName
{
border-color: #026D4E;
}
.TagClassName
{
border-color: #026D4E;
}
</style>