Shades of Medium Aquamarine #52FC9A
Tints of Medium Aquamarine #52FC9A
RGB
CMYK
RGB Variations
Color information
#52FC9A (or 0x52FC9A) is known color: Medium Aquamarine. HEX triplet: 52, FC and 9A. RGB value is (82,252,154). Sum of RGB (Red+Green+Blue) = 82+252+154=488 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.80% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 154 (60.55% from 255 or 31.56% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #52FC9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FC9A is #AD0365. Grayscale: #BEBEBE. Windows color (decimal): -11338598 or 10157138. OLE color: 10157138.
HSL color Cylindrical-coordinate representation of color #52FC9A: hue angle of 145.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52FC9A is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 252 | 154 | - |
| CMYK | 0.67 | 0 | 0.39 | 0.01 |
| HSL | 145.41º | 0.97% | 0.65% | - |
| HSV(B) | 145.41º | 0.67% | 0.99% | - |
| XYZ | 44.12 | 73.75 | 42.48 | - |
| YUV | 190 | 107.68 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 252 | 154 | 0.67 | 0 | 0.39 | 0.01 | 145.41 | 0.97 | 0.65 |
| Hex | 52 | FC | 9A | 43 | 0 | 27 | 1 | 91 | 61 | 41 |
| Octal | 122 | 374 | 232 | 103 | 0 | 47 | 1 | 221 | 141 | 101 |
| Binary | 1010010 | 11111100 | 10011010 | 1000011 | 0 | 100111 | 1 | 10010001 | 1100001 | 1000001 |
Color Harmonies of #52FC9A
Complementary color
Monochromatic Colors of #52FC9A
Black with #52FC9A
Text Example
Text Example
White with #52FC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52FC9A; }
p { color: rgb(82,252,154); }
H1.HeaderClassName
{
color: #52FC9A;
}
.AnyTagClassName
{
color: #52FC9A;
}
</style>
background-color css
<style>
a { background-color: #52FC9A; }
a { background-color: rgb(82,252,154); }
div.DivClassName
{
background-color: #52FC9A;
}
.BgClassName
{
background-color: #52FC9A;
}
</style>
border-color css
<style>
span { border-color: #52FC9A; }
span { border-color: rgb(82,252,154); }
td.TdClassName
{
border-color: #52FC9A;
}
.TagClassName
{
border-color: #52FC9A;
}
</style>