Shades of Medium Aquamarine #5AE19D
Tints of Medium Aquamarine #5AE19D
RGB
CMYK
RGB Variations
Color information
#5AE19D (or 0x5AE19D) is known color: Medium Aquamarine. HEX triplet: 5A, E1 and 9D. RGB value is (90,225,157). Sum of RGB (Red+Green+Blue) = 90+225+157=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 157 (61.72% from 255 or 33.26% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE19D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE19D is #A51E62. Grayscale: #B1B1B1. Windows color (decimal): -10821219 or 10346842. OLE color: 10346842.
HSL color Cylindrical-coordinate representation of color #5AE19D: hue angle of 149.78º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE19D is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 157 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.12 |
| HSL | 149.78º | 0.69% | 0.62% | - |
| HSV(B) | 149.78º | 0.6% | 0.88% | - |
| XYZ | 37.23 | 58.46 | 41.22 | - |
| YUV | 176.88 | 116.77 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 157 | 0.60 | 0 | 0.30 | 0.12 | 149.78 | 0.69 | 0.62 |
| Hex | 5A | E1 | 9D | 3C | 0 | 1E | C | 96 | 45 | 3E |
| Octal | 132 | 341 | 235 | 74 | 0 | 36 | 14 | 226 | 105 | 76 |
| Binary | 1011010 | 11100001 | 10011101 | 111100 | 0 | 11110 | 1100 | 10010110 | 1000101 | 111110 |
Color Harmonies of #5AE19D
Complementary color
Monochromatic Colors of #5AE19D
Black with #5AE19D
Text Example
Text Example
White with #5AE19D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE19D; }
p { color: rgb(90,225,157); }
H1.HeaderClassName
{
color: #5AE19D;
}
.AnyTagClassName
{
color: #5AE19D;
}
</style>
background-color css
<style>
a { background-color: #5AE19D; }
a { background-color: rgb(90,225,157); }
div.DivClassName
{
background-color: #5AE19D;
}
.BgClassName
{
background-color: #5AE19D;
}
</style>
border-color css
<style>
span { border-color: #5AE19D; }
span { border-color: rgb(90,225,157); }
td.TdClassName
{
border-color: #5AE19D;
}
.TagClassName
{
border-color: #5AE19D;
}
</style>