Shades of Medium Aquamarine #52DBA3
Tints of Medium Aquamarine #52DBA3
RGB
CMYK
RGB Variations
Color information
#52DBA3 (or 0x52DBA3) is known color: Medium Aquamarine. HEX triplet: 52, DB and A3. RGB value is (82,219,163). Sum of RGB (Red+Green+Blue) = 82+219+163=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBA3 is #AD245C. Grayscale: #ABABAB. Windows color (decimal): -11347037 or 10738514. OLE color: 10738514.
HSL color Cylindrical-coordinate representation of color #52DBA3: hue angle of 155.47º 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 #52DBA3 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 163 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.14 |
| HSL | 155.47º | 0.66% | 0.59% | - |
| HSV(B) | 155.47º | 0.63% | 0.86% | - |
| XYZ | 35.42 | 55.1 | 43.42 | - |
| YUV | 171.65 | 123.11 | 64.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 163 | 0.63 | 0 | 0.26 | 0.14 | 155.47 | 0.66 | 0.59 |
| Hex | 52 | DB | A3 | 3F | 0 | 1A | E | 9B | 42 | 3B |
| Octal | 122 | 333 | 243 | 77 | 0 | 32 | 16 | 233 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10100011 | 111111 | 0 | 11010 | 1110 | 10011011 | 1000010 | 111011 |
Color Harmonies of #52DBA3
Complementary color
Monochromatic Colors of #52DBA3
Black with #52DBA3
Text Example
Text Example
White with #52DBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBA3; }
p { color: rgb(82,219,163); }
H1.HeaderClassName
{
color: #52DBA3;
}
.AnyTagClassName
{
color: #52DBA3;
}
</style>
background-color css
<style>
a { background-color: #52DBA3; }
a { background-color: rgb(82,219,163); }
div.DivClassName
{
background-color: #52DBA3;
}
.BgClassName
{
background-color: #52DBA3;
}
</style>
border-color css
<style>
span { border-color: #52DBA3; }
span { border-color: rgb(82,219,163); }
td.TdClassName
{
border-color: #52DBA3;
}
.TagClassName
{
border-color: #52DBA3;
}
</style>