Shades of Medium Aquamarine #52DBAB
Tints of Medium Aquamarine #52DBAB
RGB
CMYK
RGB Variations
Color information
#52DBAB (or 0x52DBAB) is known color: Medium Aquamarine. HEX triplet: 52, DB and AB. RGB value is (82,219,171). Sum of RGB (Red+Green+Blue) = 82+219+171=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBAB is #AD2454. Grayscale: #ACACAC. Windows color (decimal): -11347029 or 11262802. OLE color: 11262802.
HSL color Cylindrical-coordinate representation of color #52DBAB: hue angle of 158.98º 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 #52DBAB is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 171 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.14 |
| HSL | 158.98º | 0.66% | 0.59% | - |
| HSV(B) | 158.98º | 0.63% | 0.86% | - |
| XYZ | 36.16 | 55.4 | 47.31 | - |
| YUV | 172.57 | 127.11 | 63.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 171 | 0.63 | 0 | 0.22 | 0.14 | 158.98 | 0.66 | 0.59 |
| Hex | 52 | DB | AB | 3F | 0 | 16 | E | 9F | 42 | 3B |
| Octal | 122 | 333 | 253 | 77 | 0 | 26 | 16 | 237 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10101011 | 111111 | 0 | 10110 | 1110 | 10011111 | 1000010 | 111011 |
Color Harmonies of #52DBAB
Complementary color
Monochromatic Colors of #52DBAB
Black with #52DBAB
Text Example
Text Example
White with #52DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBAB; }
p { color: rgb(82,219,171); }
H1.HeaderClassName
{
color: #52DBAB;
}
.AnyTagClassName
{
color: #52DBAB;
}
</style>
background-color css
<style>
a { background-color: #52DBAB; }
a { background-color: rgb(82,219,171); }
div.DivClassName
{
background-color: #52DBAB;
}
.BgClassName
{
background-color: #52DBAB;
}
</style>
border-color css
<style>
span { border-color: #52DBAB; }
span { border-color: rgb(82,219,171); }
td.TdClassName
{
border-color: #52DBAB;
}
.TagClassName
{
border-color: #52DBAB;
}
</style>