Shades of Medium Aquamarine #5AEEA2
Tints of Medium Aquamarine #5AEEA2
RGB
CMYK
RGB Variations
Color information
#5AEEA2 (or 0x5AEEA2) is known color: Medium Aquamarine. HEX triplet: 5A, EE and A2. RGB value is (90,238,162). Sum of RGB (Red+Green+Blue) = 90+238+162=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 238 (93.36% from 255 or 48.57% from 490); Blue value is 162 (63.67% from 255 or 33.06% from 490); Max value from RGB is 238 - color contains mainly: green. Hex color #5AEEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AEEA2 is #A5115D. Grayscale: #B9B9B9. Windows color (decimal): -10817886 or 10677850. OLE color: 10677850.
HSL color Cylindrical-coordinate representation of color #5AEEA2: hue angle of 149.19º 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 #5AEEA2 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 238 | 162 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.07 |
| HSL | 149.19º | 0.81% | 0.64% | - |
| HSV(B) | 149.19º | 0.62% | 0.93% | - |
| XYZ | 41.31 | 65.93 | 44.73 | - |
| YUV | 185.08 | 114.97 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 238 | 162 | 0.62 | 0 | 0.32 | 0.07 | 149.19 | 0.81 | 0.64 |
| Hex | 5A | EE | A2 | 3E | 0 | 20 | 7 | 95 | 51 | 40 |
| Octal | 132 | 356 | 242 | 76 | 0 | 40 | 7 | 225 | 121 | 100 |
| Binary | 1011010 | 11101110 | 10100010 | 111110 | 0 | 100000 | 111 | 10010101 | 1010001 | 1000000 |
Color Harmonies of #5AEEA2
Complementary color
Monochromatic Colors of #5AEEA2
Black with #5AEEA2
Text Example
Text Example
White with #5AEEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AEEA2; }
p { color: rgb(90,238,162); }
H1.HeaderClassName
{
color: #5AEEA2;
}
.AnyTagClassName
{
color: #5AEEA2;
}
</style>
background-color css
<style>
a { background-color: #5AEEA2; }
a { background-color: rgb(90,238,162); }
div.DivClassName
{
background-color: #5AEEA2;
}
.BgClassName
{
background-color: #5AEEA2;
}
</style>
border-color css
<style>
span { border-color: #5AEEA2; }
span { border-color: rgb(90,238,162); }
td.TdClassName
{
border-color: #5AEEA2;
}
.TagClassName
{
border-color: #5AEEA2;
}
</style>