Shades of Medium Aquamarine #52EFA0
Tints of Medium Aquamarine #52EFA0
RGB
CMYK
RGB Variations
Color information
#52EFA0 (or 0x52EFA0) is known color: Medium Aquamarine. HEX triplet: 52, EF and A0. RGB value is (82,239,160). Sum of RGB (Red+Green+Blue) = 82+239+160=481 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.05% from 481); Green value is 239 (93.75% from 255 or 49.69% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFA0 is #AD105F. Grayscale: #B7B7B7. Windows color (decimal): -11341920 or 10547026. OLE color: 10547026.
HSL color Cylindrical-coordinate representation of color #52EFA0: hue angle of 149.81º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFA0 is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 239 | 160 | - |
| CMYK | 0.66 | 0 | 0.33 | 0.06 |
| HSL | 149.81º | 0.83% | 0.63% | - |
| HSV(B) | 149.81º | 0.66% | 0.94% | - |
| XYZ | 40.69 | 66.06 | 43.86 | - |
| YUV | 183.05 | 114.99 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 239 | 160 | 0.66 | 0 | 0.33 | 0.06 | 149.81 | 0.83 | 0.63 |
| Hex | 52 | EF | A0 | 42 | 0 | 21 | 6 | 96 | 53 | 3F |
| Octal | 122 | 357 | 240 | 102 | 0 | 41 | 6 | 226 | 123 | 77 |
| Binary | 1010010 | 11101111 | 10100000 | 1000010 | 0 | 100001 | 110 | 10010110 | 1010011 | 111111 |
Color Harmonies of #52EFA0
Complementary color
Monochromatic Colors of #52EFA0
Black with #52EFA0
Text Example
Text Example
White with #52EFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EFA0; }
p { color: rgb(82,239,160); }
H1.HeaderClassName
{
color: #52EFA0;
}
.AnyTagClassName
{
color: #52EFA0;
}
</style>
background-color css
<style>
a { background-color: #52EFA0; }
a { background-color: rgb(82,239,160); }
div.DivClassName
{
background-color: #52EFA0;
}
.BgClassName
{
background-color: #52EFA0;
}
</style>
border-color css
<style>
span { border-color: #52EFA0; }
span { border-color: rgb(82,239,160); }
td.TdClassName
{
border-color: #52EFA0;
}
.TagClassName
{
border-color: #52EFA0;
}
</style>