Shades of Medium Aquamarine #52F0AB
Tints of Medium Aquamarine #52F0AB
RGB
CMYK
RGB Variations
Color information
#52F0AB (or 0x52F0AB) is known color: Medium Aquamarine. HEX triplet: 52, F0 and AB. RGB value is (82,240,171). Sum of RGB (Red+Green+Blue) = 82+240+171=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F0AB is #AD0F54. Grayscale: #B9B9B9. Windows color (decimal): -11341653 or 11268178. OLE color: 11268178.
HSL color Cylindrical-coordinate representation of color #52F0AB: hue angle of 153.8º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0AB is Cyan = 0.66, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 240 | 171 | - |
| CMYK | 0.66 | 0 | 0.29 | 0.06 |
| HSL | 153.8º | 0.84% | 0.63% | - |
| HSV(B) | 153.8º | 0.66% | 0.94% | - |
| XYZ | 41.99 | 67.05 | 49.26 | - |
| YUV | 184.89 | 120.15 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 240 | 171 | 0.66 | 0 | 0.29 | 0.06 | 153.8 | 0.84 | 0.63 |
| Hex | 52 | F0 | AB | 42 | 0 | 1D | 6 | 9A | 54 | 3F |
| Octal | 122 | 360 | 253 | 102 | 0 | 35 | 6 | 232 | 124 | 77 |
| Binary | 1010010 | 11110000 | 10101011 | 1000010 | 0 | 11101 | 110 | 10011010 | 1010100 | 111111 |
Color Harmonies of #52F0AB
Complementary color
Monochromatic Colors of #52F0AB
Black with #52F0AB
Text Example
Text Example
White with #52F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F0AB; }
p { color: rgb(82,240,171); }
H1.HeaderClassName
{
color: #52F0AB;
}
.AnyTagClassName
{
color: #52F0AB;
}
</style>
background-color css
<style>
a { background-color: #52F0AB; }
a { background-color: rgb(82,240,171); }
div.DivClassName
{
background-color: #52F0AB;
}
.BgClassName
{
background-color: #52F0AB;
}
</style>
border-color css
<style>
span { border-color: #52F0AB; }
span { border-color: rgb(82,240,171); }
td.TdClassName
{
border-color: #52F0AB;
}
.TagClassName
{
border-color: #52F0AB;
}
</style>