Shades of Medium Aquamarine #55EDA0
Tints of Medium Aquamarine #55EDA0
RGB
CMYK
RGB Variations
Color information
#55EDA0 (or 0x55EDA0) is known color: Medium Aquamarine. HEX triplet: 55, ED and A0. RGB value is (85,237,160). Sum of RGB (Red+Green+Blue) = 85+237+160=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 237 (92.97% from 255 or 49.17% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 237 - color contains mainly: green. Hex color #55EDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EDA0 is #AA125F. Grayscale: #B6B6B6. Windows color (decimal): -11145824 or 10546517. OLE color: 10546517.
HSL color Cylindrical-coordinate representation of color #55EDA0: hue angle of 149.61º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EDA0 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 237 | 160 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.07 |
| HSL | 149.61º | 0.81% | 0.63% | - |
| HSV(B) | 149.61º | 0.64% | 0.93% | - |
| XYZ | 40.38 | 65.04 | 43.68 | - |
| YUV | 182.77 | 115.14 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 237 | 160 | 0.64 | 0 | 0.32 | 0.07 | 149.61 | 0.81 | 0.63 |
| Hex | 55 | ED | A0 | 40 | 0 | 20 | 7 | 96 | 51 | 3F |
| Octal | 125 | 355 | 240 | 100 | 0 | 40 | 7 | 226 | 121 | 77 |
| Binary | 1010101 | 11101101 | 10100000 | 1000000 | 0 | 100000 | 111 | 10010110 | 1010001 | 111111 |
Color Harmonies of #55EDA0
Complementary color
Monochromatic Colors of #55EDA0
Black with #55EDA0
Text Example
Text Example
White with #55EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EDA0; }
p { color: rgb(85,237,160); }
H1.HeaderClassName
{
color: #55EDA0;
}
.AnyTagClassName
{
color: #55EDA0;
}
</style>
background-color css
<style>
a { background-color: #55EDA0; }
a { background-color: rgb(85,237,160); }
div.DivClassName
{
background-color: #55EDA0;
}
.BgClassName
{
background-color: #55EDA0;
}
</style>
border-color css
<style>
span { border-color: #55EDA0; }
span { border-color: rgb(85,237,160); }
td.TdClassName
{
border-color: #55EDA0;
}
.TagClassName
{
border-color: #55EDA0;
}
</style>