Shades of Medium Aquamarine #52E8B5
Tints of Medium Aquamarine #52E8B5
RGB
CMYK
RGB Variations
Color information
#52E8B5 (or 0x52E8B5) is known color: Medium Aquamarine. HEX triplet: 52, E8 and B5. RGB value is (82,232,181). Sum of RGB (Red+Green+Blue) = 82+232+181=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 232 (91.02% from 255 or 46.87% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8B5 is #AD174A. Grayscale: #B5B5B5. Windows color (decimal): -11343691 or 11921490. OLE color: 11921490.
HSL color Cylindrical-coordinate representation of color #52E8B5: hue angle of 159.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 #52E8B5 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 232 | 181 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.09 |
| HSL | 159.6º | 0.77% | 0.62% | - |
| HSV(B) | 159.6º | 0.65% | 0.91% | - |
| XYZ | 40.68 | 62.84 | 53.7 | - |
| YUV | 181.34 | 127.81 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 232 | 181 | 0.65 | 0 | 0.22 | 0.09 | 159.6 | 0.77 | 0.62 |
| Hex | 52 | E8 | B5 | 41 | 0 | 16 | 9 | A0 | 4D | 3E |
| Octal | 122 | 350 | 265 | 101 | 0 | 26 | 11 | 240 | 115 | 76 |
| Binary | 1010010 | 11101000 | 10110101 | 1000001 | 0 | 10110 | 1001 | 10100000 | 1001101 | 111110 |
Color Harmonies of #52E8B5
Complementary color
Monochromatic Colors of #52E8B5
Black with #52E8B5
Text Example
Text Example
White with #52E8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E8B5; }
p { color: rgb(82,232,181); }
H1.HeaderClassName
{
color: #52E8B5;
}
.AnyTagClassName
{
color: #52E8B5;
}
</style>
background-color css
<style>
a { background-color: #52E8B5; }
a { background-color: rgb(82,232,181); }
div.DivClassName
{
background-color: #52E8B5;
}
.BgClassName
{
background-color: #52E8B5;
}
</style>
border-color css
<style>
span { border-color: #52E8B5; }
span { border-color: rgb(82,232,181); }
td.TdClassName
{
border-color: #52E8B5;
}
.TagClassName
{
border-color: #52E8B5;
}
</style>