Shades of Medium Aquamarine #5DFDAA
Tints of Medium Aquamarine #5DFDAA
RGB
CMYK
RGB Variations
Color information
#5DFDAA (or 0x5DFDAA) is known color: Medium Aquamarine. HEX triplet: 5D, FD and AA. RGB value is (93,253,170). Sum of RGB (Red+Green+Blue) = 93+253+170=516 (68% of max value = 765). Red value is 93 (36.72% from 255 or 18.02% from 516); Green value is 253 (99.22% from 255 or 49.03% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFDAA is #A20255. Grayscale: #C3C3C3. Windows color (decimal): -10617430 or 11205981. OLE color: 11205981.
HSL color Cylindrical-coordinate representation of color #5DFDAA: hue angle of 148.88º 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 #5DFDAA is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 170 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.01 |
| HSL | 148.88º | 0.98% | 0.68% | - |
| HSV(B) | 148.88º | 0.63% | 0.99% | - |
| XYZ | 46.9 | 75.48 | 50.13 | - |
| YUV | 195.7 | 113.49 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 170 | 0.63 | 0 | 0.33 | 0.01 | 148.88 | 0.98 | 0.68 |
| Hex | 5D | FD | AA | 3F | 0 | 21 | 1 | 95 | 62 | 44 |
| Octal | 135 | 375 | 252 | 77 | 0 | 41 | 1 | 225 | 142 | 104 |
| Binary | 1011101 | 11111101 | 10101010 | 111111 | 0 | 100001 | 1 | 10010101 | 1100010 | 1000100 |
Color Harmonies of #5DFDAA
Complementary color
Monochromatic Colors of #5DFDAA
Black with #5DFDAA
Text Example
Text Example
White with #5DFDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDAA; }
p { color: rgb(93,253,170); }
H1.HeaderClassName
{
color: #5DFDAA;
}
.AnyTagClassName
{
color: #5DFDAA;
}
</style>
background-color css
<style>
a { background-color: #5DFDAA; }
a { background-color: rgb(93,253,170); }
div.DivClassName
{
background-color: #5DFDAA;
}
.BgClassName
{
background-color: #5DFDAA;
}
</style>
border-color css
<style>
span { border-color: #5DFDAA; }
span { border-color: rgb(93,253,170); }
td.TdClassName
{
border-color: #5DFDAA;
}
.TagClassName
{
border-color: #5DFDAA;
}
</style>