Shades of Medium Aquamarine #52FFA0
Tints of Medium Aquamarine #52FFA0
RGB
CMYK
RGB Variations
Color information
#52FFA0 (or 0x52FFA0) is known color: Medium Aquamarine. HEX triplet: 52, FF and A0. RGB value is (82,255,160). Sum of RGB (Red+Green+Blue) = 82+255+160=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 160 (62.89% from 255 or 32.19% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #52FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FFA0 is #AD005F. Grayscale: #C0C0C0. Windows color (decimal): -11337824 or 10551122. OLE color: 10551122.
HSL color Cylindrical-coordinate representation of color #52FFA0: hue angle of 147.05º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FFA0 is Cyan = 0.68, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 255 | 160 | - |
| CMYK | 0.68 | 0 | 0.37 | 0 |
| HSL | 147.05º | 1% | 0.66% | - |
| HSV(B) | 147.05º | 0.68% | 1% | - |
| XYZ | 45.58 | 75.85 | 45.5 | - |
| YUV | 192.44 | 109.69 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 255 | 160 | 0.68 | 0 | 0.37 | 0 | 147.05 | 1 | 0.66 |
| Hex | 52 | FF | A0 | 44 | 0 | 25 | 0 | 93 | 64 | 42 |
| Octal | 122 | 377 | 240 | 104 | 0 | 45 | 0 | 223 | 144 | 102 |
| Binary | 1010010 | 11111111 | 10100000 | 1000100 | 0 | 100101 | 0 | 10010011 | 1100100 | 1000010 |
Color Harmonies of #52FFA0
Complementary color
Monochromatic Colors of #52FFA0
Black with #52FFA0
Text Example
Text Example
White with #52FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FFA0; }
p { color: rgb(82,255,160); }
H1.HeaderClassName
{
color: #52FFA0;
}
.AnyTagClassName
{
color: #52FFA0;
}
</style>
background-color css
<style>
a { background-color: #52FFA0; }
a { background-color: rgb(82,255,160); }
div.DivClassName
{
background-color: #52FFA0;
}
.BgClassName
{
background-color: #52FFA0;
}
</style>
border-color css
<style>
span { border-color: #52FFA0; }
span { border-color: rgb(82,255,160); }
td.TdClassName
{
border-color: #52FFA0;
}
.TagClassName
{
border-color: #52FFA0;
}
</style>