Shades of Medium Aquamarine #52DFB6
Tints of Medium Aquamarine #52DFB6
RGB
CMYK
RGB Variations
Color information
#52DFB6 (or 0x52DFB6) is known color: Medium Aquamarine. HEX triplet: 52, DF and B6. RGB value is (82,223,182). Sum of RGB (Red+Green+Blue) = 82+223+182=487 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.84% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFB6 is #AD2049. Grayscale: #B0B0B0. Windows color (decimal): -11345994 or 11984722. OLE color: 11984722.
HSL color Cylindrical-coordinate representation of color #52DFB6: hue angle of 162.55º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DFB6 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 182 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.13 |
| HSL | 162.55º | 0.69% | 0.6% | - |
| HSV(B) | 162.55º | 0.63% | 0.87% | - |
| XYZ | 38.31 | 57.95 | 53.42 | - |
| YUV | 176.17 | 131.29 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 182 | 0.63 | 0 | 0.18 | 0.13 | 162.55 | 0.69 | 0.6 |
| Hex | 52 | DF | B6 | 3F | 0 | 12 | D | A3 | 45 | 3C |
| Octal | 122 | 337 | 266 | 77 | 0 | 22 | 15 | 243 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10110110 | 111111 | 0 | 10010 | 1101 | 10100011 | 1000101 | 111100 |
Color Harmonies of #52DFB6
Complementary color
Monochromatic Colors of #52DFB6
Black with #52DFB6
Text Example
Text Example
White with #52DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFB6; }
p { color: rgb(82,223,182); }
H1.HeaderClassName
{
color: #52DFB6;
}
.AnyTagClassName
{
color: #52DFB6;
}
</style>
background-color css
<style>
a { background-color: #52DFB6; }
a { background-color: rgb(82,223,182); }
div.DivClassName
{
background-color: #52DFB6;
}
.BgClassName
{
background-color: #52DFB6;
}
</style>
border-color css
<style>
span { border-color: #52DFB6; }
span { border-color: rgb(82,223,182); }
td.TdClassName
{
border-color: #52DFB6;
}
.TagClassName
{
border-color: #52DFB6;
}
</style>