Shades of Medium Aquamarine #52E99F
Tints of Medium Aquamarine #52E99F
RGB
CMYK
RGB Variations
Color information
#52E99F (or 0x52E99F) is known color: Medium Aquamarine. HEX triplet: 52, E9 and 9F. RGB value is (82,233,159). Sum of RGB (Red+Green+Blue) = 82+233+159=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 233 (91.41% from 255 or 49.16% from 474); Blue value is 159 (62.5% from 255 or 33.54% from 474); Max value from RGB is 233 - color contains mainly: green. Hex color #52E99F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E99F is #AD1660. Grayscale: #B3B3B3. Windows color (decimal): -11343457 or 10479954. OLE color: 10479954.
HSL color Cylindrical-coordinate representation of color #52E99F: hue angle of 150.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E99F is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 233 | 159 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.09 |
| HSL | 150.6º | 0.77% | 0.62% | - |
| HSV(B) | 150.6º | 0.65% | 0.91% | - |
| XYZ | 38.88 | 62.57 | 42.83 | - |
| YUV | 179.42 | 116.47 | 58.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 233 | 159 | 0.65 | 0 | 0.32 | 0.09 | 150.6 | 0.77 | 0.62 |
| Hex | 52 | E9 | 9F | 41 | 0 | 20 | 9 | 97 | 4D | 3E |
| Octal | 122 | 351 | 237 | 101 | 0 | 40 | 11 | 227 | 115 | 76 |
| Binary | 1010010 | 11101001 | 10011111 | 1000001 | 0 | 100000 | 1001 | 10010111 | 1001101 | 111110 |
Color Harmonies of #52E99F
Complementary color
Monochromatic Colors of #52E99F
Black with #52E99F
Text Example
Text Example
White with #52E99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E99F; }
p { color: rgb(82,233,159); }
H1.HeaderClassName
{
color: #52E99F;
}
.AnyTagClassName
{
color: #52E99F;
}
</style>
background-color css
<style>
a { background-color: #52E99F; }
a { background-color: rgb(82,233,159); }
div.DivClassName
{
background-color: #52E99F;
}
.BgClassName
{
background-color: #52E99F;
}
</style>
border-color css
<style>
span { border-color: #52E99F; }
span { border-color: rgb(82,233,159); }
td.TdClassName
{
border-color: #52E99F;
}
.TagClassName
{
border-color: #52E99F;
}
</style>