Shades of Medium Aquamarine #52D9AC
Tints of Medium Aquamarine #52D9AC
RGB
CMYK
RGB Variations
Color information
#52D9AC (or 0x52D9AC) is known color: Medium Aquamarine. HEX triplet: 52, D9 and AC. RGB value is (82,217,172). Sum of RGB (Red+Green+Blue) = 82+217+172=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #52D9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D9AC is #AD2653. Grayscale: #ABABAB. Windows color (decimal): -11347540 or 11327826. OLE color: 11327826.
HSL color Cylindrical-coordinate representation of color #52D9AC: hue angle of 160º 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 #52D9AC is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 172 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.15 |
| HSL | 160º | 0.64% | 0.59% | - |
| HSV(B) | 160º | 0.62% | 0.85% | - |
| XYZ | 35.74 | 54.4 | 47.65 | - |
| YUV | 171.51 | 128.27 | 64.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 172 | 0.62 | 0 | 0.21 | 0.15 | 160 | 0.64 | 0.59 |
| Hex | 52 | D9 | AC | 3E | 0 | 15 | F | A0 | 40 | 3B |
| Octal | 122 | 331 | 254 | 76 | 0 | 25 | 17 | 240 | 100 | 73 |
| Binary | 1010010 | 11011001 | 10101100 | 111110 | 0 | 10101 | 1111 | 10100000 | 1000000 | 111011 |
Color Harmonies of #52D9AC
Complementary color
Monochromatic Colors of #52D9AC
Black with #52D9AC
Text Example
Text Example
White with #52D9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D9AC; }
p { color: rgb(82,217,172); }
H1.HeaderClassName
{
color: #52D9AC;
}
.AnyTagClassName
{
color: #52D9AC;
}
</style>
background-color css
<style>
a { background-color: #52D9AC; }
a { background-color: rgb(82,217,172); }
div.DivClassName
{
background-color: #52D9AC;
}
.BgClassName
{
background-color: #52D9AC;
}
</style>
border-color css
<style>
span { border-color: #52D9AC; }
span { border-color: rgb(82,217,172); }
td.TdClassName
{
border-color: #52D9AC;
}
.TagClassName
{
border-color: #52D9AC;
}
</style>