Shades of Medium Aquamarine #52F89C
Tints of Medium Aquamarine #52F89C
RGB
CMYK
RGB Variations
Color information
#52F89C (or 0x52F89C) is known color: Medium Aquamarine. HEX triplet: 52, F8 and 9C. RGB value is (82,248,156). Sum of RGB (Red+Green+Blue) = 82+248+156=486 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.87% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 156 (61.33% from 255 or 32.10% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #52F89C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F89C is #AD0763. Grayscale: #BCBCBC. Windows color (decimal): -11339620 or 10287186. OLE color: 10287186.
HSL color Cylindrical-coordinate representation of color #52F89C: hue angle of 146.75º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F89C is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 248 | 156 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.03 |
| HSL | 146.75º | 0.92% | 0.65% | - |
| HSV(B) | 146.75º | 0.67% | 0.97% | - |
| XYZ | 43.05 | 71.33 | 42.95 | - |
| YUV | 187.88 | 110 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 248 | 156 | 0.67 | 0 | 0.37 | 0.03 | 146.75 | 0.92 | 0.65 |
| Hex | 52 | F8 | 9C | 43 | 0 | 25 | 3 | 93 | 5C | 41 |
| Octal | 122 | 370 | 234 | 103 | 0 | 45 | 3 | 223 | 134 | 101 |
| Binary | 1010010 | 11111000 | 10011100 | 1000011 | 0 | 100101 | 11 | 10010011 | 1011100 | 1000001 |
Color Harmonies of #52F89C
Complementary color
Monochromatic Colors of #52F89C
Black with #52F89C
Text Example
Text Example
White with #52F89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F89C; }
p { color: rgb(82,248,156); }
H1.HeaderClassName
{
color: #52F89C;
}
.AnyTagClassName
{
color: #52F89C;
}
</style>
background-color css
<style>
a { background-color: #52F89C; }
a { background-color: rgb(82,248,156); }
div.DivClassName
{
background-color: #52F89C;
}
.BgClassName
{
background-color: #52F89C;
}
</style>
border-color css
<style>
span { border-color: #52F89C; }
span { border-color: rgb(82,248,156); }
td.TdClassName
{
border-color: #52F89C;
}
.TagClassName
{
border-color: #52F89C;
}
</style>