Shades of Medium Aquamarine #5ED19F
Tints of Medium Aquamarine #5ED19F
RGB
CMYK
RGB Variations
Color information
#5ED19F (or 0x5ED19F) is known color: Medium Aquamarine. HEX triplet: 5E, D1 and 9F. RGB value is (94,209,159). Sum of RGB (Red+Green+Blue) = 94+209+159=462 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.35% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED19F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED19F is #A12E60. Grayscale: #A9A9A9. Windows color (decimal): -10563169 or 10473822. OLE color: 10473822.
HSL color Cylindrical-coordinate representation of color #5ED19F: hue angle of 153.91º 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 #5ED19F is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 209 | 159 | - |
| CMYK | 0.55 | 0 | 0.24 | 0.18 |
| HSL | 153.91º | 0.56% | 0.59% | - |
| HSV(B) | 153.91º | 0.55% | 0.82% | - |
| XYZ | 33.67 | 50.48 | 40.77 | - |
| YUV | 168.92 | 122.4 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 209 | 159 | 0.55 | 0 | 0.24 | 0.18 | 153.91 | 0.56 | 0.59 |
| Hex | 5E | D1 | 9F | 37 | 0 | 18 | 12 | 9A | 38 | 3B |
| Octal | 136 | 321 | 237 | 67 | 0 | 30 | 22 | 232 | 70 | 73 |
| Binary | 1011110 | 11010001 | 10011111 | 110111 | 0 | 11000 | 10010 | 10011010 | 111000 | 111011 |
Color Harmonies of #5ED19F
Complementary color
Monochromatic Colors of #5ED19F
Black with #5ED19F
Text Example
Text Example
White with #5ED19F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED19F; }
p { color: rgb(94,209,159); }
H1.HeaderClassName
{
color: #5ED19F;
}
.AnyTagClassName
{
color: #5ED19F;
}
</style>
background-color css
<style>
a { background-color: #5ED19F; }
a { background-color: rgb(94,209,159); }
div.DivClassName
{
background-color: #5ED19F;
}
.BgClassName
{
background-color: #5ED19F;
}
</style>
border-color css
<style>
span { border-color: #5ED19F; }
span { border-color: rgb(94,209,159); }
td.TdClassName
{
border-color: #5ED19F;
}
.TagClassName
{
border-color: #5ED19F;
}
</style>