Shades of Medium Aquamarine #5EDF9E
Tints of Medium Aquamarine #5EDF9E
RGB
CMYK
RGB Variations
Color information
#5EDF9E (or 0x5EDF9E) is known color: Medium Aquamarine. HEX triplet: 5E, DF and 9E. RGB value is (94,223,158). Sum of RGB (Red+Green+Blue) = 94+223+158=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 223 - color contains mainly: green. Hex color #5EDF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDF9E is #A12061. Grayscale: #B1B1B1. Windows color (decimal): -10559586 or 10411870. OLE color: 10411870.
HSL color Cylindrical-coordinate representation of color #5EDF9E: hue angle of 149.77º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDF9E is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 223 | 158 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.13 |
| HSL | 149.77º | 0.67% | 0.62% | - |
| HSV(B) | 149.77º | 0.58% | 0.87% | - |
| XYZ | 37.18 | 57.62 | 41.51 | - |
| YUV | 177.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 223 | 158 | 0.58 | 0 | 0.29 | 0.13 | 149.77 | 0.67 | 0.62 |
| Hex | 5E | DF | 9E | 3A | 0 | 1D | D | 96 | 43 | 3E |
| Octal | 136 | 337 | 236 | 72 | 0 | 35 | 15 | 226 | 103 | 76 |
| Binary | 1011110 | 11011111 | 10011110 | 111010 | 0 | 11101 | 1101 | 10010110 | 1000011 | 111110 |
Color Harmonies of #5EDF9E
Complementary color
Monochromatic Colors of #5EDF9E
Black with #5EDF9E
Text Example
Text Example
White with #5EDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDF9E; }
p { color: rgb(94,223,158); }
H1.HeaderClassName
{
color: #5EDF9E;
}
.AnyTagClassName
{
color: #5EDF9E;
}
</style>
background-color css
<style>
a { background-color: #5EDF9E; }
a { background-color: rgb(94,223,158); }
div.DivClassName
{
background-color: #5EDF9E;
}
.BgClassName
{
background-color: #5EDF9E;
}
</style>
border-color css
<style>
span { border-color: #5EDF9E; }
span { border-color: rgb(94,223,158); }
td.TdClassName
{
border-color: #5EDF9E;
}
.TagClassName
{
border-color: #5EDF9E;
}
</style>