Shades of Watercourse #027A53
Tints of Watercourse #027A53
RGB
CMYK
RGB Variations
Color information
#027A53 (or 0x027A53) is known color: Watercourse. HEX triplet: 02, 7A and 53. RGB value is (2,122,83). Sum of RGB (Red+Green+Blue) = 2+122+83=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 122 (48.05% from 255 or 58.94% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 122 - color contains mainly: green. Hex color #027A53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A53 is #FD85AC. Grayscale: #515151. Windows color (decimal): -16614829 or 5470722. OLE color: 5470722.
HSL color Cylindrical-coordinate representation of color #027A53: hue angle of 160.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A53 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 2 | 122 | 83 | - |
| CMYK | 0.98 | 0 | 0.32 | 0.52 |
| HSL | 160.5º | 0.97% | 0.24% | - |
| HSV(B) | 160.5º | 0.98% | 0.48% | - |
| XYZ | 8.55 | 14.56 | 10.54 | - |
| YUV | 81.67 | 128.74 | 71.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 83 | 0.98 | 0 | 0.32 | 0.52 | 160.5 | 0.97 | 0.24 |
| Hex | 2 | 7A | 53 | 62 | 0 | 20 | 34 | A0 | 61 | 18 |
| Octal | 2 | 172 | 123 | 142 | 0 | 40 | 64 | 240 | 141 | 30 |
| Binary | 10 | 1111010 | 1010011 | 1100010 | 0 | 100000 | 110100 | 10100000 | 1100001 | 11000 |
Color Harmonies of #027A53
Complementary color
Monochromatic Colors of #027A53
Black with #027A53
Text Example
Text Example
White with #027A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027A53; }
p { color: rgb(2,122,83); }
H1.HeaderClassName
{
color: #027A53;
}
.AnyTagClassName
{
color: #027A53;
}
</style>
background-color css
<style>
a { background-color: #027A53; }
a { background-color: rgb(2,122,83); }
div.DivClassName
{
background-color: #027A53;
}
.BgClassName
{
background-color: #027A53;
}
</style>
border-color css
<style>
span { border-color: #027A53; }
span { border-color: rgb(2,122,83); }
td.TdClassName
{
border-color: #027A53;
}
.TagClassName
{
border-color: #027A53;
}
</style>