Shades of Medium Aquamarine #52DCB8
Tints of Medium Aquamarine #52DCB8
RGB
CMYK
RGB Variations
Color information
#52DCB8 (or 0x52DCB8) is known color: Medium Aquamarine. HEX triplet: 52, DC and B8. RGB value is (82,220,184). Sum of RGB (Red+Green+Blue) = 82+220+184=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCB8 is #AD2347. Grayscale: #AEAEAE. Windows color (decimal): -11346760 or 12115026. OLE color: 12115026.
HSL color Cylindrical-coordinate representation of color #52DCB8: hue angle of 164.35º 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 #52DCB8 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 184 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.14 |
| HSL | 164.35º | 0.66% | 0.59% | - |
| HSV(B) | 164.35º | 0.63% | 0.86% | - |
| XYZ | 37.72 | 56.44 | 54.25 | - |
| YUV | 174.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 184 | 0.63 | 0 | 0.16 | 0.14 | 164.35 | 0.66 | 0.59 |
| Hex | 52 | DC | B8 | 3F | 0 | 10 | E | A4 | 42 | 3B |
| Octal | 122 | 334 | 270 | 77 | 0 | 20 | 16 | 244 | 102 | 73 |
| Binary | 1010010 | 11011100 | 10111000 | 111111 | 0 | 10000 | 1110 | 10100100 | 1000010 | 111011 |
Color Harmonies of #52DCB8
Complementary color
Monochromatic Colors of #52DCB8
Black with #52DCB8
Text Example
Text Example
White with #52DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCB8; }
p { color: rgb(82,220,184); }
H1.HeaderClassName
{
color: #52DCB8;
}
.AnyTagClassName
{
color: #52DCB8;
}
</style>
background-color css
<style>
a { background-color: #52DCB8; }
a { background-color: rgb(82,220,184); }
div.DivClassName
{
background-color: #52DCB8;
}
.BgClassName
{
background-color: #52DCB8;
}
</style>
border-color css
<style>
span { border-color: #52DCB8; }
span { border-color: rgb(82,220,184); }
td.TdClassName
{
border-color: #52DCB8;
}
.TagClassName
{
border-color: #52DCB8;
}
</style>