Shades of Medium Aquamarine #5AEE9A
Tints of Medium Aquamarine #5AEE9A
RGB
CMYK
RGB Variations
Color information
#5AEE9A (or 0x5AEE9A) is known color: Medium Aquamarine. HEX triplet: 5A, EE and 9A. RGB value is (90,238,154). Sum of RGB (Red+Green+Blue) = 90+238+154=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEE9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEE9A is #A51165. Grayscale: #B8B8B8. Windows color (decimal): -10817894 or 10153562. OLE color: 10153562.
HSL color Cylindrical-coordinate representation of color #5AEE9A: hue angle of 145.95º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AEE9A is Cyan = 0.62, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 154 | - |
| CMYK | 0.62 | 0 | 0.35 | 0.07 |
| HSL | 145.95º | 0.81% | 0.64% | - |
| HSV(B) | 145.95º | 0.62% | 0.93% | - |
| XYZ | 40.62 | 65.66 | 41.1 | - |
| YUV | 184.17 | 110.97 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 154 | 0.62 | 0 | 0.35 | 0.07 | 145.95 | 0.81 | 0.64 |
| Hex | 5A | EE | 9A | 3E | 0 | 23 | 7 | 92 | 51 | 40 |
| Octal | 132 | 356 | 232 | 76 | 0 | 43 | 7 | 222 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10011010 | 111110 | 0 | 100011 | 111 | 10010010 | 1010001 | 1000000 |
Color Harmonies of #5AEE9A
Complementary color
Monochromatic Colors of #5AEE9A
Black with #5AEE9A
Text Example
Text Example
White with #5AEE9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEE9A; }
p { color: rgb(90,238,154); }
H1.HeaderClassName
{
color: #5AEE9A;
}
.AnyTagClassName
{
color: #5AEE9A;
}
</style>
background-color css
<style>
a { background-color: #5AEE9A; }
a { background-color: rgb(90,238,154); }
div.DivClassName
{
background-color: #5AEE9A;
}
.BgClassName
{
background-color: #5AEE9A;
}
</style>
border-color css
<style>
span { border-color: #5AEE9A; }
span { border-color: rgb(90,238,154); }
td.TdClassName
{
border-color: #5AEE9A;
}
.TagClassName
{
border-color: #5AEE9A;
}
</style>