Shades of Medium Aquamarine #5EDBAC
Tints of Medium Aquamarine #5EDBAC
RGB
CMYK
RGB Variations
Color information
#5EDBAC (or 0x5EDBAC) is known color: Medium Aquamarine. HEX triplet: 5E, DB and AC. RGB value is (94,219,172). Sum of RGB (Red+Green+Blue) = 94+219+172=485 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.38% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBAC is #A12453. Grayscale: #B0B0B0. Windows color (decimal): -10560596 or 11328350. OLE color: 11328350.
HSL color Cylindrical-coordinate representation of color #5EDBAC: hue angle of 157.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5EDBAC is Cyan = 0.57, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 172 | - |
| CMYK | 0.57 | 0 | 0.21 | 0.14 |
| HSL | 157.44º | 0.63% | 0.61% | - |
| HSV(B) | 157.44º | 0.57% | 0.86% | - |
| XYZ | 37.39 | 56.02 | 47.87 | - |
| YUV | 176.27 | 125.59 | 69.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 172 | 0.57 | 0 | 0.21 | 0.14 | 157.44 | 0.63 | 0.61 |
| Hex | 5E | DB | AC | 39 | 0 | 15 | E | 9D | 3F | 3D |
| Octal | 136 | 333 | 254 | 71 | 0 | 25 | 16 | 235 | 77 | 75 |
| Binary | 1011110 | 11011011 | 10101100 | 111001 | 0 | 10101 | 1110 | 10011101 | 111111 | 111101 |
Color Harmonies of #5EDBAC
Complementary color
Monochromatic Colors of #5EDBAC
Black with #5EDBAC
Text Example
Text Example
White with #5EDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBAC; }
p { color: rgb(94,219,172); }
H1.HeaderClassName
{
color: #5EDBAC;
}
.AnyTagClassName
{
color: #5EDBAC;
}
</style>
background-color css
<style>
a { background-color: #5EDBAC; }
a { background-color: rgb(94,219,172); }
div.DivClassName
{
background-color: #5EDBAC;
}
.BgClassName
{
background-color: #5EDBAC;
}
</style>
border-color css
<style>
span { border-color: #5EDBAC; }
span { border-color: rgb(94,219,172); }
td.TdClassName
{
border-color: #5EDBAC;
}
.TagClassName
{
border-color: #5EDBAC;
}
</style>