Shades of Watercourse #026A4B
Tints of Watercourse #026A4B
RGB
CMYK
RGB Variations
Color information
#026A4B (or 0x026A4B) is known color: Watercourse. HEX triplet: 02, 6A and 4B. RGB value is (2,106,75). Sum of RGB (Red+Green+Blue) = 2+106+75=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #026A4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026A4B is #FD95B4. Grayscale: #474747. Windows color (decimal): -16618933 or 4942338. OLE color: 4942338.
HSL color Cylindrical-coordinate representation of color #026A4B: hue angle of 162.12º 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 #026A4B is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 2 | 106 | 75 | - |
| CMYK | 0.98 | 0 | 0.29 | 0.58 |
| HSL | 162.12º | 0.96% | 0.21% | - |
| HSV(B) | 162.12º | 0.98% | 0.42% | - |
| XYZ | 6.45 | 10.83 | 8.41 | - |
| YUV | 71.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 106 | 75 | 0.98 | 0 | 0.29 | 0.58 | 162.12 | 0.96 | 0.21 |
| Hex | 2 | 6A | 4B | 62 | 0 | 1D | 3A | A2 | 60 | 15 |
| Octal | 2 | 152 | 113 | 142 | 0 | 35 | 72 | 242 | 140 | 25 |
| Binary | 10 | 1101010 | 1001011 | 1100010 | 0 | 11101 | 111010 | 10100010 | 1100000 | 10101 |
Color Harmonies of #026A4B
Complementary color
Monochromatic Colors of #026A4B
Black with #026A4B
Text Example
Text Example
White with #026A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #026A4B; }
p { color: rgb(2,106,75); }
H1.HeaderClassName
{
color: #026A4B;
}
.AnyTagClassName
{
color: #026A4B;
}
</style>
background-color css
<style>
a { background-color: #026A4B; }
a { background-color: rgb(2,106,75); }
div.DivClassName
{
background-color: #026A4B;
}
.BgClassName
{
background-color: #026A4B;
}
</style>
border-color css
<style>
span { border-color: #026A4B; }
span { border-color: rgb(2,106,75); }
td.TdClassName
{
border-color: #026A4B;
}
.TagClassName
{
border-color: #026A4B;
}
</style>