Shades of Medium Aquamarine #52F5A0
Tints of Medium Aquamarine #52F5A0
RGB
CMYK
RGB Variations
Color information
#52F5A0 (or 0x52F5A0) is known color: Medium Aquamarine. HEX triplet: 52, F5 and A0. RGB value is (82,245,160). Sum of RGB (Red+Green+Blue) = 82+245+160=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 160 (62.89% from 255 or 32.85% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #52F5A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F5A0 is #AD0A5F. Grayscale: #BABABA. Windows color (decimal): -11340384 or 10548562. OLE color: 10548562.
HSL color Cylindrical-coordinate representation of color #52F5A0: hue angle of 148.71º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F5A0 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 245 | 160 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.04 |
| HSL | 148.71º | 0.89% | 0.64% | - |
| HSV(B) | 148.71º | 0.67% | 0.96% | - |
| XYZ | 42.48 | 69.64 | 44.46 | - |
| YUV | 186.57 | 113 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 245 | 160 | 0.67 | 0 | 0.35 | 0.04 | 148.71 | 0.89 | 0.64 |
| Hex | 52 | F5 | A0 | 43 | 0 | 23 | 4 | 95 | 59 | 40 |
| Octal | 122 | 365 | 240 | 103 | 0 | 43 | 4 | 225 | 131 | 100 |
| Binary | 1010010 | 11110101 | 10100000 | 1000011 | 0 | 100011 | 100 | 10010101 | 1011001 | 1000000 |
Color Harmonies of #52F5A0
Complementary color
Monochromatic Colors of #52F5A0
Black with #52F5A0
Text Example
Text Example
White with #52F5A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F5A0; }
p { color: rgb(82,245,160); }
H1.HeaderClassName
{
color: #52F5A0;
}
.AnyTagClassName
{
color: #52F5A0;
}
</style>
background-color css
<style>
a { background-color: #52F5A0; }
a { background-color: rgb(82,245,160); }
div.DivClassName
{
background-color: #52F5A0;
}
.BgClassName
{
background-color: #52F5A0;
}
</style>
border-color css
<style>
span { border-color: #52F5A0; }
span { border-color: rgb(82,245,160); }
td.TdClassName
{
border-color: #52F5A0;
}
.TagClassName
{
border-color: #52F5A0;
}
</style>