Shades of Medium Aquamarine #52E9A0
Tints of Medium Aquamarine #52E9A0
RGB
CMYK
RGB Variations
Color information
#52E9A0 (or 0x52E9A0) is known color: Medium Aquamarine. HEX triplet: 52, E9 and A0. RGB value is (82,233,160). Sum of RGB (Red+Green+Blue) = 82+233+160=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E9A0 is #AD165F. Grayscale: #B3B3B3. Windows color (decimal): -11343456 or 10545490. OLE color: 10545490.
HSL color Cylindrical-coordinate representation of color #52E9A0: hue angle of 150.99º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E9A0 is Cyan = 0.65, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 160 | - |
| CMYK | 0.65 | 0 | 0.31 | 0.09 |
| HSL | 150.99º | 0.77% | 0.62% | - |
| HSV(B) | 150.99º | 0.65% | 0.91% | - |
| XYZ | 38.96 | 62.61 | 43.29 | - |
| YUV | 179.53 | 116.97 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 160 | 0.65 | 0 | 0.31 | 0.09 | 150.99 | 0.77 | 0.62 |
| Hex | 52 | E9 | A0 | 41 | 0 | 1F | 9 | 97 | 4D | 3E |
| Octal | 122 | 351 | 240 | 101 | 0 | 37 | 11 | 227 | 115 | 76 |
| Binary | 1010010 | 11101001 | 10100000 | 1000001 | 0 | 11111 | 1001 | 10010111 | 1001101 | 111110 |
Color Harmonies of #52E9A0
Complementary color
Monochromatic Colors of #52E9A0
Black with #52E9A0
Text Example
Text Example
White with #52E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E9A0; }
p { color: rgb(82,233,160); }
H1.HeaderClassName
{
color: #52E9A0;
}
.AnyTagClassName
{
color: #52E9A0;
}
</style>
background-color css
<style>
a { background-color: #52E9A0; }
a { background-color: rgb(82,233,160); }
div.DivClassName
{
background-color: #52E9A0;
}
.BgClassName
{
background-color: #52E9A0;
}
</style>
border-color css
<style>
span { border-color: #52E9A0; }
span { border-color: rgb(82,233,160); }
td.TdClassName
{
border-color: #52E9A0;
}
.TagClassName
{
border-color: #52E9A0;
}
</style>