Aquamarine Hex Code — #7FFFD4
RGB, HSL, and CMYK values for Aquamarine.
Aquamarine Color Values
| Format | Value |
|---|---|
| HEX | #7FFFD4 |
| RGB | rgb(127, 255, 212) |
| HSL | hsl(160, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 17%, 0%) |
Want to explore more shades? Use our Color Converter
About Aquamarine
Color psychology: Protection, healing.
Aquamarine (#7FFFD4) is a light shade of blue. It's commonly used in web design, graphic design, and branding where protection, healing are desired associations.
How to Use Aquamarine in CSS
/* Using HEX */ color: #7FFFD4; background-color: #7FFFD4; /* Using RGB */ color: rgb(127, 255, 212); /* Using HSL */ color: hsl(160, 100%, 75%);