Shades of Medium Aquamarine #52DBA9
Tints of Medium Aquamarine #52DBA9
RGB
CMYK
RGB Variations
Color information
#52DBA9 (or 0x52DBA9) is known color: Medium Aquamarine. HEX triplet: 52, DB and A9. RGB value is (82,219,169). Sum of RGB (Red+Green+Blue) = 82+219+169=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 169 (66.41% from 255 or 35.96% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBA9 is #AD2456. Grayscale: #ACACAC. Windows color (decimal): -11347031 or 11131730. OLE color: 11131730.
HSL color Cylindrical-coordinate representation of color #52DBA9: hue angle of 158.1º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DBA9 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 169 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.14 |
| HSL | 158.1º | 0.66% | 0.59% | - |
| HSV(B) | 158.1º | 0.63% | 0.86% | - |
| XYZ | 35.97 | 55.32 | 46.32 | - |
| YUV | 172.34 | 126.11 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 169 | 0.63 | 0 | 0.23 | 0.14 | 158.1 | 0.66 | 0.59 |
| Hex | 52 | DB | A9 | 3F | 0 | 17 | E | 9E | 42 | 3B |
| Octal | 122 | 333 | 251 | 77 | 0 | 27 | 16 | 236 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10101001 | 111111 | 0 | 10111 | 1110 | 10011110 | 1000010 | 111011 |
Color Harmonies of #52DBA9
Complementary color
Monochromatic Colors of #52DBA9
Black with #52DBA9
Text Example
Text Example
White with #52DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBA9; }
p { color: rgb(82,219,169); }
H1.HeaderClassName
{
color: #52DBA9;
}
.AnyTagClassName
{
color: #52DBA9;
}
</style>
background-color css
<style>
a { background-color: #52DBA9; }
a { background-color: rgb(82,219,169); }
div.DivClassName
{
background-color: #52DBA9;
}
.BgClassName
{
background-color: #52DBA9;
}
</style>
border-color css
<style>
span { border-color: #52DBA9; }
span { border-color: rgb(82,219,169); }
td.TdClassName
{
border-color: #52DBA9;
}
.TagClassName
{
border-color: #52DBA9;
}
</style>