Shades of Medium Aquamarine #52F2AD
Tints of Medium Aquamarine #52F2AD
RGB
CMYK
RGB Variations
Color information
#52F2AD (or 0x52F2AD) is known color: Medium Aquamarine. HEX triplet: 52, F2 and AD. RGB value is (82,242,173). Sum of RGB (Red+Green+Blue) = 82+242+173=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F2AD is #AD0D52. Grayscale: #BABABA. Windows color (decimal): -11341139 or 11399762. OLE color: 11399762.
HSL color Cylindrical-coordinate representation of color #52F2AD: hue angle of 154.12º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2AD is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 173 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.05 |
| HSL | 154.13º | 0.86% | 0.64% | - |
| HSV(B) | 154.13º | 0.66% | 0.95% | - |
| XYZ | 42.77 | 68.32 | 50.47 | - |
| YUV | 186.29 | 120.49 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 173 | 0.66 | 0 | 0.29 | 0.05 | 154.13 | 0.86 | 0.64 |
| Hex | 52 | F2 | AD | 42 | 0 | 1D | 5 | 9A | 56 | 40 |
| Octal | 122 | 362 | 255 | 102 | 0 | 35 | 5 | 232 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10101101 | 1000010 | 0 | 11101 | 101 | 10011010 | 1010110 | 1000000 |
Color Harmonies of #52F2AD
Complementary color
Monochromatic Colors of #52F2AD
Black with #52F2AD
Text Example
Text Example
White with #52F2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2AD; }
p { color: rgb(82,242,173); }
H1.HeaderClassName
{
color: #52F2AD;
}
.AnyTagClassName
{
color: #52F2AD;
}
</style>
background-color css
<style>
a { background-color: #52F2AD; }
a { background-color: rgb(82,242,173); }
div.DivClassName
{
background-color: #52F2AD;
}
.BgClassName
{
background-color: #52F2AD;
}
</style>
border-color css
<style>
span { border-color: #52F2AD; }
span { border-color: rgb(82,242,173); }
td.TdClassName
{
border-color: #52F2AD;
}
.TagClassName
{
border-color: #52F2AD;
}
</style>