Shades of Medium Aquamarine #52DEAC
Tints of Medium Aquamarine #52DEAC
RGB
CMYK
RGB Variations
Color information
#52DEAC (or 0x52DEAC) is known color: Medium Aquamarine. HEX triplet: 52, DE and AC. RGB value is (82,222,172). Sum of RGB (Red+Green+Blue) = 82+222+172=476 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.23% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #52DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DEAC is #AD2153. Grayscale: #AEAEAE. Windows color (decimal): -11346260 or 11329106. OLE color: 11329106.
HSL color Cylindrical-coordinate representation of color #52DEAC: hue angle of 158.57º degrees, saturation: 0.68, 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 #52DEAC is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 222 | 172 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.13 |
| HSL | 158.57º | 0.68% | 0.6% | - |
| HSV(B) | 158.57º | 0.63% | 0.87% | - |
| XYZ | 37.05 | 57.01 | 48.08 | - |
| YUV | 174.44 | 126.62 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 222 | 172 | 0.63 | 0 | 0.23 | 0.13 | 158.57 | 0.68 | 0.6 |
| Hex | 52 | DE | AC | 3F | 0 | 17 | D | 9F | 44 | 3C |
| Octal | 122 | 336 | 254 | 77 | 0 | 27 | 15 | 237 | 104 | 74 |
| Binary | 1010010 | 11011110 | 10101100 | 111111 | 0 | 10111 | 1101 | 10011111 | 1000100 | 111100 |
Color Harmonies of #52DEAC
Complementary color
Monochromatic Colors of #52DEAC
Black with #52DEAC
Text Example
Text Example
White with #52DEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52DEAC; }
p { color: rgb(82,222,172); }
H1.HeaderClassName
{
color: #52DEAC;
}
.AnyTagClassName
{
color: #52DEAC;
}
</style>
background-color css
<style>
a { background-color: #52DEAC; }
a { background-color: rgb(82,222,172); }
div.DivClassName
{
background-color: #52DEAC;
}
.BgClassName
{
background-color: #52DEAC;
}
</style>
border-color css
<style>
span { border-color: #52DEAC; }
span { border-color: rgb(82,222,172); }
td.TdClassName
{
border-color: #52DEAC;
}
.TagClassName
{
border-color: #52DEAC;
}
</style>