Shades of Medium Aquamarine #5EE49F
Tints of Medium Aquamarine #5EE49F
RGB
CMYK
RGB Variations
Color information
#5EE49F (or 0x5EE49F) is known color: Medium Aquamarine. HEX triplet: 5E, E4 and 9F. RGB value is (94,228,159). Sum of RGB (Red+Green+Blue) = 94+228+159=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 228 (89.45% from 255 or 47.40% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 228 - color contains mainly: green. Hex color #5EE49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE49F is #A11B60. Grayscale: #B4B4B4. Windows color (decimal): -10558305 or 10478686. OLE color: 10478686.
HSL color Cylindrical-coordinate representation of color #5EE49F: hue angle of 149.1º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE49F is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 228 | 159 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.11 |
| HSL | 149.1º | 0.71% | 0.63% | - |
| HSV(B) | 149.1º | 0.59% | 0.89% | - |
| XYZ | 38.62 | 60.37 | 42.42 | - |
| YUV | 180.07 | 116.11 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 228 | 159 | 0.59 | 0 | 0.30 | 0.11 | 149.1 | 0.71 | 0.63 |
| Hex | 5E | E4 | 9F | 3B | 0 | 1E | B | 95 | 47 | 3F |
| Octal | 136 | 344 | 237 | 73 | 0 | 36 | 13 | 225 | 107 | 77 |
| Binary | 1011110 | 11100100 | 10011111 | 111011 | 0 | 11110 | 1011 | 10010101 | 1000111 | 111111 |
Color Harmonies of #5EE49F
Complementary color
Monochromatic Colors of #5EE49F
Black with #5EE49F
Text Example
Text Example
White with #5EE49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE49F; }
p { color: rgb(94,228,159); }
H1.HeaderClassName
{
color: #5EE49F;
}
.AnyTagClassName
{
color: #5EE49F;
}
</style>
background-color css
<style>
a { background-color: #5EE49F; }
a { background-color: rgb(94,228,159); }
div.DivClassName
{
background-color: #5EE49F;
}
.BgClassName
{
background-color: #5EE49F;
}
</style>
border-color css
<style>
span { border-color: #5EE49F; }
span { border-color: rgb(94,228,159); }
td.TdClassName
{
border-color: #5EE49F;
}
.TagClassName
{
border-color: #5EE49F;
}
</style>