Shades of Medium Aquamarine #52F296
Tints of Medium Aquamarine #52F296
RGB
CMYK
RGB Variations
Color information
#52F296 (or 0x52F296) is known color: Medium Aquamarine. HEX triplet: 52, F2 and 96. RGB value is (82,242,150). Sum of RGB (Red+Green+Blue) = 82+242+150=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 150 (58.98% from 255 or 31.65% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #52F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F296 is #AD0D69. Grayscale: #B7B7B7. Windows color (decimal): -11341162 or 9892434. OLE color: 9892434.
HSL color Cylindrical-coordinate representation of color #52F296: hue angle of 145.5º 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 #52F296 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 242 | 150 | - |
| CMYK | 0.66 | 0 | 0.38 | 0.05 |
| HSL | 145.5º | 0.86% | 0.64% | - |
| HSV(B) | 145.5º | 0.66% | 0.95% | - |
| XYZ | 40.74 | 67.5 | 39.74 | - |
| YUV | 183.67 | 108.99 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 242 | 150 | 0.66 | 0 | 0.38 | 0.05 | 145.5 | 0.86 | 0.64 |
| Hex | 52 | F2 | 96 | 42 | 0 | 26 | 5 | 92 | 56 | 40 |
| Octal | 122 | 362 | 226 | 102 | 0 | 46 | 5 | 222 | 126 | 100 |
| Binary | 1010010 | 11110010 | 10010110 | 1000010 | 0 | 100110 | 101 | 10010010 | 1010110 | 1000000 |
Color Harmonies of #52F296
Complementary color
Monochromatic Colors of #52F296
Black with #52F296
Text Example
Text Example
White with #52F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F296; }
p { color: rgb(82,242,150); }
H1.HeaderClassName
{
color: #52F296;
}
.AnyTagClassName
{
color: #52F296;
}
</style>
background-color css
<style>
a { background-color: #52F296; }
a { background-color: rgb(82,242,150); }
div.DivClassName
{
background-color: #52F296;
}
.BgClassName
{
background-color: #52F296;
}
</style>
border-color css
<style>
span { border-color: #52F296; }
span { border-color: rgb(82,242,150); }
td.TdClassName
{
border-color: #52F296;
}
.TagClassName
{
border-color: #52F296;
}
</style>