Shades of Medium Aquamarine #5AE395
Tints of Medium Aquamarine #5AE395
RGB
CMYK
RGB Variations
Color information
#5AE395 (or 0x5AE395) is known color: Medium Aquamarine. HEX triplet: 5A, E3 and 95. RGB value is (90,227,149). Sum of RGB (Red+Green+Blue) = 90+227+149=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE395 is #A51C6A. Grayscale: #B1B1B1. Windows color (decimal): -10820715 or 9823066. OLE color: 9823066.
HSL color Cylindrical-coordinate representation of color #5AE395: hue angle of 145.84º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5AE395 is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 227 | 149 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.11 |
| HSL | 145.84º | 0.71% | 0.62% | - |
| HSV(B) | 145.84º | 0.6% | 0.89% | - |
| XYZ | 37.11 | 59.28 | 37.92 | - |
| YUV | 177.15 | 112.11 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 227 | 149 | 0.60 | 0 | 0.34 | 0.11 | 145.84 | 0.71 | 0.62 |
| Hex | 5A | E3 | 95 | 3C | 0 | 22 | B | 92 | 47 | 3E |
| Octal | 132 | 343 | 225 | 74 | 0 | 42 | 13 | 222 | 107 | 76 |
| Binary | 1011010 | 11100011 | 10010101 | 111100 | 0 | 100010 | 1011 | 10010010 | 1000111 | 111110 |
Color Harmonies of #5AE395
Complementary color
Monochromatic Colors of #5AE395
Black with #5AE395
Text Example
Text Example
White with #5AE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE395; }
p { color: rgb(90,227,149); }
H1.HeaderClassName
{
color: #5AE395;
}
.AnyTagClassName
{
color: #5AE395;
}
</style>
background-color css
<style>
a { background-color: #5AE395; }
a { background-color: rgb(90,227,149); }
div.DivClassName
{
background-color: #5AE395;
}
.BgClassName
{
background-color: #5AE395;
}
</style>
border-color css
<style>
span { border-color: #5AE395; }
span { border-color: rgb(90,227,149); }
td.TdClassName
{
border-color: #5AE395;
}
.TagClassName
{
border-color: #5AE395;
}
</style>