Shades of Medium Aquamarine #52DFB5
Tints of Medium Aquamarine #52DFB5
RGB
CMYK
RGB Variations
Color information
#52DFB5 (or 0x52DFB5) is known color: Medium Aquamarine. HEX triplet: 52, DF and B5. RGB value is (82,223,181). Sum of RGB (Red+Green+Blue) = 82+223+181=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 181 (71.09% from 255 or 37.24% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DFB5 is #AD204A. Grayscale: #B0B0B0. Windows color (decimal): -11345995 or 11919186. OLE color: 11919186.
HSL color Cylindrical-coordinate representation of color #52DFB5: hue angle of 162.13º 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 #52DFB5 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 181 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.13 |
| HSL | 162.13º | 0.69% | 0.6% | - |
| HSV(B) | 162.13º | 0.63% | 0.87% | - |
| XYZ | 38.21 | 57.91 | 52.88 | - |
| YUV | 176.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 181 | 0.63 | 0 | 0.19 | 0.13 | 162.13 | 0.69 | 0.6 |
| Hex | 52 | DF | B5 | 3F | 0 | 13 | D | A2 | 45 | 3C |
| Octal | 122 | 337 | 265 | 77 | 0 | 23 | 15 | 242 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10110101 | 111111 | 0 | 10011 | 1101 | 10100010 | 1000101 | 111100 |
Color Harmonies of #52DFB5
Complementary color
Monochromatic Colors of #52DFB5
Black with #52DFB5
Text Example
Text Example
White with #52DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFB5; }
p { color: rgb(82,223,181); }
H1.HeaderClassName
{
color: #52DFB5;
}
.AnyTagClassName
{
color: #52DFB5;
}
</style>
background-color css
<style>
a { background-color: #52DFB5; }
a { background-color: rgb(82,223,181); }
div.DivClassName
{
background-color: #52DFB5;
}
.BgClassName
{
background-color: #52DFB5;
}
</style>
border-color css
<style>
span { border-color: #52DFB5; }
span { border-color: rgb(82,223,181); }
td.TdClassName
{
border-color: #52DFB5;
}
.TagClassName
{
border-color: #52DFB5;
}
</style>