Shades of Medium Aquamarine #5ED3AD
Tints of Medium Aquamarine #5ED3AD
RGB
CMYK
RGB Variations
Color information
#5ED3AD (or 0x5ED3AD) is known color: Medium Aquamarine. HEX triplet: 5E, D3 and AD. RGB value is (94,211,173). Sum of RGB (Red+Green+Blue) = 94+211+173=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #5ED3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED3AD is #A12C52. Grayscale: #ABABAB. Windows color (decimal): -10562643 or 11391838. OLE color: 11391838.
HSL color Cylindrical-coordinate representation of color #5ED3AD: hue angle of 160.51º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ED3AD is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 211 | 173 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.17 |
| HSL | 160.51º | 0.57% | 0.6% | - |
| HSV(B) | 160.51º | 0.55% | 0.83% | - |
| XYZ | 35.45 | 51.99 | 47.7 | - |
| YUV | 171.69 | 128.74 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 211 | 173 | 0.55 | 0 | 0.18 | 0.17 | 160.51 | 0.57 | 0.6 |
| Hex | 5E | D3 | AD | 37 | 0 | 12 | 11 | A1 | 39 | 3C |
| Octal | 136 | 323 | 255 | 67 | 0 | 22 | 21 | 241 | 71 | 74 |
| Binary | 1011110 | 11010011 | 10101101 | 110111 | 0 | 10010 | 10001 | 10100001 | 111001 | 111100 |
Color Harmonies of #5ED3AD
Complementary color
Monochromatic Colors of #5ED3AD
Black with #5ED3AD
Text Example
Text Example
White with #5ED3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED3AD; }
p { color: rgb(94,211,173); }
H1.HeaderClassName
{
color: #5ED3AD;
}
.AnyTagClassName
{
color: #5ED3AD;
}
</style>
background-color css
<style>
a { background-color: #5ED3AD; }
a { background-color: rgb(94,211,173); }
div.DivClassName
{
background-color: #5ED3AD;
}
.BgClassName
{
background-color: #5ED3AD;
}
</style>
border-color css
<style>
span { border-color: #5ED3AD; }
span { border-color: rgb(94,211,173); }
td.TdClassName
{
border-color: #5ED3AD;
}
.TagClassName
{
border-color: #5ED3AD;
}
</style>