Shades of Medium Aquamarine #52F7A8
Tints of Medium Aquamarine #52F7A8
RGB
CMYK
RGB Variations
Color information
#52F7A8 (or 0x52F7A8) is known color: Medium Aquamarine. HEX triplet: 52, F7 and A8. RGB value is (82,247,168). Sum of RGB (Red+Green+Blue) = 82+247+168=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F7A8 is #AD0857. Grayscale: #BCBCBC. Windows color (decimal): -11339864 or 11073362. OLE color: 11073362.
HSL color Cylindrical-coordinate representation of color #52F7A8: hue angle of 151.27º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F7A8 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 247 | 168 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.03 |
| HSL | 151.27º | 0.91% | 0.65% | - |
| HSV(B) | 151.27º | 0.67% | 0.97% | - |
| XYZ | 43.81 | 71.14 | 48.47 | - |
| YUV | 188.66 | 116.34 | 51.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 247 | 168 | 0.67 | 0 | 0.32 | 0.03 | 151.27 | 0.91 | 0.65 |
| Hex | 52 | F7 | A8 | 43 | 0 | 20 | 3 | 97 | 5B | 41 |
| Octal | 122 | 367 | 250 | 103 | 0 | 40 | 3 | 227 | 133 | 101 |
| Binary | 1010010 | 11110111 | 10101000 | 1000011 | 0 | 100000 | 11 | 10010111 | 1011011 | 1000001 |
Color Harmonies of #52F7A8
Complementary color
Monochromatic Colors of #52F7A8
Black with #52F7A8
Text Example
Text Example
White with #52F7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F7A8; }
p { color: rgb(82,247,168); }
H1.HeaderClassName
{
color: #52F7A8;
}
.AnyTagClassName
{
color: #52F7A8;
}
</style>
background-color css
<style>
a { background-color: #52F7A8; }
a { background-color: rgb(82,247,168); }
div.DivClassName
{
background-color: #52F7A8;
}
.BgClassName
{
background-color: #52F7A8;
}
</style>
border-color css
<style>
span { border-color: #52F7A8; }
span { border-color: rgb(82,247,168); }
td.TdClassName
{
border-color: #52F7A8;
}
.TagClassName
{
border-color: #52F7A8;
}
</style>