Shades of Medium Aquamarine #52D1A3
Tints of Medium Aquamarine #52D1A3
RGB
CMYK
RGB Variations
Color information
#52D1A3 (or 0x52D1A3) is known color: Medium Aquamarine. HEX triplet: 52, D1 and A3. RGB value is (82,209,163). Sum of RGB (Red+Green+Blue) = 82+209+163=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 163 (64.06% from 255 or 35.90% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #52D1A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D1A3 is #AD2E5C. Grayscale: #A5A5A5. Windows color (decimal): -11349597 or 10735954. OLE color: 10735954.
HSL color Cylindrical-coordinate representation of color #52D1A3: hue angle of 158.27º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D1A3 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 209 | 163 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.18 |
| HSL | 158.27º | 0.58% | 0.57% | - |
| HSV(B) | 158.27º | 0.61% | 0.82% | - |
| XYZ | 32.89 | 50.04 | 42.58 | - |
| YUV | 165.78 | 126.42 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 209 | 163 | 0.61 | 0 | 0.22 | 0.18 | 158.27 | 0.58 | 0.57 |
| Hex | 52 | D1 | A3 | 3D | 0 | 16 | 12 | 9E | 3A | 39 |
| Octal | 122 | 321 | 243 | 75 | 0 | 26 | 22 | 236 | 72 | 71 |
| Binary | 1010010 | 11010001 | 10100011 | 111101 | 0 | 10110 | 10010 | 10011110 | 111010 | 111001 |
Color Harmonies of #52D1A3
Complementary color
Monochromatic Colors of #52D1A3
Black with #52D1A3
Text Example
Text Example
White with #52D1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D1A3; }
p { color: rgb(82,209,163); }
H1.HeaderClassName
{
color: #52D1A3;
}
.AnyTagClassName
{
color: #52D1A3;
}
</style>
background-color css
<style>
a { background-color: #52D1A3; }
a { background-color: rgb(82,209,163); }
div.DivClassName
{
background-color: #52D1A3;
}
.BgClassName
{
background-color: #52D1A3;
}
</style>
border-color css
<style>
span { border-color: #52D1A3; }
span { border-color: rgb(82,209,163); }
td.TdClassName
{
border-color: #52D1A3;
}
.TagClassName
{
border-color: #52D1A3;
}
</style>