Shades of Medium Aquamarine #52DFAB
Tints of Medium Aquamarine #52DFAB
RGB
CMYK
RGB Variations
Color information
#52DFAB (or 0x52DFAB) is known color: Medium Aquamarine. HEX triplet: 52, DF and AB. RGB value is (82,223,171). Sum of RGB (Red+Green+Blue) = 82+223+171=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #52DFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DFAB is #AD2054. Grayscale: #AEAEAE. Windows color (decimal): -11346005 or 11263826. OLE color: 11263826.
HSL color Cylindrical-coordinate representation of color #52DFAB: hue angle of 157.87º 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 #52DFAB is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 223 | 171 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.13 |
| HSL | 157.87º | 0.69% | 0.6% | - |
| HSV(B) | 157.87º | 0.63% | 0.87% | - |
| XYZ | 37.22 | 57.51 | 47.67 | - |
| YUV | 174.91 | 125.79 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 223 | 171 | 0.63 | 0 | 0.23 | 0.13 | 157.87 | 0.69 | 0.6 |
| Hex | 52 | DF | AB | 3F | 0 | 17 | D | 9E | 45 | 3C |
| Octal | 122 | 337 | 253 | 77 | 0 | 27 | 15 | 236 | 105 | 74 |
| Binary | 1010010 | 11011111 | 10101011 | 111111 | 0 | 10111 | 1101 | 10011110 | 1000101 | 111100 |
Color Harmonies of #52DFAB
Complementary color
Monochromatic Colors of #52DFAB
Black with #52DFAB
Text Example
Text Example
White with #52DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DFAB; }
p { color: rgb(82,223,171); }
H1.HeaderClassName
{
color: #52DFAB;
}
.AnyTagClassName
{
color: #52DFAB;
}
</style>
background-color css
<style>
a { background-color: #52DFAB; }
a { background-color: rgb(82,223,171); }
div.DivClassName
{
background-color: #52DFAB;
}
.BgClassName
{
background-color: #52DFAB;
}
</style>
border-color css
<style>
span { border-color: #52DFAB; }
span { border-color: rgb(82,223,171); }
td.TdClassName
{
border-color: #52DFAB;
}
.TagClassName
{
border-color: #52DFAB;
}
</style>