Shades of Medium Aquamarine #52D7A3
Tints of Medium Aquamarine #52D7A3
RGB
CMYK
RGB Variations
Color information
#52D7A3 (or 0x52D7A3) is known color: Medium Aquamarine. HEX triplet: 52, D7 and A3. RGB value is (82,215,163). Sum of RGB (Red+Green+Blue) = 82+215+163=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #52D7A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D7A3 is #AD285C. Grayscale: #A9A9A9. Windows color (decimal): -11348061 or 10737490. OLE color: 10737490.
HSL color Cylindrical-coordinate representation of color #52D7A3: hue angle of 156.54º 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 #52D7A3 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 163 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.16 |
| HSL | 156.54º | 0.62% | 0.58% | - |
| HSV(B) | 156.54º | 0.62% | 0.84% | - |
| XYZ | 34.39 | 53.04 | 43.08 | - |
| YUV | 169.31 | 124.44 | 65.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 163 | 0.62 | 0 | 0.24 | 0.16 | 156.54 | 0.62 | 0.58 |
| Hex | 52 | D7 | A3 | 3E | 0 | 18 | 10 | 9D | 3E | 3A |
| Octal | 122 | 327 | 243 | 76 | 0 | 30 | 20 | 235 | 76 | 72 |
| Binary | 1010010 | 11010111 | 10100011 | 111110 | 0 | 11000 | 10000 | 10011101 | 111110 | 111010 |
Color Harmonies of #52D7A3
Complementary color
Monochromatic Colors of #52D7A3
Black with #52D7A3
Text Example
Text Example
White with #52D7A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D7A3; }
p { color: rgb(82,215,163); }
H1.HeaderClassName
{
color: #52D7A3;
}
.AnyTagClassName
{
color: #52D7A3;
}
</style>
background-color css
<style>
a { background-color: #52D7A3; }
a { background-color: rgb(82,215,163); }
div.DivClassName
{
background-color: #52D7A3;
}
.BgClassName
{
background-color: #52D7A3;
}
</style>
border-color css
<style>
span { border-color: #52D7A3; }
span { border-color: rgb(82,215,163); }
td.TdClassName
{
border-color: #52D7A3;
}
.TagClassName
{
border-color: #52D7A3;
}
</style>