Shades of Medium Aquamarine #52D5AF
Tints of Medium Aquamarine #52D5AF
RGB
CMYK
RGB Variations
Color information
#52D5AF (or 0x52D5AF) is known color: Medium Aquamarine. HEX triplet: 52, D5 and AF. RGB value is (82,213,175). Sum of RGB (Red+Green+Blue) = 82+213+175=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 175 (68.75% from 255 or 37.23% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #52D5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D5AF is #AD2A50. Grayscale: #A9A9A9. Windows color (decimal): -11348561 or 11523410. OLE color: 11523410.
HSL color Cylindrical-coordinate representation of color #52D5AF: hue angle of 162.6º degrees, saturation: 0.61, 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 #52D5AF is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 213 | 175 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.16 |
| HSL | 162.6º | 0.61% | 0.58% | - |
| HSV(B) | 162.6º | 0.62% | 0.84% | - |
| XYZ | 35.01 | 52.48 | 48.84 | - |
| YUV | 169.5 | 131.1 | 65.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 213 | 175 | 0.62 | 0 | 0.18 | 0.16 | 162.6 | 0.61 | 0.58 |
| Hex | 52 | D5 | AF | 3E | 0 | 12 | 10 | A3 | 3D | 3A |
| Octal | 122 | 325 | 257 | 76 | 0 | 22 | 20 | 243 | 75 | 72 |
| Binary | 1010010 | 11010101 | 10101111 | 111110 | 0 | 10010 | 10000 | 10100011 | 111101 | 111010 |
Color Harmonies of #52D5AF
Complementary color
Monochromatic Colors of #52D5AF
Black with #52D5AF
Text Example
Text Example
White with #52D5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D5AF; }
p { color: rgb(82,213,175); }
H1.HeaderClassName
{
color: #52D5AF;
}
.AnyTagClassName
{
color: #52D5AF;
}
</style>
background-color css
<style>
a { background-color: #52D5AF; }
a { background-color: rgb(82,213,175); }
div.DivClassName
{
background-color: #52D5AF;
}
.BgClassName
{
background-color: #52D5AF;
}
</style>
border-color css
<style>
span { border-color: #52D5AF; }
span { border-color: rgb(82,213,175); }
td.TdClassName
{
border-color: #52D5AF;
}
.TagClassName
{
border-color: #52D5AF;
}
</style>