Shades of Medium Aquamarine #52F49C
Tints of Medium Aquamarine #52F49C
RGB
CMYK
RGB Variations
Color information
#52F49C (or 0x52F49C) is known color: Medium Aquamarine. HEX triplet: 52, F4 and 9C. RGB value is (82,244,156). Sum of RGB (Red+Green+Blue) = 82+244+156=482 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.01% from 482); Green value is 244 (95.70% from 255 or 50.62% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 244 - color contains mainly: green. Hex color #52F49C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F49C is #AD0B63. Grayscale: #B9B9B9. Windows color (decimal): -11340644 or 10286162. OLE color: 10286162.
HSL color Cylindrical-coordinate representation of color #52F49C: hue angle of 147.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F49C is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 244 | 156 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.04 |
| HSL | 147.41º | 0.88% | 0.64% | - |
| HSV(B) | 147.41º | 0.66% | 0.96% | - |
| XYZ | 41.83 | 68.9 | 42.55 | - |
| YUV | 185.53 | 111.33 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 244 | 156 | 0.66 | 0 | 0.36 | 0.04 | 147.41 | 0.88 | 0.64 |
| Hex | 52 | F4 | 9C | 42 | 0 | 24 | 4 | 93 | 58 | 40 |
| Octal | 122 | 364 | 234 | 102 | 0 | 44 | 4 | 223 | 130 | 100 |
| Binary | 1010010 | 11110100 | 10011100 | 1000010 | 0 | 100100 | 100 | 10010011 | 1011000 | 1000000 |
Color Harmonies of #52F49C
Complementary color
Monochromatic Colors of #52F49C
Black with #52F49C
Text Example
Text Example
White with #52F49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F49C; }
p { color: rgb(82,244,156); }
H1.HeaderClassName
{
color: #52F49C;
}
.AnyTagClassName
{
color: #52F49C;
}
</style>
background-color css
<style>
a { background-color: #52F49C; }
a { background-color: rgb(82,244,156); }
div.DivClassName
{
background-color: #52F49C;
}
.BgClassName
{
background-color: #52F49C;
}
</style>
border-color css
<style>
span { border-color: #52F49C; }
span { border-color: rgb(82,244,156); }
td.TdClassName
{
border-color: #52F49C;
}
.TagClassName
{
border-color: #52F49C;
}
</style>