Shades of Medium Aquamarine #5EE39F
Tints of Medium Aquamarine #5EE39F
RGB
CMYK
RGB Variations
Color information
#5EE39F (or 0x5EE39F) is known color: Medium Aquamarine. HEX triplet: 5E, E3 and 9F. RGB value is (94,227,159). Sum of RGB (Red+Green+Blue) = 94+227+159=480 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.58% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 159 (62.5% from 255 or 33.12% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #5EE39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE39F is #A11C60. Grayscale: #B3B3B3. Windows color (decimal): -10558561 or 10478430. OLE color: 10478430.
HSL color Cylindrical-coordinate representation of color #5EE39F: hue angle of 149.32º degrees, saturation: 0.7, 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 #5EE39F is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 227 | 159 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.11 |
| HSL | 149.32º | 0.7% | 0.63% | - |
| HSV(B) | 149.32º | 0.59% | 0.89% | - |
| XYZ | 38.34 | 59.82 | 42.33 | - |
| YUV | 179.48 | 116.44 | 67.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 227 | 159 | 0.59 | 0 | 0.30 | 0.11 | 149.32 | 0.7 | 0.63 |
| Hex | 5E | E3 | 9F | 3B | 0 | 1E | B | 95 | 46 | 3F |
| Octal | 136 | 343 | 237 | 73 | 0 | 36 | 13 | 225 | 106 | 77 |
| Binary | 1011110 | 11100011 | 10011111 | 111011 | 0 | 11110 | 1011 | 10010101 | 1000110 | 111111 |
Color Harmonies of #5EE39F
Complementary color
Monochromatic Colors of #5EE39F
Black with #5EE39F
Text Example
Text Example
White with #5EE39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE39F; }
p { color: rgb(94,227,159); }
H1.HeaderClassName
{
color: #5EE39F;
}
.AnyTagClassName
{
color: #5EE39F;
}
</style>
background-color css
<style>
a { background-color: #5EE39F; }
a { background-color: rgb(94,227,159); }
div.DivClassName
{
background-color: #5EE39F;
}
.BgClassName
{
background-color: #5EE39F;
}
</style>
border-color css
<style>
span { border-color: #5EE39F; }
span { border-color: rgb(94,227,159); }
td.TdClassName
{
border-color: #5EE39F;
}
.TagClassName
{
border-color: #5EE39F;
}
</style>