Shades of Medium Aquamarine #52CDB4
Tints of Medium Aquamarine #52CDB4
RGB
CMYK
RGB Variations
Color information
#52CDB4 (or 0x52CDB4) is known color: Medium Aquamarine. HEX triplet: 52, CD and B4. RGB value is (82,205,180). Sum of RGB (Red+Green+Blue) = 82+205+180=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 205 (80.47% from 255 or 43.90% from 467); Blue value is 180 (70.70% from 255 or 38.54% from 467); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB4 is #AD324B. Grayscale: #A5A5A5. Windows color (decimal): -11350604 or 11849042. OLE color: 11849042.
HSL color Cylindrical-coordinate representation of color #52CDB4: hue angle of 167.8º 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 #52CDB4 is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 180 | - |
| CMYK | 0.6 | 0 | 0.12 | 0.20 |
| HSL | 167.8º | 0.55% | 0.56% | - |
| HSV(B) | 167.8º | 0.6% | 0.8% | - |
| XYZ | 33.55 | 48.75 | 50.82 | - |
| YUV | 165.37 | 136.25 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 180 | 0.6 | 0 | 0.12 | 0.20 | 167.8 | 0.55 | 0.56 |
| Hex | 52 | CD | B4 | 3C | 0 | C | 14 | A8 | 37 | 38 |
| Octal | 122 | 315 | 264 | 74 | 0 | 14 | 24 | 250 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10110100 | 111100 | 0 | 1100 | 10100 | 10101000 | 110111 | 111000 |
Color Harmonies of #52CDB4
Complementary color
Monochromatic Colors of #52CDB4
Black with #52CDB4
Text Example
Text Example
White with #52CDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDB4; }
p { color: rgb(82,205,180); }
H1.HeaderClassName
{
color: #52CDB4;
}
.AnyTagClassName
{
color: #52CDB4;
}
</style>
background-color css
<style>
a { background-color: #52CDB4; }
a { background-color: rgb(82,205,180); }
div.DivClassName
{
background-color: #52CDB4;
}
.BgClassName
{
background-color: #52CDB4;
}
</style>
border-color css
<style>
span { border-color: #52CDB4; }
span { border-color: rgb(82,205,180); }
td.TdClassName
{
border-color: #52CDB4;
}
.TagClassName
{
border-color: #52CDB4;
}
</style>