Shades of Medium Aquamarine #5DFDA5
Tints of Medium Aquamarine #5DFDA5
RGB
CMYK
RGB Variations
Color information
#5DFDA5 (or 0x5DFDA5) is known color: Medium Aquamarine. HEX triplet: 5D, FD and A5. RGB value is (93,253,165). Sum of RGB (Red+Green+Blue) = 93+253+165=511 (67% of max value = 765). Red value is 93 (36.72% from 255 or 18.20% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFDA5 is #A2025A. Grayscale: #C3C3C3. Windows color (decimal): -10617435 or 10878301. OLE color: 10878301.
HSL color Cylindrical-coordinate representation of color #5DFDA5: hue angle of 147º 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 #5DFDA5 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 93 | 253 | 165 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.01 |
| HSL | 147º | 0.98% | 0.68% | - |
| HSV(B) | 147º | 0.63% | 0.99% | - |
| XYZ | 46.43 | 75.29 | 47.68 | - |
| YUV | 195.13 | 110.99 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 253 | 165 | 0.63 | 0 | 0.35 | 0.01 | 147 | 0.98 | 0.68 |
| Hex | 5D | FD | A5 | 3F | 0 | 23 | 1 | 93 | 62 | 44 |
| Octal | 135 | 375 | 245 | 77 | 0 | 43 | 1 | 223 | 142 | 104 |
| Binary | 1011101 | 11111101 | 10100101 | 111111 | 0 | 100011 | 1 | 10010011 | 1100010 | 1000100 |
Color Harmonies of #5DFDA5
Complementary color
Monochromatic Colors of #5DFDA5
Black with #5DFDA5
Text Example
Text Example
White with #5DFDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DFDA5; }
p { color: rgb(93,253,165); }
H1.HeaderClassName
{
color: #5DFDA5;
}
.AnyTagClassName
{
color: #5DFDA5;
}
</style>
background-color css
<style>
a { background-color: #5DFDA5; }
a { background-color: rgb(93,253,165); }
div.DivClassName
{
background-color: #5DFDA5;
}
.BgClassName
{
background-color: #5DFDA5;
}
</style>
border-color css
<style>
span { border-color: #5DFDA5; }
span { border-color: rgb(93,253,165); }
td.TdClassName
{
border-color: #5DFDA5;
}
.TagClassName
{
border-color: #5DFDA5;
}
</style>