Shades of Medium Aquamarine #52CFAC
Tints of Medium Aquamarine #52CFAC
RGB
CMYK
RGB Variations
Color information
#52CFAC (or 0x52CFAC) is known color: Medium Aquamarine. HEX triplet: 52, CF and AC. RGB value is (82,207,172). Sum of RGB (Red+Green+Blue) = 82+207+172=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CFAC is #AD3053. Grayscale: #A5A5A5. Windows color (decimal): -11350100 or 11325266. OLE color: 11325266.
HSL color Cylindrical-coordinate representation of color #52CFAC: hue angle of 163.2º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CFAC is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 172 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.19 |
| HSL | 163.2º | 0.57% | 0.57% | - |
| HSV(B) | 163.2º | 0.6% | 0.81% | - |
| XYZ | 33.24 | 49.4 | 46.81 | - |
| YUV | 165.64 | 131.59 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 172 | 0.60 | 0 | 0.17 | 0.19 | 163.2 | 0.57 | 0.57 |
| Hex | 52 | CF | AC | 3C | 0 | 11 | 13 | A3 | 39 | 39 |
| Octal | 122 | 317 | 254 | 74 | 0 | 21 | 23 | 243 | 71 | 71 |
| Binary | 1010010 | 11001111 | 10101100 | 111100 | 0 | 10001 | 10011 | 10100011 | 111001 | 111001 |
Color Harmonies of #52CFAC
Complementary color
Monochromatic Colors of #52CFAC
Black with #52CFAC
Text Example
Text Example
White with #52CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFAC; }
p { color: rgb(82,207,172); }
H1.HeaderClassName
{
color: #52CFAC;
}
.AnyTagClassName
{
color: #52CFAC;
}
</style>
background-color css
<style>
a { background-color: #52CFAC; }
a { background-color: rgb(82,207,172); }
div.DivClassName
{
background-color: #52CFAC;
}
.BgClassName
{
background-color: #52CFAC;
}
</style>
border-color css
<style>
span { border-color: #52CFAC; }
span { border-color: rgb(82,207,172); }
td.TdClassName
{
border-color: #52CFAC;
}
.TagClassName
{
border-color: #52CFAC;
}
</style>