Shades of Medium Aquamarine #52CDA8
Tints of Medium Aquamarine #52CDA8
RGB
CMYK
RGB Variations
Color information
#52CDA8 (or 0x52CDA8) is known color: Medium Aquamarine. HEX triplet: 52, CD and A8. RGB value is (82,205,168). Sum of RGB (Red+Green+Blue) = 82+205+168=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 168 (66.02% from 255 or 36.92% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDA8 is #AD3257. Grayscale: #A4A4A4. Windows color (decimal): -11350616 or 11062610. OLE color: 11062610.
HSL color Cylindrical-coordinate representation of color #52CDA8: hue angle of 161.95º degrees, saturation: 0.55, 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 #52CDA8 is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 168 | - |
| CMYK | 0.6 | 0 | 0.18 | 0.20 |
| HSL | 161.95º | 0.55% | 0.56% | - |
| HSV(B) | 161.95º | 0.6% | 0.8% | - |
| XYZ | 32.38 | 48.28 | 44.66 | - |
| YUV | 164.01 | 130.25 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 168 | 0.6 | 0 | 0.18 | 0.20 | 161.95 | 0.55 | 0.56 |
| Hex | 52 | CD | A8 | 3C | 0 | 12 | 14 | A2 | 37 | 38 |
| Octal | 122 | 315 | 250 | 74 | 0 | 22 | 24 | 242 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10101000 | 111100 | 0 | 10010 | 10100 | 10100010 | 110111 | 111000 |
Color Harmonies of #52CDA8
Complementary color
Monochromatic Colors of #52CDA8
Black with #52CDA8
Text Example
Text Example
White with #52CDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDA8; }
p { color: rgb(82,205,168); }
H1.HeaderClassName
{
color: #52CDA8;
}
.AnyTagClassName
{
color: #52CDA8;
}
</style>
background-color css
<style>
a { background-color: #52CDA8; }
a { background-color: rgb(82,205,168); }
div.DivClassName
{
background-color: #52CDA8;
}
.BgClassName
{
background-color: #52CDA8;
}
</style>
border-color css
<style>
span { border-color: #52CDA8; }
span { border-color: rgb(82,205,168); }
td.TdClassName
{
border-color: #52CDA8;
}
.TagClassName
{
border-color: #52CDA8;
}
</style>