Shades of Medium Aquamarine #5AEEAB
Tints of Medium Aquamarine #5AEEAB
RGB
CMYK
RGB Variations
Color information
#5AEEAB (or 0x5AEEAB) is known color: Medium Aquamarine. HEX triplet: 5A, EE and AB. RGB value is (90,238,171). Sum of RGB (Red+Green+Blue) = 90+238+171=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEEAB is #A51154. Grayscale: #BABABA. Windows color (decimal): -10817877 or 11267674. OLE color: 11267674.
HSL color Cylindrical-coordinate representation of color #5AEEAB: hue angle of 152.84º 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 #5AEEAB is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 171 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.07 |
| HSL | 152.84º | 0.81% | 0.64% | - |
| HSV(B) | 152.84º | 0.62% | 0.93% | - |
| XYZ | 42.14 | 66.26 | 49.1 | - |
| YUV | 186.11 | 119.47 | 59.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 171 | 0.62 | 0 | 0.28 | 0.07 | 152.84 | 0.81 | 0.64 |
| Hex | 5A | EE | AB | 3E | 0 | 1C | 7 | 99 | 51 | 40 |
| Octal | 132 | 356 | 253 | 76 | 0 | 34 | 7 | 231 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10101011 | 111110 | 0 | 11100 | 111 | 10011001 | 1010001 | 1000000 |
Color Harmonies of #5AEEAB
Complementary color
Monochromatic Colors of #5AEEAB
Black with #5AEEAB
Text Example
Text Example
White with #5AEEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEAB; }
p { color: rgb(90,238,171); }
H1.HeaderClassName
{
color: #5AEEAB;
}
.AnyTagClassName
{
color: #5AEEAB;
}
</style>
background-color css
<style>
a { background-color: #5AEEAB; }
a { background-color: rgb(90,238,171); }
div.DivClassName
{
background-color: #5AEEAB;
}
.BgClassName
{
background-color: #5AEEAB;
}
</style>
border-color css
<style>
span { border-color: #5AEEAB; }
span { border-color: rgb(90,238,171); }
td.TdClassName
{
border-color: #5AEEAB;
}
.TagClassName
{
border-color: #5AEEAB;
}
</style>