Shades of Medium Aquamarine #5EF295
Tints of Medium Aquamarine #5EF295
RGB
CMYK
RGB Variations
Color information
#5EF295 (or 0x5EF295) is known color: Medium Aquamarine. HEX triplet: 5E, F2 and 95. RGB value is (94,242,149). Sum of RGB (Red+Green+Blue) = 94+242+149=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #5EF295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF295 is #A10D6A. Grayscale: #BBBBBB. Windows color (decimal): -10554731 or 9826910. OLE color: 9826910.
HSL color Cylindrical-coordinate representation of color #5EF295: hue angle of 142.3º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5EF295 is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 242 | 149 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.05 |
| HSL | 142.3º | 0.85% | 0.66% | - |
| HSV(B) | 142.3º | 0.61% | 0.95% | - |
| XYZ | 41.79 | 68.05 | 39.37 | - |
| YUV | 187.15 | 106.47 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 242 | 149 | 0.61 | 0 | 0.38 | 0.05 | 142.3 | 0.85 | 0.66 |
| Hex | 5E | F2 | 95 | 3D | 0 | 26 | 5 | 8E | 55 | 42 |
| Octal | 136 | 362 | 225 | 75 | 0 | 46 | 5 | 216 | 125 | 102 |
| Binary | 1011110 | 11110010 | 10010101 | 111101 | 0 | 100110 | 101 | 10001110 | 1010101 | 1000010 |
Color Harmonies of #5EF295
Complementary color
Monochromatic Colors of #5EF295
Black with #5EF295
Text Example
Text Example
White with #5EF295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF295; }
p { color: rgb(94,242,149); }
H1.HeaderClassName
{
color: #5EF295;
}
.AnyTagClassName
{
color: #5EF295;
}
</style>
background-color css
<style>
a { background-color: #5EF295; }
a { background-color: rgb(94,242,149); }
div.DivClassName
{
background-color: #5EF295;
}
.BgClassName
{
background-color: #5EF295;
}
</style>
border-color css
<style>
span { border-color: #5EF295; }
span { border-color: rgb(94,242,149); }
td.TdClassName
{
border-color: #5EF295;
}
.TagClassName
{
border-color: #5EF295;
}
</style>