Shades of Medium Aquamarine #5EDCAA
Tints of Medium Aquamarine #5EDCAA
RGB
CMYK
RGB Variations
Color information
#5EDCAA (or 0x5EDCAA) is known color: Medium Aquamarine. HEX triplet: 5E, DC and AA. RGB value is (94,220,170). Sum of RGB (Red+Green+Blue) = 94+220+170=484 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.42% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #5EDCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDCAA is #A12355. Grayscale: #B0B0B0. Windows color (decimal): -10560342 or 11197534. OLE color: 11197534.
HSL color Cylindrical-coordinate representation of color #5EDCAA: hue angle of 156.19º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDCAA is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 220 | 170 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.14 |
| HSL | 156.19º | 0.64% | 0.62% | - |
| HSV(B) | 156.19º | 0.57% | 0.86% | - |
| XYZ | 37.46 | 56.47 | 46.96 | - |
| YUV | 176.63 | 124.26 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 220 | 170 | 0.57 | 0 | 0.23 | 0.14 | 156.19 | 0.64 | 0.62 |
| Hex | 5E | DC | AA | 39 | 0 | 17 | E | 9C | 40 | 3E |
| Octal | 136 | 334 | 252 | 71 | 0 | 27 | 16 | 234 | 100 | 76 |
| Binary | 1011110 | 11011100 | 10101010 | 111001 | 0 | 10111 | 1110 | 10011100 | 1000000 | 111110 |
Color Harmonies of #5EDCAA
Complementary color
Monochromatic Colors of #5EDCAA
Black with #5EDCAA
Text Example
Text Example
White with #5EDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDCAA; }
p { color: rgb(94,220,170); }
H1.HeaderClassName
{
color: #5EDCAA;
}
.AnyTagClassName
{
color: #5EDCAA;
}
</style>
background-color css
<style>
a { background-color: #5EDCAA; }
a { background-color: rgb(94,220,170); }
div.DivClassName
{
background-color: #5EDCAA;
}
.BgClassName
{
background-color: #5EDCAA;
}
</style>
border-color css
<style>
span { border-color: #5EDCAA; }
span { border-color: rgb(94,220,170); }
td.TdClassName
{
border-color: #5EDCAA;
}
.TagClassName
{
border-color: #5EDCAA;
}
</style>