Shades of Medium Aquamarine #52DCB5
Tints of Medium Aquamarine #52DCB5
RGB
CMYK
RGB Variations
Color information
#52DCB5 (or 0x52DCB5) is known color: Medium Aquamarine. HEX triplet: 52, DC and B5. RGB value is (82,220,181). Sum of RGB (Red+Green+Blue) = 82+220+181=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #52DCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DCB5 is #AD234A. Grayscale: #AEAEAE. Windows color (decimal): -11346763 or 11918418. OLE color: 11918418.
HSL color Cylindrical-coordinate representation of color #52DCB5: hue angle of 163.04º 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 #52DCB5 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 220 | 181 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.14 |
| HSL | 163.04º | 0.66% | 0.59% | - |
| HSV(B) | 163.04º | 0.63% | 0.86% | - |
| XYZ | 37.41 | 56.32 | 52.61 | - |
| YUV | 174.29 | 131.78 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 220 | 181 | 0.63 | 0 | 0.18 | 0.14 | 163.04 | 0.66 | 0.59 |
| Hex | 52 | DC | B5 | 3F | 0 | 12 | E | A3 | 42 | 3B |
| Octal | 122 | 334 | 265 | 77 | 0 | 22 | 16 | 243 | 102 | 73 |
| Binary | 1010010 | 11011100 | 10110101 | 111111 | 0 | 10010 | 1110 | 10100011 | 1000010 | 111011 |
Color Harmonies of #52DCB5
Complementary color
Monochromatic Colors of #52DCB5
Black with #52DCB5
Text Example
Text Example
White with #52DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DCB5; }
p { color: rgb(82,220,181); }
H1.HeaderClassName
{
color: #52DCB5;
}
.AnyTagClassName
{
color: #52DCB5;
}
</style>
background-color css
<style>
a { background-color: #52DCB5; }
a { background-color: rgb(82,220,181); }
div.DivClassName
{
background-color: #52DCB5;
}
.BgClassName
{
background-color: #52DCB5;
}
</style>
border-color css
<style>
span { border-color: #52DCB5; }
span { border-color: rgb(82,220,181); }
td.TdClassName
{
border-color: #52DCB5;
}
.TagClassName
{
border-color: #52DCB5;
}
</style>