Shades of Medium Aquamarine #52D99A
Tints of Medium Aquamarine #52D99A
RGB
CMYK
RGB Variations
Color information
#52D99A (or 0x52D99A) is known color: Medium Aquamarine. HEX triplet: 52, D9 and 9A. RGB value is (82,217,154). Sum of RGB (Red+Green+Blue) = 82+217+154=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #52D99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D99A is #AD2665. Grayscale: #A9A9A9. Windows color (decimal): -11347558 or 10148178. OLE color: 10148178.
HSL color Cylindrical-coordinate representation of color #52D99A: hue angle of 152º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D99A is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 154 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.15 |
| HSL | 152º | 0.64% | 0.59% | - |
| HSV(B) | 152º | 0.62% | 0.85% | - |
| XYZ | 34.13 | 53.75 | 39.15 | - |
| YUV | 169.45 | 119.27 | 65.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 154 | 0.62 | 0 | 0.29 | 0.15 | 152 | 0.64 | 0.59 |
| Hex | 52 | D9 | 9A | 3E | 0 | 1D | F | 98 | 40 | 3B |
| Octal | 122 | 331 | 232 | 76 | 0 | 35 | 17 | 230 | 100 | 73 |
| Binary | 1010010 | 11011001 | 10011010 | 111110 | 0 | 11101 | 1111 | 10011000 | 1000000 | 111011 |
Color Harmonies of #52D99A
Complementary color
Monochromatic Colors of #52D99A
Black with #52D99A
Text Example
Text Example
White with #52D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D99A; }
p { color: rgb(82,217,154); }
H1.HeaderClassName
{
color: #52D99A;
}
.AnyTagClassName
{
color: #52D99A;
}
</style>
background-color css
<style>
a { background-color: #52D99A; }
a { background-color: rgb(82,217,154); }
div.DivClassName
{
background-color: #52D99A;
}
.BgClassName
{
background-color: #52D99A;
}
</style>
border-color css
<style>
span { border-color: #52D99A; }
span { border-color: rgb(82,217,154); }
td.TdClassName
{
border-color: #52D99A;
}
.TagClassName
{
border-color: #52D99A;
}
</style>