Shades of Emerald #5AEB8C
Tints of Emerald #5AEB8C
RGB
CMYK
RGB Variations
Color information
#5AEB8C (or 0x5AEB8C) is known color: Emerald. HEX triplet: 5A, EB and 8C. RGB value is (90,235,140). Sum of RGB (Red+Green+Blue) = 90+235+140=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEB8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEB8C is #A51473. Grayscale: #B5B5B5. Windows color (decimal): -10818676 or 9235290. OLE color: 9235290.
HSL color Cylindrical-coordinate representation of color #5AEB8C: hue angle of 140.69º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEB8C is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 140 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.08 |
| HSL | 140.69º | 0.78% | 0.64% | - |
| HSV(B) | 140.69º | 0.62% | 0.92% | - |
| XYZ | 38.66 | 63.48 | 35.03 | - |
| YUV | 180.82 | 104.96 | 63.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 140 | 0.62 | 0 | 0.40 | 0.08 | 140.69 | 0.78 | 0.64 |
| Hex | 5A | EB | 8C | 3E | 0 | 28 | 8 | 8D | 4E | 40 |
| Octal | 132 | 353 | 214 | 76 | 0 | 50 | 10 | 215 | 116 | 100 |
| Binary | 1011010 | 11101011 | 10001100 | 111110 | 0 | 101000 | 1000 | 10001101 | 1001110 | 1000000 |
Color Harmonies of #5AEB8C
Complementary color
Monochromatic Colors of #5AEB8C
Black with #5AEB8C
Text Example
Text Example
White with #5AEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEB8C; }
p { color: rgb(90,235,140); }
H1.HeaderClassName
{
color: #5AEB8C;
}
.AnyTagClassName
{
color: #5AEB8C;
}
</style>
background-color css
<style>
a { background-color: #5AEB8C; }
a { background-color: rgb(90,235,140); }
div.DivClassName
{
background-color: #5AEB8C;
}
.BgClassName
{
background-color: #5AEB8C;
}
</style>
border-color css
<style>
span { border-color: #5AEB8C; }
span { border-color: rgb(90,235,140); }
td.TdClassName
{
border-color: #5AEB8C;
}
.TagClassName
{
border-color: #5AEB8C;
}
</style>