Shades of Medium Aquamarine #5EE8A8
Tints of Medium Aquamarine #5EE8A8
RGB
CMYK
RGB Variations
Color information
#5EE8A8 (or 0x5EE8A8) is known color: Medium Aquamarine. HEX triplet: 5E, E8 and A8. RGB value is (94,232,168). Sum of RGB (Red+Green+Blue) = 94+232+168=494 (65% of max value = 765). Red value is 94 (37.11% from 255 or 19.03% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #5EE8A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EE8A8 is #A11757. Grayscale: #B7B7B7. Windows color (decimal): -10557272 or 11069534. OLE color: 11069534.
HSL color Cylindrical-coordinate representation of color #5EE8A8: hue angle of 152.17º 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 #5EE8A8 is Cyan = 0.59, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 94 | 232 | 168 | - |
| CMYK | 0.59 | 0 | 0.28 | 0.09 |
| HSL | 152.17º | 0.75% | 0.64% | - |
| HSV(B) | 152.17º | 0.59% | 0.91% | - |
| XYZ | 40.54 | 62.92 | 47.05 | - |
| YUV | 183.44 | 119.28 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 232 | 168 | 0.59 | 0 | 0.28 | 0.09 | 152.17 | 0.75 | 0.64 |
| Hex | 5E | E8 | A8 | 3B | 0 | 1C | 9 | 98 | 4B | 40 |
| Octal | 136 | 350 | 250 | 73 | 0 | 34 | 11 | 230 | 113 | 100 |
| Binary | 1011110 | 11101000 | 10101000 | 111011 | 0 | 11100 | 1001 | 10011000 | 1001011 | 1000000 |
Color Harmonies of #5EE8A8
Complementary color
Monochromatic Colors of #5EE8A8
Black with #5EE8A8
Text Example
Text Example
White with #5EE8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE8A8; }
p { color: rgb(94,232,168); }
H1.HeaderClassName
{
color: #5EE8A8;
}
.AnyTagClassName
{
color: #5EE8A8;
}
</style>
background-color css
<style>
a { background-color: #5EE8A8; }
a { background-color: rgb(94,232,168); }
div.DivClassName
{
background-color: #5EE8A8;
}
.BgClassName
{
background-color: #5EE8A8;
}
</style>
border-color css
<style>
span { border-color: #5EE8A8; }
span { border-color: rgb(94,232,168); }
td.TdClassName
{
border-color: #5EE8A8;
}
.TagClassName
{
border-color: #5EE8A8;
}
</style>