Shades of Medium Aquamarine #52DFB1
Tints of Medium Aquamarine #52DFB1
RGB
CMYK
RGB Variations
Color information
#52DFB1 (or 0x52DFB1) is known color: Medium Aquamarine. HEX triplet: 52, DF and B1. RGB value is (82,223,177). Sum of RGB (Red+Green+Blue) = 82+223+177=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 177 (69.53% from 255 or 36.72% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DFB1 is #AD204E. Grayscale: #AFAFAF. Windows color (decimal): -11345999 or 11657042. OLE color: 11657042.
HSL color Cylindrical-coordinate representation of color #52DFB1: hue angle of 160.43º 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 #52DFB1 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 177 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.13 |
| HSL | 160.43º | 0.69% | 0.6% | - |
| HSV(B) | 160.43º | 0.63% | 0.87% | - |
| XYZ | 37.8 | 57.74 | 50.75 | - |
| YUV | 175.6 | 128.79 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 177 | 0.63 | 0 | 0.21 | 0.13 | 160.43 | 0.69 | 0.6 |
| Hex | 52 | DF | B1 | 3F | 0 | 15 | D | A0 | 45 | 3C |
| Octal | 122 | 337 | 261 | 77 | 0 | 25 | 15 | 240 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10110001 | 111111 | 0 | 10101 | 1101 | 10100000 | 1000101 | 111100 |
Color Harmonies of #52DFB1
Complementary color
Monochromatic Colors of #52DFB1
Black with #52DFB1
Text Example
Text Example
White with #52DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFB1; }
p { color: rgb(82,223,177); }
H1.HeaderClassName
{
color: #52DFB1;
}
.AnyTagClassName
{
color: #52DFB1;
}
</style>
background-color css
<style>
a { background-color: #52DFB1; }
a { background-color: rgb(82,223,177); }
div.DivClassName
{
background-color: #52DFB1;
}
.BgClassName
{
background-color: #52DFB1;
}
</style>
border-color css
<style>
span { border-color: #52DFB1; }
span { border-color: rgb(82,223,177); }
td.TdClassName
{
border-color: #52DFB1;
}
.TagClassName
{
border-color: #52DFB1;
}
</style>