Shades of Medium Aquamarine #52E3A7
Tints of Medium Aquamarine #52E3A7
RGB
CMYK
RGB Variations
Color information
#52E3A7 (or 0x52E3A7) is known color: Medium Aquamarine. HEX triplet: 52, E3 and A7. RGB value is (82,227,167). Sum of RGB (Red+Green+Blue) = 82+227+167=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 227 (89.06% from 255 or 47.69% from 476); Blue value is 167 (65.62% from 255 or 35.08% from 476); Max value from RGB is 227 - color contains mainly: green. Hex color #52E3A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E3A7 is #AD1C58. Grayscale: #B0B0B0. Windows color (decimal): -11344985 or 11002706. OLE color: 11002706.
HSL color Cylindrical-coordinate representation of color #52E3A7: hue angle of 155.17º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E3A7 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 227 | 167 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.11 |
| HSL | 155.17º | 0.72% | 0.61% | - |
| HSV(B) | 155.17º | 0.64% | 0.89% | - |
| XYZ | 37.92 | 59.52 | 46.05 | - |
| YUV | 176.81 | 122.46 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 227 | 167 | 0.64 | 0 | 0.26 | 0.11 | 155.17 | 0.72 | 0.61 |
| Hex | 52 | E3 | A7 | 40 | 0 | 1A | B | 9B | 48 | 3D |
| Octal | 122 | 343 | 247 | 100 | 0 | 32 | 13 | 233 | 110 | 75 |
| Binary | 1010010 | 11100011 | 10100111 | 1000000 | 0 | 11010 | 1011 | 10011011 | 1001000 | 111101 |
Color Harmonies of #52E3A7
Complementary color
Monochromatic Colors of #52E3A7
Black with #52E3A7
Text Example
Text Example
White with #52E3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52E3A7; }
p { color: rgb(82,227,167); }
H1.HeaderClassName
{
color: #52E3A7;
}
.AnyTagClassName
{
color: #52E3A7;
}
</style>
background-color css
<style>
a { background-color: #52E3A7; }
a { background-color: rgb(82,227,167); }
div.DivClassName
{
background-color: #52E3A7;
}
.BgClassName
{
background-color: #52E3A7;
}
</style>
border-color css
<style>
span { border-color: #52E3A7; }
span { border-color: rgb(82,227,167); }
td.TdClassName
{
border-color: #52E3A7;
}
.TagClassName
{
border-color: #52E3A7;
}
</style>