Shades of Medium Aquamarine #52D0B5
Tints of Medium Aquamarine #52D0B5
RGB
CMYK
RGB Variations
Color information
#52D0B5 (or 0x52D0B5) is known color: Medium Aquamarine. HEX triplet: 52, D0 and B5. RGB value is (82,208,181). Sum of RGB (Red+Green+Blue) = 82+208+181=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 181 (71.09% from 255 or 38.43% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #52D0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D0B5 is #AD2F4A. Grayscale: #A7A7A7. Windows color (decimal): -11349835 or 11915346. OLE color: 11915346.
HSL color Cylindrical-coordinate representation of color #52D0B5: hue angle of 167.14º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D0B5 is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 208 | 181 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.18 |
| HSL | 167.14º | 0.57% | 0.57% | - |
| HSV(B) | 167.14º | 0.61% | 0.82% | - |
| XYZ | 34.38 | 50.24 | 51.6 | - |
| YUV | 167.25 | 135.76 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 208 | 181 | 0.61 | 0 | 0.13 | 0.18 | 167.14 | 0.57 | 0.57 |
| Hex | 52 | D0 | B5 | 3D | 0 | D | 12 | A7 | 39 | 39 |
| Octal | 122 | 320 | 265 | 75 | 0 | 15 | 22 | 247 | 71 | 71 |
| Binary | 1010010 | 11010000 | 10110101 | 111101 | 0 | 1101 | 10010 | 10100111 | 111001 | 111001 |
Color Harmonies of #52D0B5
Complementary color
Monochromatic Colors of #52D0B5
Black with #52D0B5
Text Example
Text Example
White with #52D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52D0B5; }
p { color: rgb(82,208,181); }
H1.HeaderClassName
{
color: #52D0B5;
}
.AnyTagClassName
{
color: #52D0B5;
}
</style>
background-color css
<style>
a { background-color: #52D0B5; }
a { background-color: rgb(82,208,181); }
div.DivClassName
{
background-color: #52D0B5;
}
.BgClassName
{
background-color: #52D0B5;
}
</style>
border-color css
<style>
span { border-color: #52D0B5; }
span { border-color: rgb(82,208,181); }
td.TdClassName
{
border-color: #52D0B5;
}
.TagClassName
{
border-color: #52D0B5;
}
</style>