Shades of Medium Aquamarine #5AE398
Tints of Medium Aquamarine #5AE398
RGB
CMYK
RGB Variations
Color information
#5AE398 (or 0x5AE398) is known color: Medium Aquamarine. HEX triplet: 5A, E3 and 98. RGB value is (90,227,152). Sum of RGB (Red+Green+Blue) = 90+227+152=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 227 (89.06% from 255 or 48.40% from 469); Blue value is 152 (59.77% from 255 or 32.41% from 469); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE398 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AE398 is #A51C67. Grayscale: #B1B1B1. Windows color (decimal): -10820712 or 10019674. OLE color: 10019674.
HSL color Cylindrical-coordinate representation of color #5AE398: hue angle of 147.15º 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 #5AE398 is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 227 | 152 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.11 |
| HSL | 147.15º | 0.71% | 0.62% | - |
| HSV(B) | 147.15º | 0.6% | 0.89% | - |
| XYZ | 37.35 | 59.38 | 39.2 | - |
| YUV | 177.49 | 113.61 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 227 | 152 | 0.60 | 0 | 0.33 | 0.11 | 147.15 | 0.71 | 0.62 |
| Hex | 5A | E3 | 98 | 3C | 0 | 21 | B | 93 | 47 | 3E |
| Octal | 132 | 343 | 230 | 74 | 0 | 41 | 13 | 223 | 107 | 76 |
| Binary | 1011010 | 11100011 | 10011000 | 111100 | 0 | 100001 | 1011 | 10010011 | 1000111 | 111110 |
Color Harmonies of #5AE398
Complementary color
Monochromatic Colors of #5AE398
Black with #5AE398
Text Example
Text Example
White with #5AE398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE398; }
p { color: rgb(90,227,152); }
H1.HeaderClassName
{
color: #5AE398;
}
.AnyTagClassName
{
color: #5AE398;
}
</style>
background-color css
<style>
a { background-color: #5AE398; }
a { background-color: rgb(90,227,152); }
div.DivClassName
{
background-color: #5AE398;
}
.BgClassName
{
background-color: #5AE398;
}
</style>
border-color css
<style>
span { border-color: #5AE398; }
span { border-color: rgb(90,227,152); }
td.TdClassName
{
border-color: #5AE398;
}
.TagClassName
{
border-color: #5AE398;
}
</style>