Shades of Medium Aquamarine #52EC9E
Tints of Medium Aquamarine #52EC9E
RGB
CMYK
RGB Variations
Color information
#52EC9E (or 0x52EC9E) is known color: Medium Aquamarine. HEX triplet: 52, EC and 9E. RGB value is (82,236,158). Sum of RGB (Red+Green+Blue) = 82+236+158=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #52EC9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EC9E is #AD1361. Grayscale: #B5B5B5. Windows color (decimal): -11342690 or 10415186. OLE color: 10415186.
HSL color Cylindrical-coordinate representation of color #52EC9E: hue angle of 149.61º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EC9E is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 236 | 158 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.07 |
| HSL | 149.61º | 0.8% | 0.62% | - |
| HSV(B) | 149.61º | 0.65% | 0.93% | - |
| XYZ | 39.65 | 64.25 | 42.66 | - |
| YUV | 181.06 | 114.98 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 236 | 158 | 0.65 | 0 | 0.33 | 0.07 | 149.61 | 0.8 | 0.62 |
| Hex | 52 | EC | 9E | 41 | 0 | 21 | 7 | 96 | 50 | 3E |
| Octal | 122 | 354 | 236 | 101 | 0 | 41 | 7 | 226 | 120 | 76 |
| Binary | 1010010 | 11101100 | 10011110 | 1000001 | 0 | 100001 | 111 | 10010110 | 1010000 | 111110 |
Color Harmonies of #52EC9E
Complementary color
Monochromatic Colors of #52EC9E
Black with #52EC9E
Text Example
Text Example
White with #52EC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EC9E; }
p { color: rgb(82,236,158); }
H1.HeaderClassName
{
color: #52EC9E;
}
.AnyTagClassName
{
color: #52EC9E;
}
</style>
background-color css
<style>
a { background-color: #52EC9E; }
a { background-color: rgb(82,236,158); }
div.DivClassName
{
background-color: #52EC9E;
}
.BgClassName
{
background-color: #52EC9E;
}
</style>
border-color css
<style>
span { border-color: #52EC9E; }
span { border-color: rgb(82,236,158); }
td.TdClassName
{
border-color: #52EC9E;
}
.TagClassName
{
border-color: #52EC9E;
}
</style>