Shades of Medium Aquamarine #52E39F
Tints of Medium Aquamarine #52E39F
RGB
CMYK
RGB Variations
Color information
#52E39F (or 0x52E39F) is known color: Medium Aquamarine. HEX triplet: 52, E3 and 9F. RGB value is (82,227,159). Sum of RGB (Red+Green+Blue) = 82+227+159=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #52E39F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E39F is #AD1C60. Grayscale: #B0B0B0. Windows color (decimal): -11344993 or 10478418. OLE color: 10478418.
HSL color Cylindrical-coordinate representation of color #52E39F: hue angle of 151.86º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E39F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 159 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.11 |
| HSL | 151.86º | 0.72% | 0.61% | - |
| HSV(B) | 151.86º | 0.64% | 0.89% | - |
| XYZ | 37.21 | 59.24 | 42.27 | - |
| YUV | 175.89 | 118.46 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 159 | 0.64 | 0 | 0.30 | 0.11 | 151.86 | 0.72 | 0.61 |
| Hex | 52 | E3 | 9F | 40 | 0 | 1E | B | 98 | 48 | 3D |
| Octal | 122 | 343 | 237 | 100 | 0 | 36 | 13 | 230 | 110 | 75 |
| Binary | 1010010 | 11100011 | 10011111 | 1000000 | 0 | 11110 | 1011 | 10011000 | 1001000 | 111101 |
Color Harmonies of #52E39F
Complementary color
Monochromatic Colors of #52E39F
Black with #52E39F
Text Example
Text Example
White with #52E39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E39F; }
p { color: rgb(82,227,159); }
H1.HeaderClassName
{
color: #52E39F;
}
.AnyTagClassName
{
color: #52E39F;
}
</style>
background-color css
<style>
a { background-color: #52E39F; }
a { background-color: rgb(82,227,159); }
div.DivClassName
{
background-color: #52E39F;
}
.BgClassName
{
background-color: #52E39F;
}
</style>
border-color css
<style>
span { border-color: #52E39F; }
span { border-color: rgb(82,227,159); }
td.TdClassName
{
border-color: #52E39F;
}
.TagClassName
{
border-color: #52E39F;
}
</style>