Shades of Medium Aquamarine #52CEA4
Tints of Medium Aquamarine #52CEA4
RGB
CMYK
RGB Variations
Color information
#52CEA4 (or 0x52CEA4) is known color: Medium Aquamarine. HEX triplet: 52, CE and A4. RGB value is (82,206,164). Sum of RGB (Red+Green+Blue) = 82+206+164=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 206 (80.86% from 255 or 45.58% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEA4 is #AD315B. Grayscale: #A4A4A4. Windows color (decimal): -11350364 or 10800722. OLE color: 10800722.
HSL color Cylindrical-coordinate representation of color #52CEA4: hue angle of 159.68º 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 #52CEA4 is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 164 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.19 |
| HSL | 159.68º | 0.56% | 0.56% | - |
| HSV(B) | 159.68º | 0.6% | 0.81% | - |
| XYZ | 32.25 | 48.62 | 42.81 | - |
| YUV | 164.14 | 127.92 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 164 | 0.60 | 0 | 0.20 | 0.19 | 159.68 | 0.56 | 0.56 |
| Hex | 52 | CE | A4 | 3C | 0 | 14 | 13 | A0 | 38 | 38 |
| Octal | 122 | 316 | 244 | 74 | 0 | 24 | 23 | 240 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10100100 | 111100 | 0 | 10100 | 10011 | 10100000 | 111000 | 111000 |
Color Harmonies of #52CEA4
Complementary color
Monochromatic Colors of #52CEA4
Black with #52CEA4
Text Example
Text Example
White with #52CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEA4; }
p { color: rgb(82,206,164); }
H1.HeaderClassName
{
color: #52CEA4;
}
.AnyTagClassName
{
color: #52CEA4;
}
</style>
background-color css
<style>
a { background-color: #52CEA4; }
a { background-color: rgb(82,206,164); }
div.DivClassName
{
background-color: #52CEA4;
}
.BgClassName
{
background-color: #52CEA4;
}
</style>
border-color css
<style>
span { border-color: #52CEA4; }
span { border-color: rgb(82,206,164); }
td.TdClassName
{
border-color: #52CEA4;
}
.TagClassName
{
border-color: #52CEA4;
}
</style>