Shades of Medium Aquamarine #52D6B2
Tints of Medium Aquamarine #52D6B2
RGB
CMYK
RGB Variations
Color information
#52D6B2 (or 0x52D6B2) is known color: Medium Aquamarine. HEX triplet: 52, D6 and B2. RGB value is (82,214,178). Sum of RGB (Red+Green+Blue) = 82+214+178=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #52D6B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D6B2 is #AD294D. Grayscale: #AAAAAA. Windows color (decimal): -11348302 or 11720274. OLE color: 11720274.
HSL color Cylindrical-coordinate representation of color #52D6B2: hue angle of 163.64º 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 #52D6B2 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 214 | 178 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.16 |
| HSL | 163.64º | 0.62% | 0.58% | - |
| HSV(B) | 163.64º | 0.62% | 0.84% | - |
| XYZ | 35.56 | 53.1 | 50.49 | - |
| YUV | 170.43 | 132.27 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 214 | 178 | 0.62 | 0 | 0.17 | 0.16 | 163.64 | 0.62 | 0.58 |
| Hex | 52 | D6 | B2 | 3E | 0 | 11 | 10 | A4 | 3E | 3A |
| Octal | 122 | 326 | 262 | 76 | 0 | 21 | 20 | 244 | 76 | 72 |
| Binary | 1010010 | 11010110 | 10110010 | 111110 | 0 | 10001 | 10000 | 10100100 | 111110 | 111010 |
Color Harmonies of #52D6B2
Complementary color
Monochromatic Colors of #52D6B2
Black with #52D6B2
Text Example
Text Example
White with #52D6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D6B2; }
p { color: rgb(82,214,178); }
H1.HeaderClassName
{
color: #52D6B2;
}
.AnyTagClassName
{
color: #52D6B2;
}
</style>
background-color css
<style>
a { background-color: #52D6B2; }
a { background-color: rgb(82,214,178); }
div.DivClassName
{
background-color: #52D6B2;
}
.BgClassName
{
background-color: #52D6B2;
}
</style>
border-color css
<style>
span { border-color: #52D6B2; }
span { border-color: rgb(82,214,178); }
td.TdClassName
{
border-color: #52D6B2;
}
.TagClassName
{
border-color: #52D6B2;
}
</style>