Shades of Medium Aquamarine #52CDB2
Tints of Medium Aquamarine #52CDB2
RGB
CMYK
RGB Variations
Color information
#52CDB2 (or 0x52CDB2) is known color: Medium Aquamarine. HEX triplet: 52, CD and B2. RGB value is (82,205,178). Sum of RGB (Red+Green+Blue) = 82+205+178=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CDB2 is #AD324D. Grayscale: #A5A5A5. Windows color (decimal): -11350606 or 11717970. OLE color: 11717970.
HSL color Cylindrical-coordinate representation of color #52CDB2: hue angle of 166.83º 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 #52CDB2 is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 178 | - |
| CMYK | 0.6 | 0 | 0.13 | 0.20 |
| HSL | 166.83º | 0.55% | 0.56% | - |
| HSV(B) | 166.83º | 0.6% | 0.8% | - |
| XYZ | 33.35 | 48.67 | 49.76 | - |
| YUV | 165.15 | 135.25 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 178 | 0.6 | 0 | 0.13 | 0.20 | 166.83 | 0.55 | 0.56 |
| Hex | 52 | CD | B2 | 3C | 0 | D | 14 | A7 | 37 | 38 |
| Octal | 122 | 315 | 262 | 74 | 0 | 15 | 24 | 247 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10110010 | 111100 | 0 | 1101 | 10100 | 10100111 | 110111 | 111000 |
Color Harmonies of #52CDB2
Complementary color
Monochromatic Colors of #52CDB2
Black with #52CDB2
Text Example
Text Example
White with #52CDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDB2; }
p { color: rgb(82,205,178); }
H1.HeaderClassName
{
color: #52CDB2;
}
.AnyTagClassName
{
color: #52CDB2;
}
</style>
background-color css
<style>
a { background-color: #52CDB2; }
a { background-color: rgb(82,205,178); }
div.DivClassName
{
background-color: #52CDB2;
}
.BgClassName
{
background-color: #52CDB2;
}
</style>
border-color css
<style>
span { border-color: #52CDB2; }
span { border-color: rgb(82,205,178); }
td.TdClassName
{
border-color: #52CDB2;
}
.TagClassName
{
border-color: #52CDB2;
}
</style>