Shades of Medium Aquamarine #5EE29F
Tints of Medium Aquamarine #5EE29F
RGB
CMYK
RGB Variations
Color information
#5EE29F (or 0x5EE29F) is known color: Medium Aquamarine. HEX triplet: 5E, E2 and 9F. RGB value is (94,226,159). Sum of RGB (Red+Green+Blue) = 94+226+159=479 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.62% from 479); Green value is 226 (88.67% from 255 or 47.18% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 226 - color contains mainly: green. Hex color #5EE29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE29F is #A11D60. Grayscale: #B3B3B3. Windows color (decimal): -10558817 or 10478174. OLE color: 10478174.
HSL color Cylindrical-coordinate representation of color #5EE29F: hue angle of 149.55º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE29F is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 94 | 226 | 159 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.11 |
| HSL | 149.55º | 0.69% | 0.63% | - |
| HSV(B) | 149.55º | 0.58% | 0.89% | - |
| XYZ | 38.07 | 59.28 | 42.24 | - |
| YUV | 178.89 | 116.77 | 67.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 226 | 159 | 0.58 | 0 | 0.30 | 0.11 | 149.55 | 0.69 | 0.63 |
| Hex | 5E | E2 | 9F | 3A | 0 | 1E | B | 96 | 45 | 3F |
| Octal | 136 | 342 | 237 | 72 | 0 | 36 | 13 | 226 | 105 | 77 |
| Binary | 1011110 | 11100010 | 10011111 | 111010 | 0 | 11110 | 1011 | 10010110 | 1000101 | 111111 |
Color Harmonies of #5EE29F
Complementary color
Monochromatic Colors of #5EE29F
Black with #5EE29F
Text Example
Text Example
White with #5EE29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE29F; }
p { color: rgb(94,226,159); }
H1.HeaderClassName
{
color: #5EE29F;
}
.AnyTagClassName
{
color: #5EE29F;
}
</style>
background-color css
<style>
a { background-color: #5EE29F; }
a { background-color: rgb(94,226,159); }
div.DivClassName
{
background-color: #5EE29F;
}
.BgClassName
{
background-color: #5EE29F;
}
</style>
border-color css
<style>
span { border-color: #5EE29F; }
span { border-color: rgb(94,226,159); }
td.TdClassName
{
border-color: #5EE29F;
}
.TagClassName
{
border-color: #5EE29F;
}
</style>