Shades of Medium Aquamarine #5ED199
Tints of Medium Aquamarine #5ED199
RGB
CMYK
RGB Variations
Color information
#5ED199 (or 0x5ED199) is known color: Medium Aquamarine. HEX triplet: 5E, D1 and 99. RGB value is (94,209,153). Sum of RGB (Red+Green+Blue) = 94+209+153=456 (60% of max value = 765). Red value is 94 (37.11% from 255 or 20.61% from 456); Green value is 209 (82.03% from 255 or 45.83% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED199 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED199 is #A12E66. Grayscale: #A8A8A8. Windows color (decimal): -10563175 or 10080606. OLE color: 10080606.
HSL color Cylindrical-coordinate representation of color #5ED199: hue angle of 150.78º 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 #5ED199 is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 209 | 153 | - |
| CMYK | 0.55 | 0 | 0.27 | 0.18 |
| HSL | 150.78º | 0.56% | 0.59% | - |
| HSV(B) | 150.78º | 0.55% | 0.82% | - |
| XYZ | 33.17 | 50.28 | 38.09 | - |
| YUV | 168.23 | 119.4 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 209 | 153 | 0.55 | 0 | 0.27 | 0.18 | 150.78 | 0.56 | 0.59 |
| Hex | 5E | D1 | 99 | 37 | 0 | 1B | 12 | 97 | 38 | 3B |
| Octal | 136 | 321 | 231 | 67 | 0 | 33 | 22 | 227 | 70 | 73 |
| Binary | 1011110 | 11010001 | 10011001 | 110111 | 0 | 11011 | 10010 | 10010111 | 111000 | 111011 |
Color Harmonies of #5ED199
Complementary color
Monochromatic Colors of #5ED199
Black with #5ED199
Text Example
Text Example
White with #5ED199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED199; }
p { color: rgb(94,209,153); }
H1.HeaderClassName
{
color: #5ED199;
}
.AnyTagClassName
{
color: #5ED199;
}
</style>
background-color css
<style>
a { background-color: #5ED199; }
a { background-color: rgb(94,209,153); }
div.DivClassName
{
background-color: #5ED199;
}
.BgClassName
{
background-color: #5ED199;
}
</style>
border-color css
<style>
span { border-color: #5ED199; }
span { border-color: rgb(94,209,153); }
td.TdClassName
{
border-color: #5ED199;
}
.TagClassName
{
border-color: #5ED199;
}
</style>