Shades of Medium Aquamarine #5EDEAC
Tints of Medium Aquamarine #5EDEAC
RGB
CMYK
RGB Variations
Color information
#5EDEAC (or 0x5EDEAC) is known color: Medium Aquamarine. HEX triplet: 5E, DE and AC. RGB value is (94,222,172). Sum of RGB (Red+Green+Blue) = 94+222+172=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #5EDEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDEAC is #A12153. Grayscale: #B2B2B2. Windows color (decimal): -10559828 or 11329118. OLE color: 11329118.
HSL color Cylindrical-coordinate representation of color #5EDEAC: hue angle of 156.56º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5EDEAC is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 222 | 172 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.13 |
| HSL | 156.56º | 0.66% | 0.62% | - |
| HSV(B) | 156.56º | 0.58% | 0.87% | - |
| XYZ | 38.18 | 57.6 | 48.14 | - |
| YUV | 178.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 222 | 172 | 0.58 | 0 | 0.23 | 0.13 | 156.56 | 0.66 | 0.62 |
| Hex | 5E | DE | AC | 3A | 0 | 17 | D | 9D | 42 | 3E |
| Octal | 136 | 336 | 254 | 72 | 0 | 27 | 15 | 235 | 102 | 76 |
| Binary | 1011110 | 11011110 | 10101100 | 111010 | 0 | 10111 | 1101 | 10011101 | 1000010 | 111110 |
Color Harmonies of #5EDEAC
Complementary color
Monochromatic Colors of #5EDEAC
Black with #5EDEAC
Text Example
Text Example
White with #5EDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDEAC; }
p { color: rgb(94,222,172); }
H1.HeaderClassName
{
color: #5EDEAC;
}
.AnyTagClassName
{
color: #5EDEAC;
}
</style>
background-color css
<style>
a { background-color: #5EDEAC; }
a { background-color: rgb(94,222,172); }
div.DivClassName
{
background-color: #5EDEAC;
}
.BgClassName
{
background-color: #5EDEAC;
}
</style>
border-color css
<style>
span { border-color: #5EDEAC; }
span { border-color: rgb(94,222,172); }
td.TdClassName
{
border-color: #5EDEAC;
}
.TagClassName
{
border-color: #5EDEAC;
}
</style>