Shades of Medium Aquamarine #5AE0AA
Tints of Medium Aquamarine #5AE0AA
RGB
CMYK
RGB Variations
Color information
#5AE0AA (or 0x5AE0AA) is known color: Medium Aquamarine. HEX triplet: 5A, E0 and AA. RGB value is (90,224,170). Sum of RGB (Red+Green+Blue) = 90+224+170=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 224 (87.89% from 255 or 46.28% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE0AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE0AA is #A51F55. Grayscale: #B1B1B1. Windows color (decimal): -10821462 or 11198554. OLE color: 11198554.
HSL color Cylindrical-coordinate representation of color #5AE0AA: hue angle of 155.82º 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 #5AE0AA is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 170 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.12 |
| HSL | 155.82º | 0.68% | 0.62% | - |
| HSV(B) | 155.82º | 0.6% | 0.88% | - |
| XYZ | 38.13 | 58.39 | 47.29 | - |
| YUV | 177.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 170 | 0.60 | 0 | 0.24 | 0.12 | 155.82 | 0.68 | 0.62 |
| Hex | 5A | E0 | AA | 3C | 0 | 18 | C | 9C | 44 | 3E |
| Octal | 132 | 340 | 252 | 74 | 0 | 30 | 14 | 234 | 104 | 76 |
| Binary | 1011010 | 11100000 | 10101010 | 111100 | 0 | 11000 | 1100 | 10011100 | 1000100 | 111110 |
Color Harmonies of #5AE0AA
Complementary color
Monochromatic Colors of #5AE0AA
Black with #5AE0AA
Text Example
Text Example
White with #5AE0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE0AA; }
p { color: rgb(90,224,170); }
H1.HeaderClassName
{
color: #5AE0AA;
}
.AnyTagClassName
{
color: #5AE0AA;
}
</style>
background-color css
<style>
a { background-color: #5AE0AA; }
a { background-color: rgb(90,224,170); }
div.DivClassName
{
background-color: #5AE0AA;
}
.BgClassName
{
background-color: #5AE0AA;
}
</style>
border-color css
<style>
span { border-color: #5AE0AA; }
span { border-color: rgb(90,224,170); }
td.TdClassName
{
border-color: #5AE0AA;
}
.TagClassName
{
border-color: #5AE0AA;
}
</style>