Shades of Medium Aquamarine #5DFDAC
Tints of Medium Aquamarine #5DFDAC
RGB
CMYK
RGB Variations
Color information
#5DFDAC (or 0x5DFDAC) is known color: Medium Aquamarine. HEX triplet: 5D, FD and AC. RGB value is (93,253,172). Sum of RGB (Red+Green+Blue) = 93+253+172=518 (68% of max value = 765). Red value is 93 (36.72% from 255 or 17.95% from 518); Green value is 253 (99.22% from 255 or 48.84% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFDAC is #A20253. Grayscale: #C4C4C4. Windows color (decimal): -10617428 or 11337053. OLE color: 11337053.
HSL color Cylindrical-coordinate representation of color #5DFDAC: hue angle of 149.62º 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 #5DFDAC is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 172 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.01 |
| HSL | 149.63º | 0.98% | 0.68% | - |
| HSV(B) | 149.63º | 0.63% | 0.99% | - |
| XYZ | 47.09 | 75.56 | 51.13 | - |
| YUV | 195.93 | 114.49 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 172 | 0.63 | 0 | 0.32 | 0.01 | 149.63 | 0.98 | 0.68 |
| Hex | 5D | FD | AC | 3F | 0 | 20 | 1 | 96 | 62 | 44 |
| Octal | 135 | 375 | 254 | 77 | 0 | 40 | 1 | 226 | 142 | 104 |
| Binary | 1011101 | 11111101 | 10101100 | 111111 | 0 | 100000 | 1 | 10010110 | 1100010 | 1000100 |
Color Harmonies of #5DFDAC
Complementary color
Monochromatic Colors of #5DFDAC
Black with #5DFDAC
Text Example
Text Example
White with #5DFDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDAC; }
p { color: rgb(93,253,172); }
H1.HeaderClassName
{
color: #5DFDAC;
}
.AnyTagClassName
{
color: #5DFDAC;
}
</style>
background-color css
<style>
a { background-color: #5DFDAC; }
a { background-color: rgb(93,253,172); }
div.DivClassName
{
background-color: #5DFDAC;
}
.BgClassName
{
background-color: #5DFDAC;
}
</style>
border-color css
<style>
span { border-color: #5DFDAC; }
span { border-color: rgb(93,253,172); }
td.TdClassName
{
border-color: #5DFDAC;
}
.TagClassName
{
border-color: #5DFDAC;
}
</style>