Shades of Medium Aquamarine #5EFEAC
Tints of Medium Aquamarine #5EFEAC
RGB
CMYK
RGB Variations
Color information
#5EFEAC (or 0x5EFEAC) is known color: Medium Aquamarine. HEX triplet: 5E, FE and AC. RGB value is (94,254,172). Sum of RGB (Red+Green+Blue) = 94+254+172=520 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.08% from 520); Green value is 254 (99.61% from 255 or 48.85% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 254 - color contains mainly: green. Hex color #5EFEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFEAC is #A10153. Grayscale: #C4C4C4. Windows color (decimal): -10551636 or 11337310. OLE color: 11337310.
HSL color Cylindrical-coordinate representation of color #5EFEAC: hue angle of 149.25º 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 #5EFEAC is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 94 | 254 | 172 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.00 |
| HSL | 149.25º | 0.99% | 0.68% | - |
| HSV(B) | 149.25º | 0.63% | 1% | - |
| XYZ | 47.5 | 76.24 | 51.24 | - |
| YUV | 196.81 | 113.99 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 254 | 172 | 0.63 | 0 | 0.32 | 0.00 | 149.25 | 0.99 | 0.68 |
| Hex | 5E | FE | AC | 3F | 0 | 20 | 0 | 95 | 63 | 44 |
| Octal | 136 | 376 | 254 | 77 | 0 | 40 | 0 | 225 | 143 | 104 |
| Binary | 1011110 | 11111110 | 10101100 | 111111 | 0 | 100000 | 0 | 10010101 | 1100011 | 1000100 |
Color Harmonies of #5EFEAC
Complementary color
Monochromatic Colors of #5EFEAC
Black with #5EFEAC
Text Example
Text Example
White with #5EFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFEAC; }
p { color: rgb(94,254,172); }
H1.HeaderClassName
{
color: #5EFEAC;
}
.AnyTagClassName
{
color: #5EFEAC;
}
</style>
background-color css
<style>
a { background-color: #5EFEAC; }
a { background-color: rgb(94,254,172); }
div.DivClassName
{
background-color: #5EFEAC;
}
.BgClassName
{
background-color: #5EFEAC;
}
</style>
border-color css
<style>
span { border-color: #5EFEAC; }
span { border-color: rgb(94,254,172); }
td.TdClassName
{
border-color: #5EFEAC;
}
.TagClassName
{
border-color: #5EFEAC;
}
</style>