Shades of Medium Aquamarine #52DCAA
Tints of Medium Aquamarine #52DCAA
RGB
CMYK
RGB Variations
Color information
#52DCAA (or 0x52DCAA) is known color: Medium Aquamarine. HEX triplet: 52, DC and AA. RGB value is (82,220,170). Sum of RGB (Red+Green+Blue) = 82+220+170=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 170 (66.80% from 255 or 36.02% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DCAA is #AD2355. Grayscale: #ADADAD. Windows color (decimal): -11346774 or 11197522. OLE color: 11197522.
HSL color Cylindrical-coordinate representation of color #52DCAA: hue angle of 158.26º 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 #52DCAA is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 170 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.14 |
| HSL | 158.26º | 0.66% | 0.59% | - |
| HSV(B) | 158.26º | 0.63% | 0.86% | - |
| XYZ | 36.33 | 55.88 | 46.9 | - |
| YUV | 173.04 | 126.28 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 170 | 0.63 | 0 | 0.23 | 0.14 | 158.26 | 0.66 | 0.59 |
| Hex | 52 | DC | AA | 3F | 0 | 17 | E | 9E | 42 | 3B |
| Octal | 122 | 334 | 252 | 77 | 0 | 27 | 16 | 236 | 102 | 73 |
| Binary | 1010010 | 11011100 | 10101010 | 111111 | 0 | 10111 | 1110 | 10011110 | 1000010 | 111011 |
Color Harmonies of #52DCAA
Complementary color
Monochromatic Colors of #52DCAA
Black with #52DCAA
Text Example
Text Example
White with #52DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCAA; }
p { color: rgb(82,220,170); }
H1.HeaderClassName
{
color: #52DCAA;
}
.AnyTagClassName
{
color: #52DCAA;
}
</style>
background-color css
<style>
a { background-color: #52DCAA; }
a { background-color: rgb(82,220,170); }
div.DivClassName
{
background-color: #52DCAA;
}
.BgClassName
{
background-color: #52DCAA;
}
</style>
border-color css
<style>
span { border-color: #52DCAA; }
span { border-color: rgb(82,220,170); }
td.TdClassName
{
border-color: #52DCAA;
}
.TagClassName
{
border-color: #52DCAA;
}
</style>