Shades of Medium Aquamarine #5AE197
Tints of Medium Aquamarine #5AE197
RGB
CMYK
RGB Variations
Color information
#5AE197 (or 0x5AE197) is known color: Medium Aquamarine. HEX triplet: 5A, E1 and 97. RGB value is (90,225,151). Sum of RGB (Red+Green+Blue) = 90+225+151=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #5AE197 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE197 is #A51E68. Grayscale: #B0B0B0. Windows color (decimal): -10821225 or 9953626. OLE color: 9953626.
HSL color Cylindrical-coordinate representation of color #5AE197: hue angle of 147.11º degrees, saturation: 0.69, 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 #5AE197 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 225 | 151 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.12 |
| HSL | 147.11º | 0.69% | 0.62% | - |
| HSV(B) | 147.11º | 0.6% | 0.88% | - |
| XYZ | 36.73 | 58.26 | 38.59 | - |
| YUV | 176.2 | 113.77 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 225 | 151 | 0.60 | 0 | 0.33 | 0.12 | 147.11 | 0.69 | 0.62 |
| Hex | 5A | E1 | 97 | 3C | 0 | 21 | C | 93 | 45 | 3E |
| Octal | 132 | 341 | 227 | 74 | 0 | 41 | 14 | 223 | 105 | 76 |
| Binary | 1011010 | 11100001 | 10010111 | 111100 | 0 | 100001 | 1100 | 10010011 | 1000101 | 111110 |
Color Harmonies of #5AE197
Complementary color
Monochromatic Colors of #5AE197
Black with #5AE197
Text Example
Text Example
White with #5AE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE197; }
p { color: rgb(90,225,151); }
H1.HeaderClassName
{
color: #5AE197;
}
.AnyTagClassName
{
color: #5AE197;
}
</style>
background-color css
<style>
a { background-color: #5AE197; }
a { background-color: rgb(90,225,151); }
div.DivClassName
{
background-color: #5AE197;
}
.BgClassName
{
background-color: #5AE197;
}
</style>
border-color css
<style>
span { border-color: #5AE197; }
span { border-color: rgb(90,225,151); }
td.TdClassName
{
border-color: #5AE197;
}
.TagClassName
{
border-color: #5AE197;
}
</style>