Shades of Medium Aquamarine #52CEA6
Tints of Medium Aquamarine #52CEA6
RGB
CMYK
RGB Variations
Color information
#52CEA6 (or 0x52CEA6) is known color: Medium Aquamarine. HEX triplet: 52, CE and A6. RGB value is (82,206,166). Sum of RGB (Red+Green+Blue) = 82+206+166=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 166 (65.23% from 255 or 36.56% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEA6 is #AD3159. Grayscale: #A4A4A4. Windows color (decimal): -11350362 or 10931794. OLE color: 10931794.
HSL color Cylindrical-coordinate representation of color #52CEA6: hue angle of 160.65º 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 #52CEA6 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 166 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.19 |
| HSL | 160.65º | 0.56% | 0.56% | - |
| HSV(B) | 160.65º | 0.6% | 0.81% | - |
| XYZ | 32.43 | 48.69 | 43.76 | - |
| YUV | 164.36 | 128.92 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 166 | 0.60 | 0 | 0.19 | 0.19 | 160.65 | 0.56 | 0.56 |
| Hex | 52 | CE | A6 | 3C | 0 | 13 | 13 | A1 | 38 | 38 |
| Octal | 122 | 316 | 246 | 74 | 0 | 23 | 23 | 241 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10100110 | 111100 | 0 | 10011 | 10011 | 10100001 | 111000 | 111000 |
Color Harmonies of #52CEA6
Complementary color
Monochromatic Colors of #52CEA6
Black with #52CEA6
Text Example
Text Example
White with #52CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEA6; }
p { color: rgb(82,206,166); }
H1.HeaderClassName
{
color: #52CEA6;
}
.AnyTagClassName
{
color: #52CEA6;
}
</style>
background-color css
<style>
a { background-color: #52CEA6; }
a { background-color: rgb(82,206,166); }
div.DivClassName
{
background-color: #52CEA6;
}
.BgClassName
{
background-color: #52CEA6;
}
</style>
border-color css
<style>
span { border-color: #52CEA6; }
span { border-color: rgb(82,206,166); }
td.TdClassName
{
border-color: #52CEA6;
}
.TagClassName
{
border-color: #52CEA6;
}
</style>