Shades of Medium Aquamarine #5EFDAC
Tints of Medium Aquamarine #5EFDAC
RGB
CMYK
RGB Variations
Color information
#5EFDAC (or 0x5EFDAC) is known color: Medium Aquamarine. HEX triplet: 5E, FD and AC. RGB value is (94,253,172). Sum of RGB (Red+Green+Blue) = 94+253+172=519 (68% of max value = 765). Red value is 94 (37.11% from 255 or 18.11% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #5EFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5EFDAC is #A10253. Grayscale: #C4C4C4. Windows color (decimal): -10551892 or 11337054. OLE color: 11337054.
HSL color Cylindrical-coordinate representation of color #5EFDAC: hue angle of 149.43º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5EFDAC is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 253 | 172 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.01 |
| HSL | 149.43º | 0.98% | 0.68% | - |
| HSV(B) | 149.43º | 0.63% | 0.99% | - |
| XYZ | 47.19 | 75.61 | 51.14 | - |
| YUV | 196.23 | 114.32 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 253 | 172 | 0.63 | 0 | 0.32 | 0.01 | 149.43 | 0.98 | 0.68 |
| Hex | 5E | FD | AC | 3F | 0 | 20 | 1 | 95 | 62 | 44 |
| Octal | 136 | 375 | 254 | 77 | 0 | 40 | 1 | 225 | 142 | 104 |
| Binary | 1011110 | 11111101 | 10101100 | 111111 | 0 | 100000 | 1 | 10010101 | 1100010 | 1000100 |
Color Harmonies of #5EFDAC
Complementary color
Monochromatic Colors of #5EFDAC
Black with #5EFDAC
Text Example
Text Example
White with #5EFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EFDAC; }
p { color: rgb(94,253,172); }
H1.HeaderClassName
{
color: #5EFDAC;
}
.AnyTagClassName
{
color: #5EFDAC;
}
</style>
background-color css
<style>
a { background-color: #5EFDAC; }
a { background-color: rgb(94,253,172); }
div.DivClassName
{
background-color: #5EFDAC;
}
.BgClassName
{
background-color: #5EFDAC;
}
</style>
border-color css
<style>
span { border-color: #5EFDAC; }
span { border-color: rgb(94,253,172); }
td.TdClassName
{
border-color: #5EFDAC;
}
.TagClassName
{
border-color: #5EFDAC;
}
</style>