Shades of Medium Aquamarine #52D3B5
Tints of Medium Aquamarine #52D3B5
RGB
CMYK
RGB Variations
Color information
#52D3B5 (or 0x52D3B5) is known color: Medium Aquamarine. HEX triplet: 52, D3 and B5. RGB value is (82,211,181). Sum of RGB (Red+Green+Blue) = 82+211+181=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #52D3B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D3B5 is #AD2C4A. Grayscale: #A9A9A9. Windows color (decimal): -11349067 or 11916114. OLE color: 11916114.
HSL color Cylindrical-coordinate representation of color #52D3B5: hue angle of 166.05º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D3B5 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 211 | 181 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.17 |
| HSL | 166.05º | 0.59% | 0.57% | - |
| HSV(B) | 166.05º | 0.61% | 0.83% | - |
| XYZ | 35.11 | 51.72 | 51.85 | - |
| YUV | 169.01 | 134.76 | 65.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 211 | 181 | 0.61 | 0 | 0.14 | 0.17 | 166.05 | 0.59 | 0.57 |
| Hex | 52 | D3 | B5 | 3D | 0 | E | 11 | A6 | 3B | 39 |
| Octal | 122 | 323 | 265 | 75 | 0 | 16 | 21 | 246 | 73 | 71 |
| Binary | 1010010 | 11010011 | 10110101 | 111101 | 0 | 1110 | 10001 | 10100110 | 111011 | 111001 |
Color Harmonies of #52D3B5
Complementary color
Monochromatic Colors of #52D3B5
Black with #52D3B5
Text Example
Text Example
White with #52D3B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D3B5; }
p { color: rgb(82,211,181); }
H1.HeaderClassName
{
color: #52D3B5;
}
.AnyTagClassName
{
color: #52D3B5;
}
</style>
background-color css
<style>
a { background-color: #52D3B5; }
a { background-color: rgb(82,211,181); }
div.DivClassName
{
background-color: #52D3B5;
}
.BgClassName
{
background-color: #52D3B5;
}
</style>
border-color css
<style>
span { border-color: #52D3B5; }
span { border-color: rgb(82,211,181); }
td.TdClassName
{
border-color: #52D3B5;
}
.TagClassName
{
border-color: #52D3B5;
}
</style>