Shades of Emerald #5ABB7E
Tints of Emerald #5ABB7E
RGB
CMYK
RGB Variations
Color information
#5ABB7E (or 0x5ABB7E) is known color: Emerald. HEX triplet: 5A, BB and 7E. RGB value is (90,187,126). Sum of RGB (Red+Green+Blue) = 90+187+126=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABB7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABB7E is #A54481. Grayscale: #979797. Windows color (decimal): -10830978 or 8305498. OLE color: 8305498.
HSL color Cylindrical-coordinate representation of color #5ABB7E: hue angle of 142.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABB7E is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 126 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.27 |
| HSL | 142.27º | 0.42% | 0.54% | - |
| HSV(B) | 142.27º | 0.52% | 0.73% | - |
| XYZ | 25.75 | 39.22 | 25.95 | - |
| YUV | 151.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 126 | 0.52 | 0 | 0.33 | 0.27 | 142.27 | 0.42 | 0.54 |
| Hex | 5A | BB | 7E | 34 | 0 | 21 | 1B | 8E | 2A | 36 |
| Octal | 132 | 273 | 176 | 64 | 0 | 41 | 33 | 216 | 52 | 66 |
| Binary | 1011010 | 10111011 | 1111110 | 110100 | 0 | 100001 | 11011 | 10001110 | 101010 | 110110 |
Color Harmonies of #5ABB7E
Complementary color
Monochromatic Colors of #5ABB7E
Black with #5ABB7E
Text Example
Text Example
White with #5ABB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABB7E; }
p { color: rgb(90,187,126); }
H1.HeaderClassName
{
color: #5ABB7E;
}
.AnyTagClassName
{
color: #5ABB7E;
}
</style>
background-color css
<style>
a { background-color: #5ABB7E; }
a { background-color: rgb(90,187,126); }
div.DivClassName
{
background-color: #5ABB7E;
}
.BgClassName
{
background-color: #5ABB7E;
}
</style>
border-color css
<style>
span { border-color: #5ABB7E; }
span { border-color: rgb(90,187,126); }
td.TdClassName
{
border-color: #5ABB7E;
}
.TagClassName
{
border-color: #5ABB7E;
}
</style>