Shades of Medium Aquamarine #5EDBAF
Tints of Medium Aquamarine #5EDBAF
RGB
CMYK
RGB Variations
Color information
#5EDBAF (or 0x5EDBAF) is known color: Medium Aquamarine. HEX triplet: 5E, DB and AF. RGB value is (94,219,175). Sum of RGB (Red+Green+Blue) = 94+219+175=488 (64% of max value = 765). Red value is 94 (37.11% from 255 or 19.26% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #5EDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EDBAF is #A12450. Grayscale: #B0B0B0. Windows color (decimal): -10560593 or 11524958. OLE color: 11524958.
HSL color Cylindrical-coordinate representation of color #5EDBAF: hue angle of 158.88º 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 #5EDBAF is Cyan = 0.57, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 94 | 219 | 175 | - |
| CMYK | 0.57 | 0 | 0.20 | 0.14 |
| HSL | 158.88º | 0.63% | 0.61% | - |
| HSV(B) | 158.88º | 0.57% | 0.86% | - |
| XYZ | 37.69 | 56.14 | 49.41 | - |
| YUV | 176.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 219 | 175 | 0.57 | 0 | 0.20 | 0.14 | 158.88 | 0.63 | 0.61 |
| Hex | 5E | DB | AF | 39 | 0 | 14 | E | 9F | 3F | 3D |
| Octal | 136 | 333 | 257 | 71 | 0 | 24 | 16 | 237 | 77 | 75 |
| Binary | 1011110 | 11011011 | 10101111 | 111001 | 0 | 10100 | 1110 | 10011111 | 111111 | 111101 |
Color Harmonies of #5EDBAF
Complementary color
Monochromatic Colors of #5EDBAF
Black with #5EDBAF
Text Example
Text Example
White with #5EDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EDBAF; }
p { color: rgb(94,219,175); }
H1.HeaderClassName
{
color: #5EDBAF;
}
.AnyTagClassName
{
color: #5EDBAF;
}
</style>
background-color css
<style>
a { background-color: #5EDBAF; }
a { background-color: rgb(94,219,175); }
div.DivClassName
{
background-color: #5EDBAF;
}
.BgClassName
{
background-color: #5EDBAF;
}
</style>
border-color css
<style>
span { border-color: #5EDBAF; }
span { border-color: rgb(94,219,175); }
td.TdClassName
{
border-color: #5EDBAF;
}
.TagClassName
{
border-color: #5EDBAF;
}
</style>