Shades of Medium Aquamarine #52F295
Tints of Medium Aquamarine #52F295
RGB
CMYK
RGB Variations
Color information
#52F295 (or 0x52F295) is known color: Medium Aquamarine. HEX triplet: 52, F2 and 95. RGB value is (82,242,149). Sum of RGB (Red+Green+Blue) = 82+242+149=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 242 (94.92% from 255 or 51.16% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 242 - color contains mainly: green. Hex color #52F295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F295 is #AD0D6A. Grayscale: #B7B7B7. Windows color (decimal): -11341163 or 9826898. OLE color: 9826898.
HSL color Cylindrical-coordinate representation of color #52F295: hue angle of 145.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 #52F295 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 149 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.05 |
| HSL | 145.13º | 0.86% | 0.64% | - |
| HSV(B) | 145.13º | 0.66% | 0.95% | - |
| XYZ | 40.66 | 67.47 | 39.31 | - |
| YUV | 183.56 | 108.49 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 149 | 0.66 | 0 | 0.38 | 0.05 | 145.13 | 0.86 | 0.64 |
| Hex | 52 | F2 | 95 | 42 | 0 | 26 | 5 | 91 | 56 | 40 |
| Octal | 122 | 362 | 225 | 102 | 0 | 46 | 5 | 221 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10010101 | 1000010 | 0 | 100110 | 101 | 10010001 | 1010110 | 1000000 |
Color Harmonies of #52F295
Complementary color
Monochromatic Colors of #52F295
Black with #52F295
Text Example
Text Example
White with #52F295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F295; }
p { color: rgb(82,242,149); }
H1.HeaderClassName
{
color: #52F295;
}
.AnyTagClassName
{
color: #52F295;
}
</style>
background-color css
<style>
a { background-color: #52F295; }
a { background-color: rgb(82,242,149); }
div.DivClassName
{
background-color: #52F295;
}
.BgClassName
{
background-color: #52F295;
}
</style>
border-color css
<style>
span { border-color: #52F295; }
span { border-color: rgb(82,242,149); }
td.TdClassName
{
border-color: #52F295;
}
.TagClassName
{
border-color: #52F295;
}
</style>