Shades of Medium Aquamarine #52EBA4
Tints of Medium Aquamarine #52EBA4
RGB
CMYK
RGB Variations
Color information
#52EBA4 (or 0x52EBA4) is known color: Medium Aquamarine. HEX triplet: 52, EB and A4. RGB value is (82,235,164). Sum of RGB (Red+Green+Blue) = 82+235+164=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 235 (92.19% from 255 or 48.86% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EBA4 is #AD145B. Grayscale: #B5B5B5. Windows color (decimal): -11342940 or 10808146. OLE color: 10808146.
HSL color Cylindrical-coordinate representation of color #52EBA4: hue angle of 152.16º 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 #52EBA4 is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 164 | - |
| CMYK | 0.65 | 0 | 0.30 | 0.08 |
| HSL | 152.16º | 0.79% | 0.62% | - |
| HSV(B) | 152.16º | 0.65% | 0.92% | - |
| XYZ | 39.89 | 63.89 | 45.35 | - |
| YUV | 181.16 | 118.31 | 57.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 164 | 0.65 | 0 | 0.30 | 0.08 | 152.16 | 0.79 | 0.62 |
| Hex | 52 | EB | A4 | 41 | 0 | 1E | 8 | 98 | 4F | 3E |
| Octal | 122 | 353 | 244 | 101 | 0 | 36 | 10 | 230 | 117 | 76 |
| Binary | 1010010 | 11101011 | 10100100 | 1000001 | 0 | 11110 | 1000 | 10011000 | 1001111 | 111110 |
Color Harmonies of #52EBA4
Complementary color
Monochromatic Colors of #52EBA4
Black with #52EBA4
Text Example
Text Example
White with #52EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBA4; }
p { color: rgb(82,235,164); }
H1.HeaderClassName
{
color: #52EBA4;
}
.AnyTagClassName
{
color: #52EBA4;
}
</style>
background-color css
<style>
a { background-color: #52EBA4; }
a { background-color: rgb(82,235,164); }
div.DivClassName
{
background-color: #52EBA4;
}
.BgClassName
{
background-color: #52EBA4;
}
</style>
border-color css
<style>
span { border-color: #52EBA4; }
span { border-color: rgb(82,235,164); }
td.TdClassName
{
border-color: #52EBA4;
}
.TagClassName
{
border-color: #52EBA4;
}
</style>