Shades of Medium Aquamarine #5EF395
Tints of Medium Aquamarine #5EF395
RGB
CMYK
RGB Variations
Color information
#5EF395 (or 0x5EF395) is known color: Medium Aquamarine. HEX triplet: 5E, F3 and 95. RGB value is (94,243,149). Sum of RGB (Red+Green+Blue) = 94+243+149=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF395 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EF395 is #A10C6A. Grayscale: #BBBBBB. Windows color (decimal): -10554475 or 9827166. OLE color: 9827166.
HSL color Cylindrical-coordinate representation of color #5EF395: hue angle of 142.15º degrees, saturation: 0.86, 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 #5EF395 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 243 | 149 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.05 |
| HSL | 142.15º | 0.86% | 0.66% | - |
| HSV(B) | 142.15º | 0.61% | 0.95% | - |
| XYZ | 42.09 | 68.65 | 39.47 | - |
| YUV | 187.73 | 106.14 | 61.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 243 | 149 | 0.61 | 0 | 0.39 | 0.05 | 142.15 | 0.86 | 0.66 |
| Hex | 5E | F3 | 95 | 3D | 0 | 27 | 5 | 8E | 56 | 42 |
| Octal | 136 | 363 | 225 | 75 | 0 | 47 | 5 | 216 | 126 | 102 |
| Binary | 1011110 | 11110011 | 10010101 | 111101 | 0 | 100111 | 101 | 10001110 | 1010110 | 1000010 |
Color Harmonies of #5EF395
Complementary color
Monochromatic Colors of #5EF395
Black with #5EF395
Text Example
Text Example
White with #5EF395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF395; }
p { color: rgb(94,243,149); }
H1.HeaderClassName
{
color: #5EF395;
}
.AnyTagClassName
{
color: #5EF395;
}
</style>
background-color css
<style>
a { background-color: #5EF395; }
a { background-color: rgb(94,243,149); }
div.DivClassName
{
background-color: #5EF395;
}
.BgClassName
{
background-color: #5EF395;
}
</style>
border-color css
<style>
span { border-color: #5EF395; }
span { border-color: rgb(94,243,149); }
td.TdClassName
{
border-color: #5EF395;
}
.TagClassName
{
border-color: #5EF395;
}
</style>