Shades of Medium Aquamarine #52CEAC
Tints of Medium Aquamarine #52CEAC
RGB
CMYK
RGB Variations
Color information
#52CEAC (or 0x52CEAC) is known color: Medium Aquamarine. HEX triplet: 52, CE and AC. RGB value is (82,206,172). Sum of RGB (Red+Green+Blue) = 82+206+172=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEAC is #AD3153. Grayscale: #A5A5A5. Windows color (decimal): -11350356 or 11325010. OLE color: 11325010.
HSL color Cylindrical-coordinate representation of color #52CEAC: hue angle of 163.55º 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 #52CEAC is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 172 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.19 |
| HSL | 163.55º | 0.56% | 0.56% | - |
| HSV(B) | 163.55º | 0.6% | 0.81% | - |
| XYZ | 33 | 48.92 | 46.73 | - |
| YUV | 165.05 | 131.92 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 172 | 0.60 | 0 | 0.17 | 0.19 | 163.55 | 0.56 | 0.56 |
| Hex | 52 | CE | AC | 3C | 0 | 11 | 13 | A4 | 38 | 38 |
| Octal | 122 | 316 | 254 | 74 | 0 | 21 | 23 | 244 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10101100 | 111100 | 0 | 10001 | 10011 | 10100100 | 111000 | 111000 |
Color Harmonies of #52CEAC
Complementary color
Monochromatic Colors of #52CEAC
Black with #52CEAC
Text Example
Text Example
White with #52CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEAC; }
p { color: rgb(82,206,172); }
H1.HeaderClassName
{
color: #52CEAC;
}
.AnyTagClassName
{
color: #52CEAC;
}
</style>
background-color css
<style>
a { background-color: #52CEAC; }
a { background-color: rgb(82,206,172); }
div.DivClassName
{
background-color: #52CEAC;
}
.BgClassName
{
background-color: #52CEAC;
}
</style>
border-color css
<style>
span { border-color: #52CEAC; }
span { border-color: rgb(82,206,172); }
td.TdClassName
{
border-color: #52CEAC;
}
.TagClassName
{
border-color: #52CEAC;
}
</style>