Shades of Medium Aquamarine #52E9A7
Tints of Medium Aquamarine #52E9A7
RGB
CMYK
RGB Variations
Color information
#52E9A7 (or 0x52E9A7) is known color: Medium Aquamarine. HEX triplet: 52, E9 and A7. RGB value is (82,233,167). Sum of RGB (Red+Green+Blue) = 82+233+167=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 233 (91.41% from 255 or 48.34% from 482); Blue value is 167 (65.62% from 255 or 34.65% from 482); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9A7 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E9A7 is #AD1658. Grayscale: #B4B4B4. Windows color (decimal): -11343449 or 11004242. OLE color: 11004242.
HSL color Cylindrical-coordinate representation of color #52E9A7: hue angle of 153.77º 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 #52E9A7 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 167 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.09 |
| HSL | 153.77º | 0.77% | 0.62% | - |
| HSV(B) | 153.77º | 0.65% | 0.91% | - |
| XYZ | 39.59 | 62.86 | 46.61 | - |
| YUV | 180.33 | 120.47 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 167 | 0.65 | 0 | 0.28 | 0.09 | 153.77 | 0.77 | 0.62 |
| Hex | 52 | E9 | A7 | 41 | 0 | 1C | 9 | 9A | 4D | 3E |
| Octal | 122 | 351 | 247 | 101 | 0 | 34 | 11 | 232 | 115 | 76 |
| Binary | 1010010 | 11101001 | 10100111 | 1000001 | 0 | 11100 | 1001 | 10011010 | 1001101 | 111110 |
Color Harmonies of #52E9A7
Complementary color
Monochromatic Colors of #52E9A7
Black with #52E9A7
Text Example
Text Example
White with #52E9A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E9A7; }
p { color: rgb(82,233,167); }
H1.HeaderClassName
{
color: #52E9A7;
}
.AnyTagClassName
{
color: #52E9A7;
}
</style>
background-color css
<style>
a { background-color: #52E9A7; }
a { background-color: rgb(82,233,167); }
div.DivClassName
{
background-color: #52E9A7;
}
.BgClassName
{
background-color: #52E9A7;
}
</style>
border-color css
<style>
span { border-color: #52E9A7; }
span { border-color: rgb(82,233,167); }
td.TdClassName
{
border-color: #52E9A7;
}
.TagClassName
{
border-color: #52E9A7;
}
</style>