Shades of Medium Aquamarine #52CEA0
Tints of Medium Aquamarine #52CEA0
RGB
CMYK
RGB Variations
Color information
#52CEA0 (or 0x52CEA0) is known color: Medium Aquamarine. HEX triplet: 52, CE and A0. RGB value is (82,206,160). Sum of RGB (Red+Green+Blue) = 82+206+160=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 206 (80.86% from 255 or 45.98% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEA0 is #AD315F. Grayscale: #A3A3A3. Windows color (decimal): -11350368 or 10538578. OLE color: 10538578.
HSL color Cylindrical-coordinate representation of color #52CEA0: hue angle of 157.74º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEA0 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 160 | - |
| CMYK | 0.60 | 0 | 0.22 | 0.19 |
| HSL | 157.74º | 0.56% | 0.56% | - |
| HSV(B) | 157.74º | 0.6% | 0.81% | - |
| XYZ | 31.9 | 48.47 | 40.93 | - |
| YUV | 163.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 160 | 0.60 | 0 | 0.22 | 0.19 | 157.74 | 0.56 | 0.56 |
| Hex | 52 | CE | A0 | 3C | 0 | 16 | 13 | 9E | 38 | 38 |
| Octal | 122 | 316 | 240 | 74 | 0 | 26 | 23 | 236 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10100000 | 111100 | 0 | 10110 | 10011 | 10011110 | 111000 | 111000 |
Color Harmonies of #52CEA0
Complementary color
Monochromatic Colors of #52CEA0
Black with #52CEA0
Text Example
Text Example
White with #52CEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEA0; }
p { color: rgb(82,206,160); }
H1.HeaderClassName
{
color: #52CEA0;
}
.AnyTagClassName
{
color: #52CEA0;
}
</style>
background-color css
<style>
a { background-color: #52CEA0; }
a { background-color: rgb(82,206,160); }
div.DivClassName
{
background-color: #52CEA0;
}
.BgClassName
{
background-color: #52CEA0;
}
</style>
border-color css
<style>
span { border-color: #52CEA0; }
span { border-color: rgb(82,206,160); }
td.TdClassName
{
border-color: #52CEA0;
}
.TagClassName
{
border-color: #52CEA0;
}
</style>