Shades of Medium Aquamarine #5ED19A
Tints of Medium Aquamarine #5ED19A
RGB
CMYK
RGB Variations
Color information
#5ED19A (or 0x5ED19A) is known color: Medium Aquamarine. HEX triplet: 5E, D1 and 9A. RGB value is (94,209,154). Sum of RGB (Red+Green+Blue) = 94+209+154=457 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.57% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED19A is #A12E65. Grayscale: #A8A8A8. Windows color (decimal): -10563174 or 10146142. OLE color: 10146142.
HSL color Cylindrical-coordinate representation of color #5ED19A: hue angle of 151.3º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED19A is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 209 | 154 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.18 |
| HSL | 151.3º | 0.56% | 0.59% | - |
| HSV(B) | 151.3º | 0.55% | 0.82% | - |
| XYZ | 33.25 | 50.31 | 38.53 | - |
| YUV | 168.35 | 119.9 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 209 | 154 | 0.55 | 0 | 0.26 | 0.18 | 151.3 | 0.56 | 0.59 |
| Hex | 5E | D1 | 9A | 37 | 0 | 1A | 12 | 97 | 38 | 3B |
| Octal | 136 | 321 | 232 | 67 | 0 | 32 | 22 | 227 | 70 | 73 |
| Binary | 1011110 | 11010001 | 10011010 | 110111 | 0 | 11010 | 10010 | 10010111 | 111000 | 111011 |
Color Harmonies of #5ED19A
Complementary color
Monochromatic Colors of #5ED19A
Black with #5ED19A
Text Example
Text Example
White with #5ED19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED19A; }
p { color: rgb(94,209,154); }
H1.HeaderClassName
{
color: #5ED19A;
}
.AnyTagClassName
{
color: #5ED19A;
}
</style>
background-color css
<style>
a { background-color: #5ED19A; }
a { background-color: rgb(94,209,154); }
div.DivClassName
{
background-color: #5ED19A;
}
.BgClassName
{
background-color: #5ED19A;
}
</style>
border-color css
<style>
span { border-color: #5ED19A; }
span { border-color: rgb(94,209,154); }
td.TdClassName
{
border-color: #5ED19A;
}
.TagClassName
{
border-color: #5ED19A;
}
</style>