Shades of Medium Aquamarine #52CEB2
Tints of Medium Aquamarine #52CEB2
RGB
CMYK
RGB Variations
Color information
#52CEB2 (or 0x52CEB2) is known color: Medium Aquamarine. HEX triplet: 52, CE and B2. RGB value is (82,206,178). Sum of RGB (Red+Green+Blue) = 82+206+178=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 206 (80.86% from 255 or 44.21% from 466); Blue value is 178 (69.92% from 255 or 38.20% from 466); Max value from RGB is 206 - color contains mainly: green. Hex color #52CEB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CEB2 is #AD314D. Grayscale: #A5A5A5. Windows color (decimal): -11350350 or 11718226. OLE color: 11718226.
HSL color Cylindrical-coordinate representation of color #52CEB2: hue angle of 166.45º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CEB2 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 178 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.19 |
| HSL | 166.45º | 0.56% | 0.56% | - |
| HSV(B) | 166.45º | 0.6% | 0.81% | - |
| XYZ | 33.59 | 49.15 | 49.84 | - |
| YUV | 165.73 | 134.92 | 68.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 178 | 0.60 | 0 | 0.14 | 0.19 | 166.45 | 0.56 | 0.56 |
| Hex | 52 | CE | B2 | 3C | 0 | E | 13 | A6 | 38 | 38 |
| Octal | 122 | 316 | 262 | 74 | 0 | 16 | 23 | 246 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10110010 | 111100 | 0 | 1110 | 10011 | 10100110 | 111000 | 111000 |
Color Harmonies of #52CEB2
Complementary color
Monochromatic Colors of #52CEB2
Black with #52CEB2
Text Example
Text Example
White with #52CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CEB2; }
p { color: rgb(82,206,178); }
H1.HeaderClassName
{
color: #52CEB2;
}
.AnyTagClassName
{
color: #52CEB2;
}
</style>
background-color css
<style>
a { background-color: #52CEB2; }
a { background-color: rgb(82,206,178); }
div.DivClassName
{
background-color: #52CEB2;
}
.BgClassName
{
background-color: #52CEB2;
}
</style>
border-color css
<style>
span { border-color: #52CEB2; }
span { border-color: rgb(82,206,178); }
td.TdClassName
{
border-color: #52CEB2;
}
.TagClassName
{
border-color: #52CEB2;
}
</style>