Shades of Medium Aquamarine #5EED9B
Tints of Medium Aquamarine #5EED9B
RGB
CMYK
RGB Variations
Color information
#5EED9B (or 0x5EED9B) is known color: Medium Aquamarine. HEX triplet: 5E, ED and 9B. RGB value is (94,237,155). Sum of RGB (Red+Green+Blue) = 94+237+155=486 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.34% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 155 (60.94% from 255 or 31.89% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #5EED9B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EED9B is #A11264. Grayscale: #B9B9B9. Windows color (decimal): -10556005 or 10218846. OLE color: 10218846.
HSL color Cylindrical-coordinate representation of color #5EED9B: hue angle of 145.59º 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 #5EED9B is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 94 | 237 | 155 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.07 |
| HSL | 145.59º | 0.8% | 0.65% | - |
| HSV(B) | 145.59º | 0.6% | 0.93% | - |
| XYZ | 40.82 | 65.31 | 41.47 | - |
| YUV | 184.9 | 111.12 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 237 | 155 | 0.60 | 0 | 0.35 | 0.07 | 145.59 | 0.8 | 0.65 |
| Hex | 5E | ED | 9B | 3C | 0 | 23 | 7 | 92 | 50 | 41 |
| Octal | 136 | 355 | 233 | 74 | 0 | 43 | 7 | 222 | 120 | 101 |
| Binary | 1011110 | 11101101 | 10011011 | 111100 | 0 | 100011 | 111 | 10010010 | 1010000 | 1000001 |
Color Harmonies of #5EED9B
Complementary color
Monochromatic Colors of #5EED9B
Black with #5EED9B
Text Example
Text Example
White with #5EED9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EED9B; }
p { color: rgb(94,237,155); }
H1.HeaderClassName
{
color: #5EED9B;
}
.AnyTagClassName
{
color: #5EED9B;
}
</style>
background-color css
<style>
a { background-color: #5EED9B; }
a { background-color: rgb(94,237,155); }
div.DivClassName
{
background-color: #5EED9B;
}
.BgClassName
{
background-color: #5EED9B;
}
</style>
border-color css
<style>
span { border-color: #5EED9B; }
span { border-color: rgb(94,237,155); }
td.TdClassName
{
border-color: #5EED9B;
}
.TagClassName
{
border-color: #5EED9B;
}
</style>