Shades of Medium Aquamarine #5EFEA0
Tints of Medium Aquamarine #5EFEA0
RGB
CMYK
RGB Variations
Color information
#5EFEA0 (or 0x5EFEA0) is known color: Medium Aquamarine. HEX triplet: 5E, FE and A0. RGB value is (94,254,160). Sum of RGB (Red+Green+Blue) = 94+254+160=508 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.50% from 508); Green value is 254 (99.61% from 255 or 50% from 508); Blue value is 160 (62.89% from 255 or 31.50% from 508); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFEA0 is #A1015F. Grayscale: #C3C3C3. Windows color (decimal): -10551648 or 10550878. OLE color: 10550878.
HSL color Cylindrical-coordinate representation of color #5EFEA0: hue angle of 144.75º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFEA0 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 160 | - |
| CMYK | 0.63 | 0 | 0.37 | 0.00 |
| HSL | 144.75º | 0.99% | 0.68% | - |
| HSV(B) | 144.75º | 0.63% | 1% | - |
| XYZ | 46.4 | 75.8 | 45.44 | - |
| YUV | 195.44 | 107.99 | 55.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 160 | 0.63 | 0 | 0.37 | 0.00 | 144.75 | 0.99 | 0.68 |
| Hex | 5E | FE | A0 | 3F | 0 | 25 | 0 | 91 | 63 | 44 |
| Octal | 136 | 376 | 240 | 77 | 0 | 45 | 0 | 221 | 143 | 104 |
| Binary | 1011110 | 11111110 | 10100000 | 111111 | 0 | 100101 | 0 | 10010001 | 1100011 | 1000100 |
Color Harmonies of #5EFEA0
Complementary color
Monochromatic Colors of #5EFEA0
Black with #5EFEA0
Text Example
Text Example
White with #5EFEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFEA0; }
p { color: rgb(94,254,160); }
H1.HeaderClassName
{
color: #5EFEA0;
}
.AnyTagClassName
{
color: #5EFEA0;
}
</style>
background-color css
<style>
a { background-color: #5EFEA0; }
a { background-color: rgb(94,254,160); }
div.DivClassName
{
background-color: #5EFEA0;
}
.BgClassName
{
background-color: #5EFEA0;
}
</style>
border-color css
<style>
span { border-color: #5EFEA0; }
span { border-color: rgb(94,254,160); }
td.TdClassName
{
border-color: #5EFEA0;
}
.TagClassName
{
border-color: #5EFEA0;
}
</style>