Shades of Medium Aquamarine #52D2A5
Tints of Medium Aquamarine #52D2A5
RGB
CMYK
RGB Variations
Color information
#52D2A5 (or 0x52D2A5) is known color: Medium Aquamarine. HEX triplet: 52, D2 and A5. RGB value is (82,210,165). Sum of RGB (Red+Green+Blue) = 82+210+165=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 165 (64.84% from 255 or 36.11% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #52D2A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D2A5 is #AD2D5A. Grayscale: #A6A6A6. Windows color (decimal): -11349339 or 10867282. OLE color: 10867282.
HSL color Cylindrical-coordinate representation of color #52D2A5: hue angle of 158.91º degrees, saturation: 0.59, 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 #52D2A5 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 210 | 165 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.18 |
| HSL | 158.91º | 0.59% | 0.57% | - |
| HSV(B) | 158.91º | 0.61% | 0.82% | - |
| XYZ | 33.32 | 50.6 | 43.61 | - |
| YUV | 166.6 | 127.09 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 210 | 165 | 0.61 | 0 | 0.21 | 0.18 | 158.91 | 0.59 | 0.57 |
| Hex | 52 | D2 | A5 | 3D | 0 | 15 | 12 | 9F | 3B | 39 |
| Octal | 122 | 322 | 245 | 75 | 0 | 25 | 22 | 237 | 73 | 71 |
| Binary | 1010010 | 11010010 | 10100101 | 111101 | 0 | 10101 | 10010 | 10011111 | 111011 | 111001 |
Color Harmonies of #52D2A5
Complementary color
Monochromatic Colors of #52D2A5
Black with #52D2A5
Text Example
Text Example
White with #52D2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D2A5; }
p { color: rgb(82,210,165); }
H1.HeaderClassName
{
color: #52D2A5;
}
.AnyTagClassName
{
color: #52D2A5;
}
</style>
background-color css
<style>
a { background-color: #52D2A5; }
a { background-color: rgb(82,210,165); }
div.DivClassName
{
background-color: #52D2A5;
}
.BgClassName
{
background-color: #52D2A5;
}
</style>
border-color css
<style>
span { border-color: #52D2A5; }
span { border-color: rgb(82,210,165); }
td.TdClassName
{
border-color: #52D2A5;
}
.TagClassName
{
border-color: #52D2A5;
}
</style>