Shades of Medium Aquamarine #5ED99D
Tints of Medium Aquamarine #5ED99D
RGB
CMYK
RGB Variations
Color information
#5ED99D (or 0x5ED99D) is known color: Medium Aquamarine. HEX triplet: 5E, D9 and 9D. RGB value is (94,217,157). Sum of RGB (Red+Green+Blue) = 94+217+157=468 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.09% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #5ED99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED99D is #A12662. Grayscale: #ADADAD. Windows color (decimal): -10561123 or 10344798. OLE color: 10344798.
HSL color Cylindrical-coordinate representation of color #5ED99D: hue angle of 150.73º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ED99D is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 94 | 217 | 157 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.15 |
| HSL | 150.73º | 0.62% | 0.61% | - |
| HSV(B) | 150.73º | 0.57% | 0.85% | - |
| XYZ | 35.51 | 54.44 | 40.53 | - |
| YUV | 173.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 217 | 157 | 0.57 | 0 | 0.28 | 0.15 | 150.73 | 0.62 | 0.61 |
| Hex | 5E | D9 | 9D | 39 | 0 | 1C | F | 97 | 3E | 3D |
| Octal | 136 | 331 | 235 | 71 | 0 | 34 | 17 | 227 | 76 | 75 |
| Binary | 1011110 | 11011001 | 10011101 | 111001 | 0 | 11100 | 1111 | 10010111 | 111110 | 111101 |
Color Harmonies of #5ED99D
Complementary color
Monochromatic Colors of #5ED99D
Black with #5ED99D
Text Example
Text Example
White with #5ED99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED99D; }
p { color: rgb(94,217,157); }
H1.HeaderClassName
{
color: #5ED99D;
}
.AnyTagClassName
{
color: #5ED99D;
}
</style>
background-color css
<style>
a { background-color: #5ED99D; }
a { background-color: rgb(94,217,157); }
div.DivClassName
{
background-color: #5ED99D;
}
.BgClassName
{
background-color: #5ED99D;
}
</style>
border-color css
<style>
span { border-color: #5ED99D; }
span { border-color: rgb(94,217,157); }
td.TdClassName
{
border-color: #5ED99D;
}
.TagClassName
{
border-color: #5ED99D;
}
</style>