Shades of Medium Aquamarine #52D9A1
Tints of Medium Aquamarine #52D9A1
RGB
CMYK
RGB Variations
Color information
#52D9A1 (or 0x52D9A1) is known color: Medium Aquamarine. HEX triplet: 52, D9 and A1. RGB value is (82,217,161). Sum of RGB (Red+Green+Blue) = 82+217+161=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 161 (63.28% from 255 or 35% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #52D9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D9A1 is #AD265E. Grayscale: #AAAAAA. Windows color (decimal): -11347551 or 10606930. OLE color: 10606930.
HSL color Cylindrical-coordinate representation of color #52D9A1: hue angle of 155.11º 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 #52D9A1 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 217 | 161 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.15 |
| HSL | 155.11º | 0.64% | 0.59% | - |
| HSV(B) | 155.11º | 0.62% | 0.85% | - |
| XYZ | 34.73 | 53.99 | 42.31 | - |
| YUV | 170.25 | 122.77 | 65.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 217 | 161 | 0.62 | 0 | 0.26 | 0.15 | 155.11 | 0.64 | 0.59 |
| Hex | 52 | D9 | A1 | 3E | 0 | 1A | F | 9B | 40 | 3B |
| Octal | 122 | 331 | 241 | 76 | 0 | 32 | 17 | 233 | 100 | 73 |
| Binary | 1010010 | 11011001 | 10100001 | 111110 | 0 | 11010 | 1111 | 10011011 | 1000000 | 111011 |
Color Harmonies of #52D9A1
Complementary color
Monochromatic Colors of #52D9A1
Black with #52D9A1
Text Example
Text Example
White with #52D9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D9A1; }
p { color: rgb(82,217,161); }
H1.HeaderClassName
{
color: #52D9A1;
}
.AnyTagClassName
{
color: #52D9A1;
}
</style>
background-color css
<style>
a { background-color: #52D9A1; }
a { background-color: rgb(82,217,161); }
div.DivClassName
{
background-color: #52D9A1;
}
.BgClassName
{
background-color: #52D9A1;
}
</style>
border-color css
<style>
span { border-color: #52D9A1; }
span { border-color: rgb(82,217,161); }
td.TdClassName
{
border-color: #52D9A1;
}
.TagClassName
{
border-color: #52D9A1;
}
</style>