Shades of Medium Aquamarine #5EFC98
Tints of Medium Aquamarine #5EFC98
RGB
CMYK
RGB Variations
Color information
#5EFC98 (or 0x5EFC98) is known color: Medium Aquamarine. HEX triplet: 5E, FC and 98. RGB value is (94,252,152). Sum of RGB (Red+Green+Blue) = 94+252+152=498 (65% of max value = 765). Red value is 94 (37.11% from 255 or 18.88% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #5EFC98 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFC98 is #A10367. Grayscale: #C1C1C1. Windows color (decimal): -10552168 or 10026078. OLE color: 10026078.
HSL color Cylindrical-coordinate representation of color #5EFC98: hue angle of 142.03º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFC98 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 252 | 152 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.01 |
| HSL | 142.03º | 0.96% | 0.68% | - |
| HSV(B) | 142.03º | 0.63% | 0.99% | - |
| XYZ | 45.09 | 74.27 | 41.66 | - |
| YUV | 193.36 | 104.65 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 252 | 152 | 0.63 | 0 | 0.40 | 0.01 | 142.03 | 0.96 | 0.68 |
| Hex | 5E | FC | 98 | 3F | 0 | 28 | 1 | 8E | 60 | 44 |
| Octal | 136 | 374 | 230 | 77 | 0 | 50 | 1 | 216 | 140 | 104 |
| Binary | 1011110 | 11111100 | 10011000 | 111111 | 0 | 101000 | 1 | 10001110 | 1100000 | 1000100 |
Color Harmonies of #5EFC98
Complementary color
Monochromatic Colors of #5EFC98
Black with #5EFC98
Text Example
Text Example
White with #5EFC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFC98; }
p { color: rgb(94,252,152); }
H1.HeaderClassName
{
color: #5EFC98;
}
.AnyTagClassName
{
color: #5EFC98;
}
</style>
background-color css
<style>
a { background-color: #5EFC98; }
a { background-color: rgb(94,252,152); }
div.DivClassName
{
background-color: #5EFC98;
}
.BgClassName
{
background-color: #5EFC98;
}
</style>
border-color css
<style>
span { border-color: #5EFC98; }
span { border-color: rgb(94,252,152); }
td.TdClassName
{
border-color: #5EFC98;
}
.TagClassName
{
border-color: #5EFC98;
}
</style>