Shades of Medium Aquamarine #52D7B2
Tints of Medium Aquamarine #52D7B2
RGB
CMYK
RGB Variations
Color information
#52D7B2 (or 0x52D7B2) is known color: Medium Aquamarine. HEX triplet: 52, D7 and B2. RGB value is (82,215,178). Sum of RGB (Red+Green+Blue) = 82+215+178=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #52D7B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D7B2 is #AD284D. Grayscale: #ABABAB. Windows color (decimal): -11348046 or 11720530. OLE color: 11720530.
HSL color Cylindrical-coordinate representation of color #52D7B2: hue angle of 163.31º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D7B2 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 215 | 178 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.16 |
| HSL | 163.31º | 0.62% | 0.58% | - |
| HSV(B) | 163.31º | 0.62% | 0.84% | - |
| XYZ | 35.82 | 53.61 | 50.58 | - |
| YUV | 171.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 215 | 178 | 0.62 | 0 | 0.17 | 0.16 | 163.31 | 0.62 | 0.58 |
| Hex | 52 | D7 | B2 | 3E | 0 | 11 | 10 | A3 | 3E | 3A |
| Octal | 122 | 327 | 262 | 76 | 0 | 21 | 20 | 243 | 76 | 72 |
| Binary | 1010010 | 11010111 | 10110010 | 111110 | 0 | 10001 | 10000 | 10100011 | 111110 | 111010 |
Color Harmonies of #52D7B2
Complementary color
Monochromatic Colors of #52D7B2
Black with #52D7B2
Text Example
Text Example
White with #52D7B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D7B2; }
p { color: rgb(82,215,178); }
H1.HeaderClassName
{
color: #52D7B2;
}
.AnyTagClassName
{
color: #52D7B2;
}
</style>
background-color css
<style>
a { background-color: #52D7B2; }
a { background-color: rgb(82,215,178); }
div.DivClassName
{
background-color: #52D7B2;
}
.BgClassName
{
background-color: #52D7B2;
}
</style>
border-color css
<style>
span { border-color: #52D7B2; }
span { border-color: rgb(82,215,178); }
td.TdClassName
{
border-color: #52D7B2;
}
.TagClassName
{
border-color: #52D7B2;
}
</style>