Shades of Medium Aquamarine #52F99A
Tints of Medium Aquamarine #52F99A
RGB
CMYK
RGB Variations
Color information
#52F99A (or 0x52F99A) is known color: Medium Aquamarine. HEX triplet: 52, F9 and 9A. RGB value is (82,249,154). Sum of RGB (Red+Green+Blue) = 82+249+154=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 249 (97.66% from 255 or 51.34% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 249 - color contains mainly: green. Hex color #52F99A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F99A is #AD0665. Grayscale: #BCBCBC. Windows color (decimal): -11339366 or 10156370. OLE color: 10156370.
HSL color Cylindrical-coordinate representation of color #52F99A: hue angle of 145.87º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F99A is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 249 | 154 | - |
| CMYK | 0.67 | 0 | 0.38 | 0.02 |
| HSL | 145.87º | 0.93% | 0.65% | - |
| HSV(B) | 145.87º | 0.67% | 0.98% | - |
| XYZ | 43.19 | 71.88 | 42.17 | - |
| YUV | 188.24 | 108.67 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 249 | 154 | 0.67 | 0 | 0.38 | 0.02 | 145.87 | 0.93 | 0.65 |
| Hex | 52 | F9 | 9A | 43 | 0 | 26 | 2 | 92 | 5D | 41 |
| Octal | 122 | 371 | 232 | 103 | 0 | 46 | 2 | 222 | 135 | 101 |
| Binary | 1010010 | 11111001 | 10011010 | 1000011 | 0 | 100110 | 10 | 10010010 | 1011101 | 1000001 |
Color Harmonies of #52F99A
Complementary color
Monochromatic Colors of #52F99A
Black with #52F99A
Text Example
Text Example
White with #52F99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F99A; }
p { color: rgb(82,249,154); }
H1.HeaderClassName
{
color: #52F99A;
}
.AnyTagClassName
{
color: #52F99A;
}
</style>
background-color css
<style>
a { background-color: #52F99A; }
a { background-color: rgb(82,249,154); }
div.DivClassName
{
background-color: #52F99A;
}
.BgClassName
{
background-color: #52F99A;
}
</style>
border-color css
<style>
span { border-color: #52F99A; }
span { border-color: rgb(82,249,154); }
td.TdClassName
{
border-color: #52F99A;
}
.TagClassName
{
border-color: #52F99A;
}
</style>