Shades of Medium Aquamarine #52E89B
Tints of Medium Aquamarine #52E89B
RGB
CMYK
RGB Variations
Color information
#52E89B (or 0x52E89B) is known color: Medium Aquamarine. HEX triplet: 52, E8 and 9B. RGB value is (82,232,155). Sum of RGB (Red+Green+Blue) = 82+232+155=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 232 (91.02% from 255 or 49.47% from 469); Blue value is 155 (60.94% from 255 or 33.05% from 469); Max value from RGB is 232 - color contains mainly: green. Hex color #52E89B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E89B is #AD1764. Grayscale: #B2B2B2. Windows color (decimal): -11343717 or 10217554. OLE color: 10217554.
HSL color Cylindrical-coordinate representation of color #52E89B: hue angle of 149.2º 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 #52E89B is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 155 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.09 |
| HSL | 149.2º | 0.77% | 0.62% | - |
| HSV(B) | 149.2º | 0.65% | 0.91% | - |
| XYZ | 38.25 | 61.87 | 40.94 | - |
| YUV | 178.37 | 114.81 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 155 | 0.65 | 0 | 0.33 | 0.09 | 149.2 | 0.77 | 0.62 |
| Hex | 52 | E8 | 9B | 41 | 0 | 21 | 9 | 95 | 4D | 3E |
| Octal | 122 | 350 | 233 | 101 | 0 | 41 | 11 | 225 | 115 | 76 |
| Binary | 1010010 | 11101000 | 10011011 | 1000001 | 0 | 100001 | 1001 | 10010101 | 1001101 | 111110 |
Color Harmonies of #52E89B
Complementary color
Monochromatic Colors of #52E89B
Black with #52E89B
Text Example
Text Example
White with #52E89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E89B; }
p { color: rgb(82,232,155); }
H1.HeaderClassName
{
color: #52E89B;
}
.AnyTagClassName
{
color: #52E89B;
}
</style>
background-color css
<style>
a { background-color: #52E89B; }
a { background-color: rgb(82,232,155); }
div.DivClassName
{
background-color: #52E89B;
}
.BgClassName
{
background-color: #52E89B;
}
</style>
border-color css
<style>
span { border-color: #52E89B; }
span { border-color: rgb(82,232,155); }
td.TdClassName
{
border-color: #52E89B;
}
.TagClassName
{
border-color: #52E89B;
}
</style>