Shades of Medium Aquamarine #5ED4AC
Tints of Medium Aquamarine #5ED4AC
RGB
CMYK
RGB Variations
Color information
#5ED4AC (or 0x5ED4AC) is known color: Medium Aquamarine. HEX triplet: 5E, D4 and AC. RGB value is (94,212,172). Sum of RGB (Red+Green+Blue) = 94+212+172=478 (63% of max value = 765). Red value is 94 (37.11% from 255 or 19.67% from 478); Green value is 212 (83.20% from 255 or 44.35% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 212 - color contains mainly: green. Hex color #5ED4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED4AC is #A12B53. Grayscale: #ACACAC. Windows color (decimal): -10562388 or 11326558. OLE color: 11326558.
HSL color Cylindrical-coordinate representation of color #5ED4AC: hue angle of 159.66º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ED4AC is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 94 | 212 | 172 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.17 |
| HSL | 159.66º | 0.58% | 0.6% | - |
| HSV(B) | 159.66º | 0.56% | 0.83% | - |
| XYZ | 35.61 | 52.45 | 47.28 | - |
| YUV | 172.16 | 127.91 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 212 | 172 | 0.56 | 0 | 0.19 | 0.17 | 159.66 | 0.58 | 0.6 |
| Hex | 5E | D4 | AC | 38 | 0 | 13 | 11 | A0 | 3A | 3C |
| Octal | 136 | 324 | 254 | 70 | 0 | 23 | 21 | 240 | 72 | 74 |
| Binary | 1011110 | 11010100 | 10101100 | 111000 | 0 | 10011 | 10001 | 10100000 | 111010 | 111100 |
Color Harmonies of #5ED4AC
Complementary color
Monochromatic Colors of #5ED4AC
Black with #5ED4AC
Text Example
Text Example
White with #5ED4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED4AC; }
p { color: rgb(94,212,172); }
H1.HeaderClassName
{
color: #5ED4AC;
}
.AnyTagClassName
{
color: #5ED4AC;
}
</style>
background-color css
<style>
a { background-color: #5ED4AC; }
a { background-color: rgb(94,212,172); }
div.DivClassName
{
background-color: #5ED4AC;
}
.BgClassName
{
background-color: #5ED4AC;
}
</style>
border-color css
<style>
span { border-color: #5ED4AC; }
span { border-color: rgb(94,212,172); }
td.TdClassName
{
border-color: #5ED4AC;
}
.TagClassName
{
border-color: #5ED4AC;
}
</style>