Shades of Medium Aquamarine #5EFFA0
Tints of Medium Aquamarine #5EFFA0
RGB
CMYK
RGB Variations
Color information
#5EFFA0 (or 0x5EFFA0) is known color: Medium Aquamarine. HEX triplet: 5E, FF and A0. RGB value is (94,255,160). Sum of RGB (Red+Green+Blue) = 94+255+160=509 (67% of max value = 765). Red value is 94 (37.11% from 255 or 18.47% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 160 (62.89% from 255 or 31.43% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #5EFFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFFA0 is #A1005F. Grayscale: #C4C4C4. Windows color (decimal): -10551392 or 10551134. OLE color: 10551134.
HSL color Cylindrical-coordinate representation of color #5EFFA0: hue angle of 144.6º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFFA0 is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 255 | 160 | - |
| CMYK | 0.63 | 0 | 0.37 | 0 |
| HSL | 144.6º | 1% | 0.68% | - |
| HSV(B) | 144.6º | 0.63% | 1% | - |
| XYZ | 46.72 | 76.44 | 45.55 | - |
| YUV | 196.03 | 107.66 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 255 | 160 | 0.63 | 0 | 0.37 | 0 | 144.6 | 1 | 0.68 |
| Hex | 5E | FF | A0 | 3F | 0 | 25 | 0 | 91 | 64 | 44 |
| Octal | 136 | 377 | 240 | 77 | 0 | 45 | 0 | 221 | 144 | 104 |
| Binary | 1011110 | 11111111 | 10100000 | 111111 | 0 | 100101 | 0 | 10010001 | 1100100 | 1000100 |
Color Harmonies of #5EFFA0
Complementary color
Monochromatic Colors of #5EFFA0
Black with #5EFFA0
Text Example
Text Example
White with #5EFFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFFA0; }
p { color: rgb(94,255,160); }
H1.HeaderClassName
{
color: #5EFFA0;
}
.AnyTagClassName
{
color: #5EFFA0;
}
</style>
background-color css
<style>
a { background-color: #5EFFA0; }
a { background-color: rgb(94,255,160); }
div.DivClassName
{
background-color: #5EFFA0;
}
.BgClassName
{
background-color: #5EFFA0;
}
</style>
border-color css
<style>
span { border-color: #5EFFA0; }
span { border-color: rgb(94,255,160); }
td.TdClassName
{
border-color: #5EFFA0;
}
.TagClassName
{
border-color: #5EFFA0;
}
</style>