Shades of Medium Aquamarine #5DFEAC
Tints of Medium Aquamarine #5DFEAC
RGB
CMYK
RGB Variations
Color information
#5DFEAC (or 0x5DFEAC) is known color: Medium Aquamarine. HEX triplet: 5D, FE and AC. RGB value is (93,254,172). Sum of RGB (Red+Green+Blue) = 93+254+172=519 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.92% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #5DFEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFEAC is #A20153. Grayscale: #C4C4C4. Windows color (decimal): -10617172 or 11337309. OLE color: 11337309.
HSL color Cylindrical-coordinate representation of color #5DFEAC: hue angle of 149.44º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFEAC is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 93 | 254 | 172 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.00 |
| HSL | 149.44º | 0.99% | 0.68% | - |
| HSV(B) | 149.44º | 0.63% | 1% | - |
| XYZ | 47.4 | 76.19 | 51.24 | - |
| YUV | 196.51 | 114.16 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 254 | 172 | 0.63 | 0 | 0.32 | 0.00 | 149.44 | 0.99 | 0.68 |
| Hex | 5D | FE | AC | 3F | 0 | 20 | 0 | 95 | 63 | 44 |
| Octal | 135 | 376 | 254 | 77 | 0 | 40 | 0 | 225 | 143 | 104 |
| Binary | 1011101 | 11111110 | 10101100 | 111111 | 0 | 100000 | 0 | 10010101 | 1100011 | 1000100 |
Color Harmonies of #5DFEAC
Complementary color
Monochromatic Colors of #5DFEAC
Black with #5DFEAC
Text Example
Text Example
White with #5DFEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFEAC; }
p { color: rgb(93,254,172); }
H1.HeaderClassName
{
color: #5DFEAC;
}
.AnyTagClassName
{
color: #5DFEAC;
}
</style>
background-color css
<style>
a { background-color: #5DFEAC; }
a { background-color: rgb(93,254,172); }
div.DivClassName
{
background-color: #5DFEAC;
}
.BgClassName
{
background-color: #5DFEAC;
}
</style>
border-color css
<style>
span { border-color: #5DFEAC; }
span { border-color: rgb(93,254,172); }
td.TdClassName
{
border-color: #5DFEAC;
}
.TagClassName
{
border-color: #5DFEAC;
}
</style>