Shades of Watercourse #026A52
Tints of Watercourse #026A52
RGB
CMYK
RGB Variations
Color information
#026A52 (or 0x026A52) is known color: Watercourse. HEX triplet: 02, 6A and 52. RGB value is (2,106,82). Sum of RGB (Red+Green+Blue) = 2+106+82=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 106 (41.80% from 255 or 55.79% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 106 - color contains mainly: green. Hex color #026A52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026A52 is #FD95AD. Grayscale: #484848. Windows color (decimal): -16618926 or 5401090. OLE color: 5401090.
HSL color Cylindrical-coordinate representation of color #026A52: hue angle of 166.15º 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 #026A52 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 106 | 82 | - |
| CMYK | 0.98 | 0 | 0.23 | 0.58 |
| HSL | 166.15º | 0.96% | 0.21% | - |
| HSV(B) | 166.15º | 0.98% | 0.42% | - |
| XYZ | 6.7 | 10.93 | 9.74 | - |
| YUV | 72.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 82 | 0.98 | 0 | 0.23 | 0.58 | 166.15 | 0.96 | 0.21 |
| Hex | 2 | 6A | 52 | 62 | 0 | 17 | 3A | A6 | 60 | 15 |
| Octal | 2 | 152 | 122 | 142 | 0 | 27 | 72 | 246 | 140 | 25 |
| Binary | 10 | 1101010 | 1010010 | 1100010 | 0 | 10111 | 111010 | 10100110 | 1100000 | 10101 |
Color Harmonies of #026A52
Complementary color
Monochromatic Colors of #026A52
Black with #026A52
Text Example
Text Example
White with #026A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A52; }
p { color: rgb(2,106,82); }
H1.HeaderClassName
{
color: #026A52;
}
.AnyTagClassName
{
color: #026A52;
}
</style>
background-color css
<style>
a { background-color: #026A52; }
a { background-color: rgb(2,106,82); }
div.DivClassName
{
background-color: #026A52;
}
.BgClassName
{
background-color: #026A52;
}
</style>
border-color css
<style>
span { border-color: #026A52; }
span { border-color: rgb(2,106,82); }
td.TdClassName
{
border-color: #026A52;
}
.TagClassName
{
border-color: #026A52;
}
</style>