Shades of Medium Aquamarine #52CDB6
Tints of Medium Aquamarine #52CDB6
RGB
CMYK
RGB Variations
Color information
#52CDB6 (or 0x52CDB6) is known color: Medium Aquamarine. HEX triplet: 52, CD and B6. RGB value is (82,205,182). Sum of RGB (Red+Green+Blue) = 82+205+182=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 205 (80.47% from 255 or 43.71% from 469); Blue value is 182 (71.48% from 255 or 38.81% from 469); Max value from RGB is 205 - color contains mainly: green. Hex color #52CDB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CDB6 is #AD3249. Grayscale: #A5A5A5. Windows color (decimal): -11350602 or 11980114. OLE color: 11980114.
HSL color Cylindrical-coordinate representation of color #52CDB6: hue angle of 168.78º 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 #52CDB6 is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 205 | 182 | - |
| CMYK | 0.6 | 0 | 0.11 | 0.20 |
| HSL | 168.78º | 0.55% | 0.56% | - |
| HSV(B) | 168.78º | 0.6% | 0.8% | - |
| XYZ | 33.75 | 48.83 | 51.9 | - |
| YUV | 165.6 | 137.25 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 205 | 182 | 0.6 | 0 | 0.11 | 0.20 | 168.78 | 0.55 | 0.56 |
| Hex | 52 | CD | B6 | 3C | 0 | B | 14 | A9 | 37 | 38 |
| Octal | 122 | 315 | 266 | 74 | 0 | 13 | 24 | 251 | 67 | 70 |
| Binary | 1010010 | 11001101 | 10110110 | 111100 | 0 | 1011 | 10100 | 10101001 | 110111 | 111000 |
Color Harmonies of #52CDB6
Complementary color
Monochromatic Colors of #52CDB6
Black with #52CDB6
Text Example
Text Example
White with #52CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CDB6; }
p { color: rgb(82,205,182); }
H1.HeaderClassName
{
color: #52CDB6;
}
.AnyTagClassName
{
color: #52CDB6;
}
</style>
background-color css
<style>
a { background-color: #52CDB6; }
a { background-color: rgb(82,205,182); }
div.DivClassName
{
background-color: #52CDB6;
}
.BgClassName
{
background-color: #52CDB6;
}
</style>
border-color css
<style>
span { border-color: #52CDB6; }
span { border-color: rgb(82,205,182); }
td.TdClassName
{
border-color: #52CDB6;
}
.TagClassName
{
border-color: #52CDB6;
}
</style>