Shades of Medium Aquamarine #52E899
Tints of Medium Aquamarine #52E899
RGB
CMYK
RGB Variations
Color information
#52E899 (or 0x52E899) is known color: Medium Aquamarine. HEX triplet: 52, E8 and 99. RGB value is (82,232,153). Sum of RGB (Red+Green+Blue) = 82+232+153=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 153 (60.16% from 255 or 32.76% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #52E899 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E899 is #AD1766. Grayscale: #B2B2B2. Windows color (decimal): -11343719 or 10086482. OLE color: 10086482.
HSL color Cylindrical-coordinate representation of color #52E899: hue angle of 148.4º 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 #52E899 is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 153 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.09 |
| HSL | 148.4º | 0.77% | 0.62% | - |
| HSV(B) | 148.4º | 0.65% | 0.91% | - |
| XYZ | 38.09 | 61.81 | 40.06 | - |
| YUV | 178.14 | 113.81 | 59.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 153 | 0.65 | 0 | 0.34 | 0.09 | 148.4 | 0.77 | 0.62 |
| Hex | 52 | E8 | 99 | 41 | 0 | 22 | 9 | 94 | 4D | 3E |
| Octal | 122 | 350 | 231 | 101 | 0 | 42 | 11 | 224 | 115 | 76 |
| Binary | 1010010 | 11101000 | 10011001 | 1000001 | 0 | 100010 | 1001 | 10010100 | 1001101 | 111110 |
Color Harmonies of #52E899
Complementary color
Monochromatic Colors of #52E899
Black with #52E899
Text Example
Text Example
White with #52E899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E899; }
p { color: rgb(82,232,153); }
H1.HeaderClassName
{
color: #52E899;
}
.AnyTagClassName
{
color: #52E899;
}
</style>
background-color css
<style>
a { background-color: #52E899; }
a { background-color: rgb(82,232,153); }
div.DivClassName
{
background-color: #52E899;
}
.BgClassName
{
background-color: #52E899;
}
</style>
border-color css
<style>
span { border-color: #52E899; }
span { border-color: rgb(82,232,153); }
td.TdClassName
{
border-color: #52E899;
}
.TagClassName
{
border-color: #52E899;
}
</style>