Shades of Medium Aquamarine #52F9A0
Tints of Medium Aquamarine #52F9A0
RGB
CMYK
RGB Variations
Color information
#52F9A0 (or 0x52F9A0) is known color: Medium Aquamarine. HEX triplet: 52, F9 and A0. RGB value is (82,249,160). Sum of RGB (Red+Green+Blue) = 82+249+160=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #52F9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F9A0 is #AD065F. Grayscale: #BDBDBD. Windows color (decimal): -11339360 or 10549586. OLE color: 10549586.
HSL color Cylindrical-coordinate representation of color #52F9A0: hue angle of 148.02º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F9A0 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 160 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.02 |
| HSL | 148.02º | 0.93% | 0.65% | - |
| HSV(B) | 148.02º | 0.67% | 0.98% | - |
| XYZ | 43.7 | 72.08 | 44.87 | - |
| YUV | 188.92 | 111.67 | 51.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 160 | 0.67 | 0 | 0.36 | 0.02 | 148.02 | 0.93 | 0.65 |
| Hex | 52 | F9 | A0 | 43 | 0 | 24 | 2 | 94 | 5D | 41 |
| Octal | 122 | 371 | 240 | 103 | 0 | 44 | 2 | 224 | 135 | 101 |
| Binary | 1010010 | 11111001 | 10100000 | 1000011 | 0 | 100100 | 10 | 10010100 | 1011101 | 1000001 |
Color Harmonies of #52F9A0
Complementary color
Monochromatic Colors of #52F9A0
Black with #52F9A0
Text Example
Text Example
White with #52F9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F9A0; }
p { color: rgb(82,249,160); }
H1.HeaderClassName
{
color: #52F9A0;
}
.AnyTagClassName
{
color: #52F9A0;
}
</style>
background-color css
<style>
a { background-color: #52F9A0; }
a { background-color: rgb(82,249,160); }
div.DivClassName
{
background-color: #52F9A0;
}
.BgClassName
{
background-color: #52F9A0;
}
</style>
border-color css
<style>
span { border-color: #52F9A0; }
span { border-color: rgb(82,249,160); }
td.TdClassName
{
border-color: #52F9A0;
}
.TagClassName
{
border-color: #52F9A0;
}
</style>