Shades of Medium Aquamarine #5EED96
Tints of Medium Aquamarine #5EED96
RGB
CMYK
RGB Variations
Color information
#5EED96 (or 0x5EED96) is known color: Medium Aquamarine. HEX triplet: 5E, ED and 96. RGB value is (94,237,150). Sum of RGB (Red+Green+Blue) = 94+237+150=481 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.54% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 150 (58.98% from 255 or 31.19% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EED96 is #A11269. Grayscale: #B8B8B8. Windows color (decimal): -10556010 or 9891166. OLE color: 9891166.
HSL color Cylindrical-coordinate representation of color #5EED96: hue angle of 143.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5EED96 is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 150 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.07 |
| HSL | 143.5º | 0.8% | 0.65% | - |
| HSV(B) | 143.5º | 0.6% | 0.93% | - |
| XYZ | 40.41 | 65.15 | 39.3 | - |
| YUV | 184.33 | 108.62 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 150 | 0.60 | 0 | 0.37 | 0.07 | 143.5 | 0.8 | 0.65 |
| Hex | 5E | ED | 96 | 3C | 0 | 25 | 7 | 8F | 50 | 41 |
| Octal | 136 | 355 | 226 | 74 | 0 | 45 | 7 | 217 | 120 | 101 |
| Binary | 1011110 | 11101101 | 10010110 | 111100 | 0 | 100101 | 111 | 10001111 | 1010000 | 1000001 |
Color Harmonies of #5EED96
Complementary color
Monochromatic Colors of #5EED96
Black with #5EED96
Text Example
Text Example
White with #5EED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EED96; }
p { color: rgb(94,237,150); }
H1.HeaderClassName
{
color: #5EED96;
}
.AnyTagClassName
{
color: #5EED96;
}
</style>
background-color css
<style>
a { background-color: #5EED96; }
a { background-color: rgb(94,237,150); }
div.DivClassName
{
background-color: #5EED96;
}
.BgClassName
{
background-color: #5EED96;
}
</style>
border-color css
<style>
span { border-color: #5EED96; }
span { border-color: rgb(94,237,150); }
td.TdClassName
{
border-color: #5EED96;
}
.TagClassName
{
border-color: #5EED96;
}
</style>