Shades of Medium Aquamarine #5AE099
Tints of Medium Aquamarine #5AE099
RGB
CMYK
RGB Variations
Color information
#5AE099 (or 0x5AE099) is known color: Medium Aquamarine. HEX triplet: 5A, E0 and 99. RGB value is (90,224,153). Sum of RGB (Red+Green+Blue) = 90+224+153=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE099 is #A51F66. Grayscale: #AFAFAF. Windows color (decimal): -10821479 or 10084442. OLE color: 10084442.
HSL color Cylindrical-coordinate representation of color #5AE099: hue angle of 148.21º degrees, saturation: 0.68, 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 #5AE099 is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 153 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.12 |
| HSL | 148.21º | 0.68% | 0.62% | - |
| HSV(B) | 148.21º | 0.6% | 0.88% | - |
| XYZ | 36.62 | 57.78 | 39.36 | - |
| YUV | 175.84 | 115.11 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 153 | 0.60 | 0 | 0.32 | 0.12 | 148.21 | 0.68 | 0.62 |
| Hex | 5A | E0 | 99 | 3C | 0 | 20 | C | 94 | 44 | 3E |
| Octal | 132 | 340 | 231 | 74 | 0 | 40 | 14 | 224 | 104 | 76 |
| Binary | 1011010 | 11100000 | 10011001 | 111100 | 0 | 100000 | 1100 | 10010100 | 1000100 | 111110 |
Color Harmonies of #5AE099
Complementary color
Monochromatic Colors of #5AE099
Black with #5AE099
Text Example
Text Example
White with #5AE099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE099; }
p { color: rgb(90,224,153); }
H1.HeaderClassName
{
color: #5AE099;
}
.AnyTagClassName
{
color: #5AE099;
}
</style>
background-color css
<style>
a { background-color: #5AE099; }
a { background-color: rgb(90,224,153); }
div.DivClassName
{
background-color: #5AE099;
}
.BgClassName
{
background-color: #5AE099;
}
</style>
border-color css
<style>
span { border-color: #5AE099; }
span { border-color: rgb(90,224,153); }
td.TdClassName
{
border-color: #5AE099;
}
.TagClassName
{
border-color: #5AE099;
}
</style>