Shades of Medium Aquamarine #52CDB5
Tints of Medium Aquamarine #52CDB5
RGB
CMYK
RGB Variations
Color information
#52CDB5 (or 0x52CDB5) is known color: Medium Aquamarine. HEX triplet: 52, CD and B5. RGB value is (82,205,181). Sum of RGB (Red+Green+Blue) = 82+205+181=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 181 (71.09% from 255 or 38.68% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB5 is #AD324A. Grayscale: #A5A5A5. Windows color (decimal): -11350603 or 11914578. OLE color: 11914578.
HSL color Cylindrical-coordinate representation of color #52CDB5: hue angle of 168.29º 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 #52CDB5 is Cyan = 0.6, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 181 | - |
| CMYK | 0.6 | 0 | 0.12 | 0.20 |
| HSL | 168.29º | 0.55% | 0.56% | - |
| HSV(B) | 168.29º | 0.6% | 0.8% | - |
| XYZ | 33.65 | 48.79 | 51.36 | - |
| YUV | 165.49 | 136.75 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 181 | 0.6 | 0 | 0.12 | 0.20 | 168.29 | 0.55 | 0.56 |
| Hex | 52 | CD | B5 | 3C | 0 | C | 14 | A8 | 37 | 38 |
| Octal | 122 | 315 | 265 | 74 | 0 | 14 | 24 | 250 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10110101 | 111100 | 0 | 1100 | 10100 | 10101000 | 110111 | 111000 |
Color Harmonies of #52CDB5
Complementary color
Monochromatic Colors of #52CDB5
Black with #52CDB5
Text Example
Text Example
White with #52CDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDB5; }
p { color: rgb(82,205,181); }
H1.HeaderClassName
{
color: #52CDB5;
}
.AnyTagClassName
{
color: #52CDB5;
}
</style>
background-color css
<style>
a { background-color: #52CDB5; }
a { background-color: rgb(82,205,181); }
div.DivClassName
{
background-color: #52CDB5;
}
.BgClassName
{
background-color: #52CDB5;
}
</style>
border-color css
<style>
span { border-color: #52CDB5; }
span { border-color: rgb(82,205,181); }
td.TdClassName
{
border-color: #52CDB5;
}
.TagClassName
{
border-color: #52CDB5;
}
</style>