Shades of Medium Aquamarine #5ED1AC
Tints of Medium Aquamarine #5ED1AC
RGB
CMYK
RGB Variations
Color information
#5ED1AC (or 0x5ED1AC) is known color: Medium Aquamarine. HEX triplet: 5E, D1 and AC. RGB value is (94,209,172). Sum of RGB (Red+Green+Blue) = 94+209+172=475 (62% of max value = 765). Red value is 94 (37.11% from 255 or 19.79% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #5ED1AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ED1AC is #A12E53. Grayscale: #AAAAAA. Windows color (decimal): -10563156 or 11325790. OLE color: 11325790.
HSL color Cylindrical-coordinate representation of color #5ED1AC: hue angle of 160.7º 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 #5ED1AC is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 94 | 209 | 172 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.18 |
| HSL | 160.7º | 0.56% | 0.59% | - |
| HSV(B) | 160.7º | 0.55% | 0.82% | - |
| XYZ | 34.86 | 50.96 | 47.03 | - |
| YUV | 170.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 209 | 172 | 0.55 | 0 | 0.18 | 0.18 | 160.7 | 0.56 | 0.59 |
| Hex | 5E | D1 | AC | 37 | 0 | 12 | 12 | A1 | 38 | 3B |
| Octal | 136 | 321 | 254 | 67 | 0 | 22 | 22 | 241 | 70 | 73 |
| Binary | 1011110 | 11010001 | 10101100 | 110111 | 0 | 10010 | 10010 | 10100001 | 111000 | 111011 |
Color Harmonies of #5ED1AC
Complementary color
Monochromatic Colors of #5ED1AC
Black with #5ED1AC
Text Example
Text Example
White with #5ED1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ED1AC; }
p { color: rgb(94,209,172); }
H1.HeaderClassName
{
color: #5ED1AC;
}
.AnyTagClassName
{
color: #5ED1AC;
}
</style>
background-color css
<style>
a { background-color: #5ED1AC; }
a { background-color: rgb(94,209,172); }
div.DivClassName
{
background-color: #5ED1AC;
}
.BgClassName
{
background-color: #5ED1AC;
}
</style>
border-color css
<style>
span { border-color: #5ED1AC; }
span { border-color: rgb(94,209,172); }
td.TdClassName
{
border-color: #5ED1AC;
}
.TagClassName
{
border-color: #5ED1AC;
}
</style>