Shades of Watercourse #027E51
Tints of Watercourse #027E51
RGB
CMYK
RGB Variations
Color information
#027E51 (or 0x027E51) is known color: Watercourse. HEX triplet: 02, 7E and 51. RGB value is (2,126,81). Sum of RGB (Red+Green+Blue) = 2+126+81=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #027E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E51 is #FD81AE. Grayscale: #535353. Windows color (decimal): -16613807 or 5340674. OLE color: 5340674.
HSL color Cylindrical-coordinate representation of color #027E51: hue angle of 158.23º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E51 is Cyan = 0.98, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 2 | 126 | 81 | - |
| CMYK | 0.98 | 0 | 0.36 | 0.51 |
| HSL | 158.23º | 0.97% | 0.25% | - |
| HSV(B) | 158.23º | 0.98% | 0.49% | - |
| XYZ | 8.97 | 15.53 | 10.31 | - |
| YUV | 83.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 126 | 81 | 0.98 | 0 | 0.36 | 0.51 | 158.23 | 0.97 | 0.25 |
| Hex | 2 | 7E | 51 | 62 | 0 | 24 | 33 | 9E | 61 | 19 |
| Octal | 2 | 176 | 121 | 142 | 0 | 44 | 63 | 236 | 141 | 31 |
| Binary | 10 | 1111110 | 1010001 | 1100010 | 0 | 100100 | 110011 | 10011110 | 1100001 | 11001 |
Color Harmonies of #027E51
Complementary color
Monochromatic Colors of #027E51
Black with #027E51
Text Example
Text Example
White with #027E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027E51; }
p { color: rgb(2,126,81); }
H1.HeaderClassName
{
color: #027E51;
}
.AnyTagClassName
{
color: #027E51;
}
</style>
background-color css
<style>
a { background-color: #027E51; }
a { background-color: rgb(2,126,81); }
div.DivClassName
{
background-color: #027E51;
}
.BgClassName
{
background-color: #027E51;
}
</style>
border-color css
<style>
span { border-color: #027E51; }
span { border-color: rgb(2,126,81); }
td.TdClassName
{
border-color: #027E51;
}
.TagClassName
{
border-color: #027E51;
}
</style>