Shades of Medium Aquamarine #52CFA3
Tints of Medium Aquamarine #52CFA3
RGB
CMYK
RGB Variations
Color information
#52CFA3 (or 0x52CFA3) is known color: Medium Aquamarine. HEX triplet: 52, CF and A3. RGB value is (82,207,163). Sum of RGB (Red+Green+Blue) = 82+207+163=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #52CFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CFA3 is #AD305C. Grayscale: #A4A4A4. Windows color (decimal): -11350109 or 10735442. OLE color: 10735442.
HSL color Cylindrical-coordinate representation of color #52CFA3: hue angle of 158.88º 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 #52CFA3 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 207 | 163 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.19 |
| HSL | 158.88º | 0.57% | 0.57% | - |
| HSV(B) | 158.88º | 0.6% | 0.81% | - |
| XYZ | 32.4 | 49.06 | 42.41 | - |
| YUV | 164.61 | 127.09 | 69.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 207 | 163 | 0.60 | 0 | 0.21 | 0.19 | 158.88 | 0.57 | 0.57 |
| Hex | 52 | CF | A3 | 3C | 0 | 15 | 13 | 9F | 39 | 39 |
| Octal | 122 | 317 | 243 | 74 | 0 | 25 | 23 | 237 | 71 | 71 |
| Binary | 1010010 | 11001111 | 10100011 | 111100 | 0 | 10101 | 10011 | 10011111 | 111001 | 111001 |
Color Harmonies of #52CFA3
Complementary color
Monochromatic Colors of #52CFA3
Black with #52CFA3
Text Example
Text Example
White with #52CFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CFA3; }
p { color: rgb(82,207,163); }
H1.HeaderClassName
{
color: #52CFA3;
}
.AnyTagClassName
{
color: #52CFA3;
}
</style>
background-color css
<style>
a { background-color: #52CFA3; }
a { background-color: rgb(82,207,163); }
div.DivClassName
{
background-color: #52CFA3;
}
.BgClassName
{
background-color: #52CFA3;
}
</style>
border-color css
<style>
span { border-color: #52CFA3; }
span { border-color: rgb(82,207,163); }
td.TdClassName
{
border-color: #52CFA3;
}
.TagClassName
{
border-color: #52CFA3;
}
</style>