Shades of Medium Aquamarine #52D7A1
Tints of Medium Aquamarine #52D7A1
RGB
CMYK
RGB Variations
Color information
#52D7A1 (or 0x52D7A1) is known color: Medium Aquamarine. HEX triplet: 52, D7 and A1. RGB value is (82,215,161). Sum of RGB (Red+Green+Blue) = 82+215+161=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 215 (84.38% from 255 or 46.94% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 215 - color contains mainly: green. Hex color #52D7A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D7A1 is #AD285E. Grayscale: #A9A9A9. Windows color (decimal): -11348063 or 10606418. OLE color: 10606418.
HSL color Cylindrical-coordinate representation of color #52D7A1: hue angle of 155.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D7A1 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 161 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.16 |
| HSL | 155.64º | 0.62% | 0.58% | - |
| HSV(B) | 155.64º | 0.62% | 0.84% | - |
| XYZ | 34.21 | 52.97 | 42.14 | - |
| YUV | 169.08 | 123.44 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 161 | 0.62 | 0 | 0.25 | 0.16 | 155.64 | 0.62 | 0.58 |
| Hex | 52 | D7 | A1 | 3E | 0 | 19 | 10 | 9C | 3E | 3A |
| Octal | 122 | 327 | 241 | 76 | 0 | 31 | 20 | 234 | 76 | 72 |
| Binary | 1010010 | 11010111 | 10100001 | 111110 | 0 | 11001 | 10000 | 10011100 | 111110 | 111010 |
Color Harmonies of #52D7A1
Complementary color
Monochromatic Colors of #52D7A1
Black with #52D7A1
Text Example
Text Example
White with #52D7A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D7A1; }
p { color: rgb(82,215,161); }
H1.HeaderClassName
{
color: #52D7A1;
}
.AnyTagClassName
{
color: #52D7A1;
}
</style>
background-color css
<style>
a { background-color: #52D7A1; }
a { background-color: rgb(82,215,161); }
div.DivClassName
{
background-color: #52D7A1;
}
.BgClassName
{
background-color: #52D7A1;
}
</style>
border-color css
<style>
span { border-color: #52D7A1; }
span { border-color: rgb(82,215,161); }
td.TdClassName
{
border-color: #52D7A1;
}
.TagClassName
{
border-color: #52D7A1;
}
</style>