Shades of Medium Aquamarine #52DBA4
Tints of Medium Aquamarine #52DBA4
RGB
CMYK
RGB Variations
Color information
#52DBA4 (or 0x52DBA4) is known color: Medium Aquamarine. HEX triplet: 52, DB and A4. RGB value is (82,219,164). Sum of RGB (Red+Green+Blue) = 82+219+164=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DBA4 is #AD245B. Grayscale: #ABABAB. Windows color (decimal): -11347036 or 10804050. OLE color: 10804050.
HSL color Cylindrical-coordinate representation of color #52DBA4: hue angle of 155.91º 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 #52DBA4 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 219 | 164 | - |
| CMYK | 0.63 | 0 | 0.25 | 0.14 |
| HSL | 155.91º | 0.66% | 0.59% | - |
| HSV(B) | 155.91º | 0.63% | 0.86% | - |
| XYZ | 35.51 | 55.14 | 43.89 | - |
| YUV | 171.77 | 123.61 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 219 | 164 | 0.63 | 0 | 0.25 | 0.14 | 155.91 | 0.66 | 0.59 |
| Hex | 52 | DB | A4 | 3F | 0 | 19 | E | 9C | 42 | 3B |
| Octal | 122 | 333 | 244 | 77 | 0 | 31 | 16 | 234 | 102 | 73 |
| Binary | 1010010 | 11011011 | 10100100 | 111111 | 0 | 11001 | 1110 | 10011100 | 1000010 | 111011 |
Color Harmonies of #52DBA4
Complementary color
Monochromatic Colors of #52DBA4
Black with #52DBA4
Text Example
Text Example
White with #52DBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DBA4; }
p { color: rgb(82,219,164); }
H1.HeaderClassName
{
color: #52DBA4;
}
.AnyTagClassName
{
color: #52DBA4;
}
</style>
background-color css
<style>
a { background-color: #52DBA4; }
a { background-color: rgb(82,219,164); }
div.DivClassName
{
background-color: #52DBA4;
}
.BgClassName
{
background-color: #52DBA4;
}
</style>
border-color css
<style>
span { border-color: #52DBA4; }
span { border-color: rgb(82,219,164); }
td.TdClassName
{
border-color: #52DBA4;
}
.TagClassName
{
border-color: #52DBA4;
}
</style>