Shades of Emerald #5ABC80
Tints of Emerald #5ABC80
RGB
CMYK
RGB Variations
Color information
#5ABC80 (or 0x5ABC80) is known color: Emerald. HEX triplet: 5A, BC and 80. RGB value is (90,188,128). Sum of RGB (Red+Green+Blue) = 90+188+128=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC80 is #A5437F. Grayscale: #989898. Windows color (decimal): -10830720 or 8436826. OLE color: 8436826.
HSL color Cylindrical-coordinate representation of color #5ABC80: hue angle of 143.27º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC80 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 128 | - |
| CMYK | 0.52 | 0 | 0.32 | 0.26 |
| HSL | 143.27º | 0.42% | 0.55% | - |
| HSV(B) | 143.27º | 0.52% | 0.74% | - |
| XYZ | 26.1 | 39.7 | 26.71 | - |
| YUV | 151.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 128 | 0.52 | 0 | 0.32 | 0.26 | 143.27 | 0.42 | 0.55 |
| Hex | 5A | BC | 80 | 34 | 0 | 20 | 1A | 8F | 2A | 37 |
| Octal | 132 | 274 | 200 | 64 | 0 | 40 | 32 | 217 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10000000 | 110100 | 0 | 100000 | 11010 | 10001111 | 101010 | 110111 |
Color Harmonies of #5ABC80
Complementary color
Monochromatic Colors of #5ABC80
Black with #5ABC80
Text Example
Text Example
White with #5ABC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC80; }
p { color: rgb(90,188,128); }
H1.HeaderClassName
{
color: #5ABC80;
}
.AnyTagClassName
{
color: #5ABC80;
}
</style>
background-color css
<style>
a { background-color: #5ABC80; }
a { background-color: rgb(90,188,128); }
div.DivClassName
{
background-color: #5ABC80;
}
.BgClassName
{
background-color: #5ABC80;
}
</style>
border-color css
<style>
span { border-color: #5ABC80; }
span { border-color: rgb(90,188,128); }
td.TdClassName
{
border-color: #5ABC80;
}
.TagClassName
{
border-color: #5ABC80;
}
</style>