Shades of Medium Aquamarine #52DCAC
Tints of Medium Aquamarine #52DCAC
RGB
CMYK
RGB Variations
Color information
#52DCAC (or 0x52DCAC) is known color: Medium Aquamarine. HEX triplet: 52, DC and AC. RGB value is (82,220,172). Sum of RGB (Red+Green+Blue) = 82+220+172=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DCAC is #AD2353. Grayscale: #ADADAD. Windows color (decimal): -11346772 or 11328594. OLE color: 11328594.
HSL color Cylindrical-coordinate representation of color #52DCAC: hue angle of 159.13º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DCAC is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 172 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.14 |
| HSL | 159.13º | 0.66% | 0.59% | - |
| HSV(B) | 159.13º | 0.63% | 0.86% | - |
| XYZ | 36.52 | 55.96 | 47.91 | - |
| YUV | 173.27 | 127.28 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 172 | 0.63 | 0 | 0.22 | 0.14 | 159.13 | 0.66 | 0.59 |
| Hex | 52 | DC | AC | 3F | 0 | 16 | E | 9F | 42 | 3B |
| Octal | 122 | 334 | 254 | 77 | 0 | 26 | 16 | 237 | 102 | 73 |
| Binary | 1010010 | 11011100 | 10101100 | 111111 | 0 | 10110 | 1110 | 10011111 | 1000010 | 111011 |
Color Harmonies of #52DCAC
Complementary color
Monochromatic Colors of #52DCAC
Black with #52DCAC
Text Example
Text Example
White with #52DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCAC; }
p { color: rgb(82,220,172); }
H1.HeaderClassName
{
color: #52DCAC;
}
.AnyTagClassName
{
color: #52DCAC;
}
</style>
background-color css
<style>
a { background-color: #52DCAC; }
a { background-color: rgb(82,220,172); }
div.DivClassName
{
background-color: #52DCAC;
}
.BgClassName
{
background-color: #52DCAC;
}
</style>
border-color css
<style>
span { border-color: #52DCAC; }
span { border-color: rgb(82,220,172); }
td.TdClassName
{
border-color: #52DCAC;
}
.TagClassName
{
border-color: #52DCAC;
}
</style>