Shades of Medium Aquamarine #52CCA8
Tints of Medium Aquamarine #52CCA8
RGB
CMYK
RGB Variations
Color information
#52CCA8 (or 0x52CCA8) is known color: Medium Aquamarine. HEX triplet: 52, CC and A8. RGB value is (82,204,168). Sum of RGB (Red+Green+Blue) = 82+204+168=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CCA8 is #AD3357. Grayscale: #A3A3A3. Windows color (decimal): -11350872 or 11062354. OLE color: 11062354.
HSL color Cylindrical-coordinate representation of color #52CCA8: hue angle of 162.3º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCA8 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 204 | 168 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.2 |
| HSL | 162.3º | 0.54% | 0.56% | - |
| HSV(B) | 162.3º | 0.6% | 0.8% | - |
| XYZ | 32.14 | 47.81 | 44.58 | - |
| YUV | 163.42 | 130.58 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 204 | 168 | 0.60 | 0 | 0.18 | 0.2 | 162.3 | 0.54 | 0.56 |
| Hex | 52 | CC | A8 | 3C | 0 | 12 | 14 | A2 | 36 | 38 |
| Octal | 122 | 314 | 250 | 74 | 0 | 22 | 24 | 242 | 66 | 70 |
| Binary | 1010010 | 11001100 | 10101000 | 111100 | 0 | 10010 | 10100 | 10100010 | 110110 | 111000 |
Color Harmonies of #52CCA8
Complementary color
Monochromatic Colors of #52CCA8
Black with #52CCA8
Text Example
Text Example
White with #52CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CCA8; }
p { color: rgb(82,204,168); }
H1.HeaderClassName
{
color: #52CCA8;
}
.AnyTagClassName
{
color: #52CCA8;
}
</style>
background-color css
<style>
a { background-color: #52CCA8; }
a { background-color: rgb(82,204,168); }
div.DivClassName
{
background-color: #52CCA8;
}
.BgClassName
{
background-color: #52CCA8;
}
</style>
border-color css
<style>
span { border-color: #52CCA8; }
span { border-color: rgb(82,204,168); }
td.TdClassName
{
border-color: #52CCA8;
}
.TagClassName
{
border-color: #52CCA8;
}
</style>