Shades of Medium Aquamarine #52D6AF
Tints of Medium Aquamarine #52D6AF
RGB
CMYK
RGB Variations
Color information
#52D6AF (or 0x52D6AF) is known color: Medium Aquamarine. HEX triplet: 52, D6 and AF. RGB value is (82,214,175). Sum of RGB (Red+Green+Blue) = 82+214+175=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #52D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D6AF is #AD2950. Grayscale: #AAAAAA. Windows color (decimal): -11348305 or 11523666. OLE color: 11523666.
HSL color Cylindrical-coordinate representation of color #52D6AF: hue angle of 162.27º 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 #52D6AF is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 175 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.16 |
| HSL | 162.27º | 0.62% | 0.58% | - |
| HSV(B) | 162.27º | 0.62% | 0.84% | - |
| XYZ | 35.26 | 52.98 | 48.93 | - |
| YUV | 170.09 | 130.77 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 175 | 0.62 | 0 | 0.18 | 0.16 | 162.27 | 0.62 | 0.58 |
| Hex | 52 | D6 | AF | 3E | 0 | 12 | 10 | A2 | 3E | 3A |
| Octal | 122 | 326 | 257 | 76 | 0 | 22 | 20 | 242 | 76 | 72 |
| Binary | 1010010 | 11010110 | 10101111 | 111110 | 0 | 10010 | 10000 | 10100010 | 111110 | 111010 |
Color Harmonies of #52D6AF
Complementary color
Monochromatic Colors of #52D6AF
Black with #52D6AF
Text Example
Text Example
White with #52D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D6AF; }
p { color: rgb(82,214,175); }
H1.HeaderClassName
{
color: #52D6AF;
}
.AnyTagClassName
{
color: #52D6AF;
}
</style>
background-color css
<style>
a { background-color: #52D6AF; }
a { background-color: rgb(82,214,175); }
div.DivClassName
{
background-color: #52D6AF;
}
.BgClassName
{
background-color: #52D6AF;
}
</style>
border-color css
<style>
span { border-color: #52D6AF; }
span { border-color: rgb(82,214,175); }
td.TdClassName
{
border-color: #52D6AF;
}
.TagClassName
{
border-color: #52D6AF;
}
</style>