Shades of Medium Aquamarine #52EBA5
Tints of Medium Aquamarine #52EBA5
RGB
CMYK
RGB Variations
Color information
#52EBA5 (or 0x52EBA5) is known color: Medium Aquamarine. HEX triplet: 52, EB and A5. RGB value is (82,235,165). Sum of RGB (Red+Green+Blue) = 82+235+165=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 165 (64.84% from 255 or 34.23% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EBA5 is #AD145A. Grayscale: #B5B5B5. Windows color (decimal): -11342939 or 10873682. OLE color: 10873682.
HSL color Cylindrical-coordinate representation of color #52EBA5: hue angle of 152.55º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EBA5 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 165 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.08 |
| HSL | 152.55º | 0.79% | 0.62% | - |
| HSV(B) | 152.55º | 0.65% | 0.92% | - |
| XYZ | 39.98 | 63.93 | 45.83 | - |
| YUV | 181.27 | 118.81 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 165 | 0.65 | 0 | 0.30 | 0.08 | 152.55 | 0.79 | 0.62 |
| Hex | 52 | EB | A5 | 41 | 0 | 1E | 8 | 99 | 4F | 3E |
| Octal | 122 | 353 | 245 | 101 | 0 | 36 | 10 | 231 | 117 | 76 |
| Binary | 1010010 | 11101011 | 10100101 | 1000001 | 0 | 11110 | 1000 | 10011001 | 1001111 | 111110 |
Color Harmonies of #52EBA5
Complementary color
Monochromatic Colors of #52EBA5
Black with #52EBA5
Text Example
Text Example
White with #52EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBA5; }
p { color: rgb(82,235,165); }
H1.HeaderClassName
{
color: #52EBA5;
}
.AnyTagClassName
{
color: #52EBA5;
}
</style>
background-color css
<style>
a { background-color: #52EBA5; }
a { background-color: rgb(82,235,165); }
div.DivClassName
{
background-color: #52EBA5;
}
.BgClassName
{
background-color: #52EBA5;
}
</style>
border-color css
<style>
span { border-color: #52EBA5; }
span { border-color: rgb(82,235,165); }
td.TdClassName
{
border-color: #52EBA5;
}
.TagClassName
{
border-color: #52EBA5;
}
</style>