Shades of Emerald #5AEB8F
Tints of Emerald #5AEB8F
RGB
CMYK
RGB Variations
Color information
#5AEB8F (or 0x5AEB8F) is known color: Emerald. HEX triplet: 5A, EB and 8F. RGB value is (90,235,143). Sum of RGB (Red+Green+Blue) = 90+235+143=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 235 (92.19% from 255 or 50.21% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 235 - color contains mainly: green. Hex color #5AEB8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEB8F is #A51470. Grayscale: #B5B5B5. Windows color (decimal): -10818673 or 9431898. OLE color: 9431898.
HSL color Cylindrical-coordinate representation of color #5AEB8F: hue angle of 141.93º 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 #5AEB8F is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 235 | 143 | - |
| CMYK | 0.62 | 0 | 0.39 | 0.08 |
| HSL | 141.93º | 0.78% | 0.64% | - |
| HSV(B) | 141.93º | 0.62% | 0.92% | - |
| XYZ | 38.88 | 63.57 | 36.21 | - |
| YUV | 181.16 | 106.46 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 235 | 143 | 0.62 | 0 | 0.39 | 0.08 | 141.93 | 0.78 | 0.64 |
| Hex | 5A | EB | 8F | 3E | 0 | 27 | 8 | 8E | 4E | 40 |
| Octal | 132 | 353 | 217 | 76 | 0 | 47 | 10 | 216 | 116 | 100 |
| Binary | 1011010 | 11101011 | 10001111 | 111110 | 0 | 100111 | 1000 | 10001110 | 1001110 | 1000000 |
Color Harmonies of #5AEB8F
Complementary color
Monochromatic Colors of #5AEB8F
Black with #5AEB8F
Text Example
Text Example
White with #5AEB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEB8F; }
p { color: rgb(90,235,143); }
H1.HeaderClassName
{
color: #5AEB8F;
}
.AnyTagClassName
{
color: #5AEB8F;
}
</style>
background-color css
<style>
a { background-color: #5AEB8F; }
a { background-color: rgb(90,235,143); }
div.DivClassName
{
background-color: #5AEB8F;
}
.BgClassName
{
background-color: #5AEB8F;
}
</style>
border-color css
<style>
span { border-color: #5AEB8F; }
span { border-color: rgb(90,235,143); }
td.TdClassName
{
border-color: #5AEB8F;
}
.TagClassName
{
border-color: #5AEB8F;
}
</style>