Shades of Watercourse #026A54
Tints of Watercourse #026A54
RGB
CMYK
RGB Variations
Color information
#026A54 (or 0x026A54) is known color: Watercourse. HEX triplet: 02, 6A and 54. RGB value is (2,106,84). Sum of RGB (Red+Green+Blue) = 2+106+84=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 106 (41.80% from 255 or 55.21% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 106 - color contains mainly: green. Hex color #026A54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A54 is #FD95AB. Grayscale: #484848. Windows color (decimal): -16618924 or 5532162. OLE color: 5532162.
HSL color Cylindrical-coordinate representation of color #026A54: hue angle of 167.31º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026A54 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 106 | 84 | - |
| CMYK | 0.98 | 0 | 0.21 | 0.58 |
| HSL | 167.31º | 0.96% | 0.21% | - |
| HSV(B) | 167.31º | 0.98% | 0.42% | - |
| XYZ | 6.78 | 10.96 | 10.15 | - |
| YUV | 72.4 | 134.54 | 77.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 84 | 0.98 | 0 | 0.21 | 0.58 | 167.31 | 0.96 | 0.21 |
| Hex | 2 | 6A | 54 | 62 | 0 | 15 | 3A | A7 | 60 | 15 |
| Octal | 2 | 152 | 124 | 142 | 0 | 25 | 72 | 247 | 140 | 25 |
| Binary | 10 | 1101010 | 1010100 | 1100010 | 0 | 10101 | 111010 | 10100111 | 1100000 | 10101 |
Color Harmonies of #026A54
Complementary color
Monochromatic Colors of #026A54
Black with #026A54
Text Example
Text Example
White with #026A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A54; }
p { color: rgb(2,106,84); }
H1.HeaderClassName
{
color: #026A54;
}
.AnyTagClassName
{
color: #026A54;
}
</style>
background-color css
<style>
a { background-color: #026A54; }
a { background-color: rgb(2,106,84); }
div.DivClassName
{
background-color: #026A54;
}
.BgClassName
{
background-color: #026A54;
}
</style>
border-color css
<style>
span { border-color: #026A54; }
span { border-color: rgb(2,106,84); }
td.TdClassName
{
border-color: #026A54;
}
.TagClassName
{
border-color: #026A54;
}
</style>