Shades of Medium Aquamarine #52D8A2
Tints of Medium Aquamarine #52D8A2
RGB
CMYK
RGB Variations
Color information
#52D8A2 (or 0x52D8A2) is known color: Medium Aquamarine. HEX triplet: 52, D8 and A2. RGB value is (82,216,162). Sum of RGB (Red+Green+Blue) = 82+216+162=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 162 (63.67% from 255 or 35.22% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #52D8A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D8A2 is #AD275D. Grayscale: #A9A9A9. Windows color (decimal): -11347806 or 10672210. OLE color: 10672210.
HSL color Cylindrical-coordinate representation of color #52D8A2: hue angle of 155.82º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D8A2 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 216 | 162 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.15 |
| HSL | 155.82º | 0.63% | 0.58% | - |
| HSV(B) | 155.82º | 0.62% | 0.85% | - |
| XYZ | 34.56 | 53.51 | 42.69 | - |
| YUV | 169.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 216 | 162 | 0.62 | 0 | 0.25 | 0.15 | 155.82 | 0.63 | 0.58 |
| Hex | 52 | D8 | A2 | 3E | 0 | 19 | F | 9C | 3F | 3A |
| Octal | 122 | 330 | 242 | 76 | 0 | 31 | 17 | 234 | 77 | 72 |
| Binary | 1010010 | 11011000 | 10100010 | 111110 | 0 | 11001 | 1111 | 10011100 | 111111 | 111010 |
Color Harmonies of #52D8A2
Complementary color
Monochromatic Colors of #52D8A2
Black with #52D8A2
Text Example
Text Example
White with #52D8A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D8A2; }
p { color: rgb(82,216,162); }
H1.HeaderClassName
{
color: #52D8A2;
}
.AnyTagClassName
{
color: #52D8A2;
}
</style>
background-color css
<style>
a { background-color: #52D8A2; }
a { background-color: rgb(82,216,162); }
div.DivClassName
{
background-color: #52D8A2;
}
.BgClassName
{
background-color: #52D8A2;
}
</style>
border-color css
<style>
span { border-color: #52D8A2; }
span { border-color: rgb(82,216,162); }
td.TdClassName
{
border-color: #52D8A2;
}
.TagClassName
{
border-color: #52D8A2;
}
</style>