Shades of Emerald #5ABC7A
Tints of Emerald #5ABC7A
RGB
CMYK
RGB Variations
Color information
#5ABC7A (or 0x5ABC7A) is known color: Emerald. HEX triplet: 5A, BC and 7A. RGB value is (90,188,122). Sum of RGB (Red+Green+Blue) = 90+188+122=400 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.5% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ABC7A is #A54385. Grayscale: #979797. Windows color (decimal): -10830726 or 8043610. OLE color: 8043610.
HSL color Cylindrical-coordinate representation of color #5ABC7A: hue angle of 139.59º 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 #5ABC7A is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 122 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.26 |
| HSL | 139.59º | 0.42% | 0.55% | - |
| HSV(B) | 139.59º | 0.52% | 0.74% | - |
| XYZ | 25.71 | 39.55 | 24.69 | - |
| YUV | 151.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 122 | 0.52 | 0 | 0.35 | 0.26 | 139.59 | 0.42 | 0.55 |
| Hex | 5A | BC | 7A | 34 | 0 | 23 | 1A | 8C | 2A | 37 |
| Octal | 132 | 274 | 172 | 64 | 0 | 43 | 32 | 214 | 52 | 67 |
| Binary | 1011010 | 10111100 | 1111010 | 110100 | 0 | 100011 | 11010 | 10001100 | 101010 | 110111 |
Color Harmonies of #5ABC7A
Complementary color
Monochromatic Colors of #5ABC7A
Black with #5ABC7A
Text Example
Text Example
White with #5ABC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC7A; }
p { color: rgb(90,188,122); }
H1.HeaderClassName
{
color: #5ABC7A;
}
.AnyTagClassName
{
color: #5ABC7A;
}
</style>
background-color css
<style>
a { background-color: #5ABC7A; }
a { background-color: rgb(90,188,122); }
div.DivClassName
{
background-color: #5ABC7A;
}
.BgClassName
{
background-color: #5ABC7A;
}
</style>
border-color css
<style>
span { border-color: #5ABC7A; }
span { border-color: rgb(90,188,122); }
td.TdClassName
{
border-color: #5ABC7A;
}
.TagClassName
{
border-color: #5ABC7A;
}
</style>