Shades of Medium Aquamarine #52F3A0
Tints of Medium Aquamarine #52F3A0
RGB
CMYK
RGB Variations
Color information
#52F3A0 (or 0x52F3A0) is known color: Medium Aquamarine. HEX triplet: 52, F3 and A0. RGB value is (82,243,160). Sum of RGB (Red+Green+Blue) = 82+243+160=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 160 (62.89% from 255 or 32.99% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #52F3A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F3A0 is #AD0C5F. Grayscale: #B9B9B9. Windows color (decimal): -11340896 or 10548050. OLE color: 10548050.
HSL color Cylindrical-coordinate representation of color #52F3A0: hue angle of 149.07º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F3A0 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 160 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.05 |
| HSL | 149.07º | 0.87% | 0.64% | - |
| HSV(B) | 149.07º | 0.66% | 0.95% | - |
| XYZ | 41.88 | 68.43 | 44.26 | - |
| YUV | 185.4 | 113.66 | 54.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 160 | 0.66 | 0 | 0.34 | 0.05 | 149.07 | 0.87 | 0.64 |
| Hex | 52 | F3 | A0 | 42 | 0 | 22 | 5 | 95 | 57 | 40 |
| Octal | 122 | 363 | 240 | 102 | 0 | 42 | 5 | 225 | 127 | 100 |
| Binary | 1010010 | 11110011 | 10100000 | 1000010 | 0 | 100010 | 101 | 10010101 | 1010111 | 1000000 |
Color Harmonies of #52F3A0
Complementary color
Monochromatic Colors of #52F3A0
Black with #52F3A0
Text Example
Text Example
White with #52F3A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F3A0; }
p { color: rgb(82,243,160); }
H1.HeaderClassName
{
color: #52F3A0;
}
.AnyTagClassName
{
color: #52F3A0;
}
</style>
background-color css
<style>
a { background-color: #52F3A0; }
a { background-color: rgb(82,243,160); }
div.DivClassName
{
background-color: #52F3A0;
}
.BgClassName
{
background-color: #52F3A0;
}
</style>
border-color css
<style>
span { border-color: #52F3A0; }
span { border-color: rgb(82,243,160); }
td.TdClassName
{
border-color: #52F3A0;
}
.TagClassName
{
border-color: #52F3A0;
}
</style>