Shades of Watercourse #026A53
Tints of Watercourse #026A53
RGB
CMYK
RGB Variations
Color information
#026A53 (or 0x026A53) is known color: Watercourse. HEX triplet: 02, 6A and 53. RGB value is (2,106,83). Sum of RGB (Red+Green+Blue) = 2+106+83=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 106 (41.80% from 255 or 55.50% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 106 - color contains mainly: green. Hex color #026A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A53 is #FD95AC. Grayscale: #484848. Windows color (decimal): -16618925 or 5466626. OLE color: 5466626.
HSL color Cylindrical-coordinate representation of color #026A53: hue angle of 166.73º 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 #026A53 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 106 | 83 | - |
| CMYK | 0.98 | 0 | 0.22 | 0.58 |
| HSL | 166.73º | 0.96% | 0.21% | - |
| HSV(B) | 166.73º | 0.98% | 0.42% | - |
| XYZ | 6.74 | 10.95 | 9.94 | - |
| YUV | 72.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 83 | 0.98 | 0 | 0.22 | 0.58 | 166.73 | 0.96 | 0.21 |
| Hex | 2 | 6A | 53 | 62 | 0 | 16 | 3A | A7 | 60 | 15 |
| Octal | 2 | 152 | 123 | 142 | 0 | 26 | 72 | 247 | 140 | 25 |
| Binary | 10 | 1101010 | 1010011 | 1100010 | 0 | 10110 | 111010 | 10100111 | 1100000 | 10101 |
Color Harmonies of #026A53
Complementary color
Monochromatic Colors of #026A53
Black with #026A53
Text Example
Text Example
White with #026A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A53; }
p { color: rgb(2,106,83); }
H1.HeaderClassName
{
color: #026A53;
}
.AnyTagClassName
{
color: #026A53;
}
</style>
background-color css
<style>
a { background-color: #026A53; }
a { background-color: rgb(2,106,83); }
div.DivClassName
{
background-color: #026A53;
}
.BgClassName
{
background-color: #026A53;
}
</style>
border-color css
<style>
span { border-color: #026A53; }
span { border-color: rgb(2,106,83); }
td.TdClassName
{
border-color: #026A53;
}
.TagClassName
{
border-color: #026A53;
}
</style>