Shades of Medium Aquamarine #52EDA1
Tints of Medium Aquamarine #52EDA1
RGB
CMYK
RGB Variations
Color information
#52EDA1 (or 0x52EDA1) is known color: Medium Aquamarine. HEX triplet: 52, ED and A1. RGB value is (82,237,161). Sum of RGB (Red+Green+Blue) = 82+237+161=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #52EDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EDA1 is #AD125E. Grayscale: #B6B6B6. Windows color (decimal): -11342431 or 10612050. OLE color: 10612050.
HSL color Cylindrical-coordinate representation of color #52EDA1: hue angle of 150.58º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EDA1 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 237 | 161 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.07 |
| HSL | 150.58º | 0.81% | 0.63% | - |
| HSV(B) | 150.58º | 0.65% | 0.93% | - |
| XYZ | 40.2 | 64.94 | 44.13 | - |
| YUV | 181.99 | 116.15 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 237 | 161 | 0.65 | 0 | 0.32 | 0.07 | 150.58 | 0.81 | 0.63 |
| Hex | 52 | ED | A1 | 41 | 0 | 20 | 7 | 97 | 51 | 3F |
| Octal | 122 | 355 | 241 | 101 | 0 | 40 | 7 | 227 | 121 | 77 |
| Binary | 1010010 | 11101101 | 10100001 | 1000001 | 0 | 100000 | 111 | 10010111 | 1010001 | 111111 |
Color Harmonies of #52EDA1
Complementary color
Monochromatic Colors of #52EDA1
Black with #52EDA1
Text Example
Text Example
White with #52EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EDA1; }
p { color: rgb(82,237,161); }
H1.HeaderClassName
{
color: #52EDA1;
}
.AnyTagClassName
{
color: #52EDA1;
}
</style>
background-color css
<style>
a { background-color: #52EDA1; }
a { background-color: rgb(82,237,161); }
div.DivClassName
{
background-color: #52EDA1;
}
.BgClassName
{
background-color: #52EDA1;
}
</style>
border-color css
<style>
span { border-color: #52EDA1; }
span { border-color: rgb(82,237,161); }
td.TdClassName
{
border-color: #52EDA1;
}
.TagClassName
{
border-color: #52EDA1;
}
</style>