Shades of Medium Aquamarine #5DFFAD
Tints of Medium Aquamarine #5DFFAD
RGB
CMYK
RGB Variations
Color information
#5DFFAD (or 0x5DFFAD) is known color: Medium Aquamarine. HEX triplet: 5D, FF and AD. RGB value is (93,255,173). Sum of RGB (Red+Green+Blue) = 93+255+173=521 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.85% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 173 (67.97% from 255 or 33.21% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #5DFFAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFFAD is #A20052. Grayscale: #C5C5C5. Windows color (decimal): -10616915 or 11403101. OLE color: 11403101.
HSL color Cylindrical-coordinate representation of color #5DFFAD: hue angle of 149.63º 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 #5DFFAD is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 93 | 255 | 173 | - |
| CMYK | 0.64 | 0 | 0.32 | 0 |
| HSL | 149.63º | 1% | 0.68% | - |
| HSV(B) | 149.63º | 0.64% | 1% | - |
| XYZ | 47.82 | 76.86 | 51.85 | - |
| YUV | 197.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 255 | 173 | 0.64 | 0 | 0.32 | 0 | 149.63 | 1 | 0.68 |
| Hex | 5D | FF | AD | 40 | 0 | 20 | 0 | 96 | 64 | 44 |
| Octal | 135 | 377 | 255 | 100 | 0 | 40 | 0 | 226 | 144 | 104 |
| Binary | 1011101 | 11111111 | 10101101 | 1000000 | 0 | 100000 | 0 | 10010110 | 1100100 | 1000100 |
Color Harmonies of #5DFFAD
Complementary color
Monochromatic Colors of #5DFFAD
Black with #5DFFAD
Text Example
Text Example
White with #5DFFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFFAD; }
p { color: rgb(93,255,173); }
H1.HeaderClassName
{
color: #5DFFAD;
}
.AnyTagClassName
{
color: #5DFFAD;
}
</style>
background-color css
<style>
a { background-color: #5DFFAD; }
a { background-color: rgb(93,255,173); }
div.DivClassName
{
background-color: #5DFFAD;
}
.BgClassName
{
background-color: #5DFFAD;
}
</style>
border-color css
<style>
span { border-color: #5DFFAD; }
span { border-color: rgb(93,255,173); }
td.TdClassName
{
border-color: #5DFFAD;
}
.TagClassName
{
border-color: #5DFFAD;
}
</style>