Shades of Medium Aquamarine #52F2A2
Tints of Medium Aquamarine #52F2A2
RGB
CMYK
RGB Variations
Color information
#52F2A2 (or 0x52F2A2) is known color: Medium Aquamarine. HEX triplet: 52, F2 and A2. RGB value is (82,242,162). Sum of RGB (Red+Green+Blue) = 82+242+162=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F2A2 is #AD0D5D. Grayscale: #B9B9B9. Windows color (decimal): -11341150 or 10678866. OLE color: 10678866.
HSL color Cylindrical-coordinate representation of color #52F2A2: hue angle of 150º 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 #52F2A2 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 162 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.05 |
| HSL | 150º | 0.86% | 0.64% | - |
| HSV(B) | 150º | 0.66% | 0.95% | - |
| XYZ | 41.75 | 67.91 | 45.09 | - |
| YUV | 185.04 | 114.99 | 54.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 162 | 0.66 | 0 | 0.33 | 0.05 | 150 | 0.86 | 0.64 |
| Hex | 52 | F2 | A2 | 42 | 0 | 21 | 5 | 96 | 56 | 40 |
| Octal | 122 | 362 | 242 | 102 | 0 | 41 | 5 | 226 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10100010 | 1000010 | 0 | 100001 | 101 | 10010110 | 1010110 | 1000000 |
Color Harmonies of #52F2A2
Complementary color
Monochromatic Colors of #52F2A2
Black with #52F2A2
Text Example
Text Example
White with #52F2A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F2A2; }
p { color: rgb(82,242,162); }
H1.HeaderClassName
{
color: #52F2A2;
}
.AnyTagClassName
{
color: #52F2A2;
}
</style>
background-color css
<style>
a { background-color: #52F2A2; }
a { background-color: rgb(82,242,162); }
div.DivClassName
{
background-color: #52F2A2;
}
.BgClassName
{
background-color: #52F2A2;
}
</style>
border-color css
<style>
span { border-color: #52F2A2; }
span { border-color: rgb(82,242,162); }
td.TdClassName
{
border-color: #52F2A2;
}
.TagClassName
{
border-color: #52F2A2;
}
</style>