Shades of Medium Aquamarine #52F3A8
Tints of Medium Aquamarine #52F3A8
RGB
CMYK
RGB Variations
Color information
#52F3A8 (or 0x52F3A8) is known color: Medium Aquamarine. HEX triplet: 52, F3 and A8. RGB value is (82,243,168). Sum of RGB (Red+Green+Blue) = 82+243+168=493 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.63% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 168 (66.02% from 255 or 34.08% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #52F3A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52F3A8 is #AD0C57. Grayscale: #BABABA. Windows color (decimal): -11340888 or 11072338. OLE color: 11072338.
HSL color Cylindrical-coordinate representation of color #52F3A8: hue angle of 152.05º 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 #52F3A8 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 243 | 168 | - |
| CMYK | 0.66 | 0 | 0.31 | 0.05 |
| HSL | 152.05º | 0.87% | 0.64% | - |
| HSV(B) | 152.05º | 0.66% | 0.95% | - |
| XYZ | 42.6 | 68.72 | 48.07 | - |
| YUV | 186.31 | 117.66 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 243 | 168 | 0.66 | 0 | 0.31 | 0.05 | 152.05 | 0.87 | 0.64 |
| Hex | 52 | F3 | A8 | 42 | 0 | 1F | 5 | 98 | 57 | 40 |
| Octal | 122 | 363 | 250 | 102 | 0 | 37 | 5 | 230 | 127 | 100 |
| Binary | 1010010 | 11110011 | 10101000 | 1000010 | 0 | 11111 | 101 | 10011000 | 1010111 | 1000000 |
Color Harmonies of #52F3A8
Complementary color
Monochromatic Colors of #52F3A8
Black with #52F3A8
Text Example
Text Example
White with #52F3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52F3A8; }
p { color: rgb(82,243,168); }
H1.HeaderClassName
{
color: #52F3A8;
}
.AnyTagClassName
{
color: #52F3A8;
}
</style>
background-color css
<style>
a { background-color: #52F3A8; }
a { background-color: rgb(82,243,168); }
div.DivClassName
{
background-color: #52F3A8;
}
.BgClassName
{
background-color: #52F3A8;
}
</style>
border-color css
<style>
span { border-color: #52F3A8; }
span { border-color: rgb(82,243,168); }
td.TdClassName
{
border-color: #52F3A8;
}
.TagClassName
{
border-color: #52F3A8;
}
</style>