Shades of Medium Aquamarine #52CDB3
Tints of Medium Aquamarine #52CDB3
RGB
CMYK
RGB Variations
Color information
#52CDB3 (or 0x52CDB3) is known color: Medium Aquamarine. HEX triplet: 52, CD and B3. RGB value is (82,205,179). Sum of RGB (Red+Green+Blue) = 82+205+179=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 205 (80.47% from 255 or 43.99% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB3 is #AD324C. Grayscale: #A5A5A5. Windows color (decimal): -11350605 or 11783506. OLE color: 11783506.
HSL color Cylindrical-coordinate representation of color #52CDB3: hue angle of 167.32º 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 #52CDB3 is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 179 | - |
| CMYK | 0.6 | 0 | 0.13 | 0.20 |
| HSL | 167.32º | 0.55% | 0.56% | - |
| HSV(B) | 167.32º | 0.6% | 0.8% | - |
| XYZ | 33.45 | 48.71 | 50.29 | - |
| YUV | 165.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 179 | 0.6 | 0 | 0.13 | 0.20 | 167.32 | 0.55 | 0.56 |
| Hex | 52 | CD | B3 | 3C | 0 | D | 14 | A7 | 37 | 38 |
| Octal | 122 | 315 | 263 | 74 | 0 | 15 | 24 | 247 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10110011 | 111100 | 0 | 1101 | 10100 | 10100111 | 110111 | 111000 |
Color Harmonies of #52CDB3
Complementary color
Monochromatic Colors of #52CDB3
Black with #52CDB3
Text Example
Text Example
White with #52CDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDB3; }
p { color: rgb(82,205,179); }
H1.HeaderClassName
{
color: #52CDB3;
}
.AnyTagClassName
{
color: #52CDB3;
}
</style>
background-color css
<style>
a { background-color: #52CDB3; }
a { background-color: rgb(82,205,179); }
div.DivClassName
{
background-color: #52CDB3;
}
.BgClassName
{
background-color: #52CDB3;
}
</style>
border-color css
<style>
span { border-color: #52CDB3; }
span { border-color: rgb(82,205,179); }
td.TdClassName
{
border-color: #52CDB3;
}
.TagClassName
{
border-color: #52CDB3;
}
</style>