Shades of Medium Aquamarine #57EDA1
Tints of Medium Aquamarine #57EDA1
RGB
CMYK
RGB Variations
Color information
#57EDA1 (or 0x57EDA1) is known color: Medium Aquamarine. HEX triplet: 57, ED and A1. RGB value is (87,237,161). Sum of RGB (Red+Green+Blue) = 87+237+161=485 (64% of max value = 765). Red value is 87 (34.38% from 255 or 17.94% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 161 (63.28% from 255 or 33.20% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #57EDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #57EDA1 is #A8125E. Grayscale: #B7B7B7. Windows color (decimal): -11014751 or 10612055. OLE color: 10612055.
HSL color Cylindrical-coordinate representation of color #57EDA1: hue angle of 149.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57EDA1 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 237 | 161 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.07 |
| HSL | 149.6º | 0.81% | 0.64% | - |
| HSV(B) | 149.6º | 0.63% | 0.93% | - |
| XYZ | 40.65 | 65.17 | 44.15 | - |
| YUV | 183.49 | 115.31 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 237 | 161 | 0.63 | 0 | 0.32 | 0.07 | 149.6 | 0.81 | 0.64 |
| Hex | 57 | ED | A1 | 3F | 0 | 20 | 7 | 96 | 51 | 40 |
| Octal | 127 | 355 | 241 | 77 | 0 | 40 | 7 | 226 | 121 | 100 |
| Binary | 1010111 | 11101101 | 10100001 | 111111 | 0 | 100000 | 111 | 10010110 | 1010001 | 1000000 |
Color Harmonies of #57EDA1
Complementary color
Monochromatic Colors of #57EDA1
Black with #57EDA1
Text Example
Text Example
White with #57EDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57EDA1; }
p { color: rgb(87,237,161); }
H1.HeaderClassName
{
color: #57EDA1;
}
.AnyTagClassName
{
color: #57EDA1;
}
</style>
background-color css
<style>
a { background-color: #57EDA1; }
a { background-color: rgb(87,237,161); }
div.DivClassName
{
background-color: #57EDA1;
}
.BgClassName
{
background-color: #57EDA1;
}
</style>
border-color css
<style>
span { border-color: #57EDA1; }
span { border-color: rgb(87,237,161); }
td.TdClassName
{
border-color: #57EDA1;
}
.TagClassName
{
border-color: #57EDA1;
}
</style>