Shades of Medium Aquamarine #5AE199
Tints of Medium Aquamarine #5AE199
RGB
CMYK
RGB Variations
Color information
#5AE199 (or 0x5AE199) is known color: Medium Aquamarine. HEX triplet: 5A, E1 and 99. RGB value is (90,225,153). Sum of RGB (Red+Green+Blue) = 90+225+153=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 225 (88.28% from 255 or 48.08% from 468); Blue value is 153 (60.16% from 255 or 32.69% from 468); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE199 is #A51E66. Grayscale: #B0B0B0. Windows color (decimal): -10821223 or 10084698. OLE color: 10084698.
HSL color Cylindrical-coordinate representation of color #5AE199: hue angle of 148º 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 #5AE199 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 153 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.12 |
| HSL | 148º | 0.69% | 0.62% | - |
| HSV(B) | 148º | 0.6% | 0.88% | - |
| XYZ | 36.89 | 58.32 | 39.45 | - |
| YUV | 176.43 | 114.77 | 66.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 153 | 0.60 | 0 | 0.32 | 0.12 | 148 | 0.69 | 0.62 |
| Hex | 5A | E1 | 99 | 3C | 0 | 20 | C | 94 | 45 | 3E |
| Octal | 132 | 341 | 231 | 74 | 0 | 40 | 14 | 224 | 105 | 76 |
| Binary | 1011010 | 11100001 | 10011001 | 111100 | 0 | 100000 | 1100 | 10010100 | 1000101 | 111110 |
Color Harmonies of #5AE199
Complementary color
Monochromatic Colors of #5AE199
Black with #5AE199
Text Example
Text Example
White with #5AE199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE199; }
p { color: rgb(90,225,153); }
H1.HeaderClassName
{
color: #5AE199;
}
.AnyTagClassName
{
color: #5AE199;
}
</style>
background-color css
<style>
a { background-color: #5AE199; }
a { background-color: rgb(90,225,153); }
div.DivClassName
{
background-color: #5AE199;
}
.BgClassName
{
background-color: #5AE199;
}
</style>
border-color css
<style>
span { border-color: #5AE199; }
span { border-color: rgb(90,225,153); }
td.TdClassName
{
border-color: #5AE199;
}
.TagClassName
{
border-color: #5AE199;
}
</style>