Shades of Medium Aquamarine #5EE098
Tints of Medium Aquamarine #5EE098
RGB
CMYK
RGB Variations
Color information
#5EE098 (or 0x5EE098) is known color: Medium Aquamarine. HEX triplet: 5E, E0 and 98. RGB value is (94,224,152). Sum of RGB (Red+Green+Blue) = 94+224+152=470 (62% of max value = 765). Red value is 94 (37.11% from 255 or 20% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 152 (59.77% from 255 or 32.34% from 470); Max value from RGB is 224 - color contains mainly: green. Hex color #5EE098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EE098 is #A11F67. Grayscale: #B1B1B1. Windows color (decimal): -10559336 or 10018910. OLE color: 10018910.
HSL color Cylindrical-coordinate representation of color #5EE098: hue angle of 146.77º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EE098 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 94 | 224 | 152 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.12 |
| HSL | 146.77º | 0.68% | 0.62% | - |
| HSV(B) | 146.77º | 0.58% | 0.88% | - |
| XYZ | 36.94 | 57.96 | 38.95 | - |
| YUV | 176.92 | 113.93 | 68.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 224 | 152 | 0.58 | 0 | 0.32 | 0.12 | 146.77 | 0.68 | 0.62 |
| Hex | 5E | E0 | 98 | 3A | 0 | 20 | C | 93 | 44 | 3E |
| Octal | 136 | 340 | 230 | 72 | 0 | 40 | 14 | 223 | 104 | 76 |
| Binary | 1011110 | 11100000 | 10011000 | 111010 | 0 | 100000 | 1100 | 10010011 | 1000100 | 111110 |
Color Harmonies of #5EE098
Complementary color
Monochromatic Colors of #5EE098
Black with #5EE098
Text Example
Text Example
White with #5EE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EE098; }
p { color: rgb(94,224,152); }
H1.HeaderClassName
{
color: #5EE098;
}
.AnyTagClassName
{
color: #5EE098;
}
</style>
background-color css
<style>
a { background-color: #5EE098; }
a { background-color: rgb(94,224,152); }
div.DivClassName
{
background-color: #5EE098;
}
.BgClassName
{
background-color: #5EE098;
}
</style>
border-color css
<style>
span { border-color: #5EE098; }
span { border-color: rgb(94,224,152); }
td.TdClassName
{
border-color: #5EE098;
}
.TagClassName
{
border-color: #5EE098;
}
</style>