Shades of Medium Aquamarine #52D79D
Tints of Medium Aquamarine #52D79D
RGB
CMYK
RGB Variations
Color information
#52D79D (or 0x52D79D) is known color: Medium Aquamarine. HEX triplet: 52, D7 and 9D. RGB value is (82,215,157). Sum of RGB (Red+Green+Blue) = 82+215+157=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 215 (84.38% from 255 or 47.36% from 454); Blue value is 157 (61.72% from 255 or 34.58% from 454); Max value from RGB is 215 - color contains mainly: green. Hex color #52D79D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D79D is #AD2862. Grayscale: #A8A8A8. Windows color (decimal): -11348067 or 10344274. OLE color: 10344274.
HSL color Cylindrical-coordinate representation of color #52D79D: hue angle of 153.83º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D79D is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 157 | - |
| CMYK | 0.62 | 0 | 0.27 | 0.16 |
| HSL | 153.83º | 0.62% | 0.58% | - |
| HSV(B) | 153.83º | 0.62% | 0.84% | - |
| XYZ | 33.87 | 52.83 | 40.31 | - |
| YUV | 168.62 | 121.44 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 157 | 0.62 | 0 | 0.27 | 0.16 | 153.83 | 0.62 | 0.58 |
| Hex | 52 | D7 | 9D | 3E | 0 | 1B | 10 | 9A | 3E | 3A |
| Octal | 122 | 327 | 235 | 76 | 0 | 33 | 20 | 232 | 76 | 72 |
| Binary | 1010010 | 11010111 | 10011101 | 111110 | 0 | 11011 | 10000 | 10011010 | 111110 | 111010 |
Color Harmonies of #52D79D
Complementary color
Monochromatic Colors of #52D79D
Black with #52D79D
Text Example
Text Example
White with #52D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D79D; }
p { color: rgb(82,215,157); }
H1.HeaderClassName
{
color: #52D79D;
}
.AnyTagClassName
{
color: #52D79D;
}
</style>
background-color css
<style>
a { background-color: #52D79D; }
a { background-color: rgb(82,215,157); }
div.DivClassName
{
background-color: #52D79D;
}
.BgClassName
{
background-color: #52D79D;
}
</style>
border-color css
<style>
span { border-color: #52D79D; }
span { border-color: rgb(82,215,157); }
td.TdClassName
{
border-color: #52D79D;
}
.TagClassName
{
border-color: #52D79D;
}
</style>