Shades of Medium Aquamarine #5EE8A0
Tints of Medium Aquamarine #5EE8A0
RGB
CMYK
RGB Variations
Color information
#5EE8A0 (or 0x5EE8A0) is known color: Medium Aquamarine. HEX triplet: 5E, E8 and A0. RGB value is (94,232,160). Sum of RGB (Red+Green+Blue) = 94+232+160=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE8A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE8A0 is #A1175F. Grayscale: #B6B6B6. Windows color (decimal): -10557280 or 10545246. OLE color: 10545246.
HSL color Cylindrical-coordinate representation of color #5EE8A0: hue angle of 148.7º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5EE8A0 is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 232 | 160 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.09 |
| HSL | 148.7º | 0.75% | 0.64% | - |
| HSV(B) | 148.7º | 0.59% | 0.91% | - |
| XYZ | 39.82 | 62.63 | 43.25 | - |
| YUV | 182.53 | 115.28 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 232 | 160 | 0.59 | 0 | 0.31 | 0.09 | 148.7 | 0.75 | 0.64 |
| Hex | 5E | E8 | A0 | 3B | 0 | 1F | 9 | 95 | 4B | 40 |
| Octal | 136 | 350 | 240 | 73 | 0 | 37 | 11 | 225 | 113 | 100 |
| Binary | 1011110 | 11101000 | 10100000 | 111011 | 0 | 11111 | 1001 | 10010101 | 1001011 | 1000000 |
Color Harmonies of #5EE8A0
Complementary color
Monochromatic Colors of #5EE8A0
Black with #5EE8A0
Text Example
Text Example
White with #5EE8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE8A0; }
p { color: rgb(94,232,160); }
H1.HeaderClassName
{
color: #5EE8A0;
}
.AnyTagClassName
{
color: #5EE8A0;
}
</style>
background-color css
<style>
a { background-color: #5EE8A0; }
a { background-color: rgb(94,232,160); }
div.DivClassName
{
background-color: #5EE8A0;
}
.BgClassName
{
background-color: #5EE8A0;
}
</style>
border-color css
<style>
span { border-color: #5EE8A0; }
span { border-color: rgb(94,232,160); }
td.TdClassName
{
border-color: #5EE8A0;
}
.TagClassName
{
border-color: #5EE8A0;
}
</style>