Shades of Medium Aquamarine #52F0A1
Tints of Medium Aquamarine #52F0A1
RGB
CMYK
RGB Variations
Color information
#52F0A1 (or 0x52F0A1) is known color: Medium Aquamarine. HEX triplet: 52, F0 and A1. RGB value is (82,240,161). Sum of RGB (Red+Green+Blue) = 82+240+161=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 161 (63.28% from 255 or 33.33% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0A1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F0A1 is #AD0F5E. Grayscale: #B7B7B7. Windows color (decimal): -11341663 or 10612818. OLE color: 10612818.
HSL color Cylindrical-coordinate representation of color #52F0A1: hue angle of 150º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0A1 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 161 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.06 |
| HSL | 150º | 0.84% | 0.63% | - |
| HSV(B) | 150º | 0.66% | 0.94% | - |
| XYZ | 41.07 | 66.69 | 44.43 | - |
| YUV | 183.75 | 115.15 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 161 | 0.66 | 0 | 0.33 | 0.06 | 150 | 0.84 | 0.63 |
| Hex | 52 | F0 | A1 | 42 | 0 | 21 | 6 | 96 | 54 | 3F |
| Octal | 122 | 360 | 241 | 102 | 0 | 41 | 6 | 226 | 124 | 77 |
| Binary | 1010010 | 11110000 | 10100001 | 1000010 | 0 | 100001 | 110 | 10010110 | 1010100 | 111111 |
Color Harmonies of #52F0A1
Complementary color
Monochromatic Colors of #52F0A1
Black with #52F0A1
Text Example
Text Example
White with #52F0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F0A1; }
p { color: rgb(82,240,161); }
H1.HeaderClassName
{
color: #52F0A1;
}
.AnyTagClassName
{
color: #52F0A1;
}
</style>
background-color css
<style>
a { background-color: #52F0A1; }
a { background-color: rgb(82,240,161); }
div.DivClassName
{
background-color: #52F0A1;
}
.BgClassName
{
background-color: #52F0A1;
}
</style>
border-color css
<style>
span { border-color: #52F0A1; }
span { border-color: rgb(82,240,161); }
td.TdClassName
{
border-color: #52F0A1;
}
.TagClassName
{
border-color: #52F0A1;
}
</style>