Shades of Medium Aquamarine #5DFFAC
Tints of Medium Aquamarine #5DFFAC
RGB
CMYK
RGB Variations
Color information
#5DFFAC (or 0x5DFFAC) is known color: Medium Aquamarine. HEX triplet: 5D, FF and AC. RGB value is (93,255,172). Sum of RGB (Red+Green+Blue) = 93+255+172=520 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.88% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFFAC is #A20053. Grayscale: #C5C5C5. Windows color (decimal): -10616916 or 11337565. OLE color: 11337565.
HSL color Cylindrical-coordinate representation of color #5DFFAC: hue angle of 149.26º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5DFFAC is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 172 | - |
| CMYK | 0.64 | 0 | 0.33 | 0 |
| HSL | 149.26º | 1% | 0.68% | - |
| HSV(B) | 149.26º | 0.64% | 1% | - |
| XYZ | 47.72 | 76.83 | 51.34 | - |
| YUV | 197.1 | 113.83 | 53.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 172 | 0.64 | 0 | 0.33 | 0 | 149.26 | 1 | 0.68 |
| Hex | 5D | FF | AC | 40 | 0 | 21 | 0 | 95 | 64 | 44 |
| Octal | 135 | 377 | 254 | 100 | 0 | 41 | 0 | 225 | 144 | 104 |
| Binary | 1011101 | 11111111 | 10101100 | 1000000 | 0 | 100001 | 0 | 10010101 | 1100100 | 1000100 |
Color Harmonies of #5DFFAC
Complementary color
Monochromatic Colors of #5DFFAC
Black with #5DFFAC
Text Example
Text Example
White with #5DFFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFAC; }
p { color: rgb(93,255,172); }
H1.HeaderClassName
{
color: #5DFFAC;
}
.AnyTagClassName
{
color: #5DFFAC;
}
</style>
background-color css
<style>
a { background-color: #5DFFAC; }
a { background-color: rgb(93,255,172); }
div.DivClassName
{
background-color: #5DFFAC;
}
.BgClassName
{
background-color: #5DFFAC;
}
</style>
border-color css
<style>
span { border-color: #5DFFAC; }
span { border-color: rgb(93,255,172); }
td.TdClassName
{
border-color: #5DFFAC;
}
.TagClassName
{
border-color: #5DFFAC;
}
</style>