Shades of Medium Aquamarine #52CDA0
Tints of Medium Aquamarine #52CDA0
RGB
CMYK
RGB Variations
Color information
#52CDA0 (or 0x52CDA0) is known color: Medium Aquamarine. HEX triplet: 52, CD and A0. RGB value is (82,205,160). Sum of RGB (Red+Green+Blue) = 82+205+160=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDA0 is #AD325F. Grayscale: #A3A3A3. Windows color (decimal): -11350624 or 10538322. OLE color: 10538322.
HSL color Cylindrical-coordinate representation of color #52CDA0: hue angle of 158.05º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CDA0 is Cyan = 0.6, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 160 | - |
| CMYK | 0.6 | 0 | 0.22 | 0.20 |
| HSL | 158.05º | 0.55% | 0.56% | - |
| HSV(B) | 158.05º | 0.6% | 0.8% | - |
| XYZ | 31.66 | 47.99 | 40.85 | - |
| YUV | 163.09 | 126.25 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 160 | 0.6 | 0 | 0.22 | 0.20 | 158.05 | 0.55 | 0.56 |
| Hex | 52 | CD | A0 | 3C | 0 | 16 | 14 | 9E | 37 | 38 |
| Octal | 122 | 315 | 240 | 74 | 0 | 26 | 24 | 236 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10100000 | 111100 | 0 | 10110 | 10100 | 10011110 | 110111 | 111000 |
Color Harmonies of #52CDA0
Complementary color
Monochromatic Colors of #52CDA0
Black with #52CDA0
Text Example
Text Example
White with #52CDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDA0; }
p { color: rgb(82,205,160); }
H1.HeaderClassName
{
color: #52CDA0;
}
.AnyTagClassName
{
color: #52CDA0;
}
</style>
background-color css
<style>
a { background-color: #52CDA0; }
a { background-color: rgb(82,205,160); }
div.DivClassName
{
background-color: #52CDA0;
}
.BgClassName
{
background-color: #52CDA0;
}
</style>
border-color css
<style>
span { border-color: #52CDA0; }
span { border-color: rgb(82,205,160); }
td.TdClassName
{
border-color: #52CDA0;
}
.TagClassName
{
border-color: #52CDA0;
}
</style>