Shades of Medium Aquamarine #52E89A
Tints of Medium Aquamarine #52E89A
RGB
CMYK
RGB Variations
Color information
#52E89A (or 0x52E89A) is known color: Medium Aquamarine. HEX triplet: 52, E8 and 9A. RGB value is (82,232,154). Sum of RGB (Red+Green+Blue) = 82+232+154=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #52E89A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E89A is #AD1765. Grayscale: #B2B2B2. Windows color (decimal): -11343718 or 10152018. OLE color: 10152018.
HSL color Cylindrical-coordinate representation of color #52E89A: hue angle of 148.8º 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 #52E89A is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 154 | - |
| CMYK | 0.65 | 0 | 0.34 | 0.09 |
| HSL | 148.8º | 0.77% | 0.62% | - |
| HSV(B) | 148.8º | 0.65% | 0.91% | - |
| XYZ | 38.17 | 61.84 | 40.5 | - |
| YUV | 178.26 | 114.31 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 154 | 0.65 | 0 | 0.34 | 0.09 | 148.8 | 0.77 | 0.62 |
| Hex | 52 | E8 | 9A | 41 | 0 | 22 | 9 | 95 | 4D | 3E |
| Octal | 122 | 350 | 232 | 101 | 0 | 42 | 11 | 225 | 115 | 76 |
| Binary | 1010010 | 11101000 | 10011010 | 1000001 | 0 | 100010 | 1001 | 10010101 | 1001101 | 111110 |
Color Harmonies of #52E89A
Complementary color
Monochromatic Colors of #52E89A
Black with #52E89A
Text Example
Text Example
White with #52E89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E89A; }
p { color: rgb(82,232,154); }
H1.HeaderClassName
{
color: #52E89A;
}
.AnyTagClassName
{
color: #52E89A;
}
</style>
background-color css
<style>
a { background-color: #52E89A; }
a { background-color: rgb(82,232,154); }
div.DivClassName
{
background-color: #52E89A;
}
.BgClassName
{
background-color: #52E89A;
}
</style>
border-color css
<style>
span { border-color: #52E89A; }
span { border-color: rgb(82,232,154); }
td.TdClassName
{
border-color: #52E89A;
}
.TagClassName
{
border-color: #52E89A;
}
</style>