Shades of Medium Aquamarine #52EBA0
Tints of Medium Aquamarine #52EBA0
RGB
CMYK
RGB Variations
Color information
#52EBA0 (or 0x52EBA0) is known color: Medium Aquamarine. HEX triplet: 52, EB and A0. RGB value is (82,235,160). Sum of RGB (Red+Green+Blue) = 82+235+160=477 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.19% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #52EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EBA0 is #AD145F. Grayscale: #B4B4B4. Windows color (decimal): -11342944 or 10546002. OLE color: 10546002.
HSL color Cylindrical-coordinate representation of color #52EBA0: hue angle of 150.59º 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 #52EBA0 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 235 | 160 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.08 |
| HSL | 150.59º | 0.79% | 0.62% | - |
| HSV(B) | 150.59º | 0.65% | 0.92% | - |
| XYZ | 39.53 | 63.75 | 43.48 | - |
| YUV | 180.7 | 116.31 | 57.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 235 | 160 | 0.65 | 0 | 0.32 | 0.08 | 150.59 | 0.79 | 0.62 |
| Hex | 52 | EB | A0 | 41 | 0 | 20 | 8 | 97 | 4F | 3E |
| Octal | 122 | 353 | 240 | 101 | 0 | 40 | 10 | 227 | 117 | 76 |
| Binary | 1010010 | 11101011 | 10100000 | 1000001 | 0 | 100000 | 1000 | 10010111 | 1001111 | 111110 |
Color Harmonies of #52EBA0
Complementary color
Monochromatic Colors of #52EBA0
Black with #52EBA0
Text Example
Text Example
White with #52EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EBA0; }
p { color: rgb(82,235,160); }
H1.HeaderClassName
{
color: #52EBA0;
}
.AnyTagClassName
{
color: #52EBA0;
}
</style>
background-color css
<style>
a { background-color: #52EBA0; }
a { background-color: rgb(82,235,160); }
div.DivClassName
{
background-color: #52EBA0;
}
.BgClassName
{
background-color: #52EBA0;
}
</style>
border-color css
<style>
span { border-color: #52EBA0; }
span { border-color: rgb(82,235,160); }
td.TdClassName
{
border-color: #52EBA0;
}
.TagClassName
{
border-color: #52EBA0;
}
</style>