Shades of Medium Aquamarine #55E1A0
Tints of Medium Aquamarine #55E1A0
RGB
CMYK
RGB Variations
Color information
#55E1A0 (or 0x55E1A0) is known color: Medium Aquamarine. HEX triplet: 55, E1 and A0. RGB value is (85,225,160). Sum of RGB (Red+Green+Blue) = 85+225+160=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 225 (88.28% from 255 or 47.87% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 225 - color contains mainly: green. Hex color #55E1A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55E1A0 is #AA1E5F. Grayscale: #AFAFAF. Windows color (decimal): -11148896 or 10543445. OLE color: 10543445.
HSL color Cylindrical-coordinate representation of color #55E1A0: hue angle of 152.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55E1A0 is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 225 | 160 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.12 |
| HSL | 152.14º | 0.7% | 0.61% | - |
| HSV(B) | 152.14º | 0.62% | 0.88% | - |
| XYZ | 37.02 | 58.32 | 42.56 | - |
| YUV | 175.73 | 119.12 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 225 | 160 | 0.62 | 0 | 0.29 | 0.12 | 152.14 | 0.7 | 0.61 |
| Hex | 55 | E1 | A0 | 3E | 0 | 1D | C | 98 | 46 | 3D |
| Octal | 125 | 341 | 240 | 76 | 0 | 35 | 14 | 230 | 106 | 75 |
| Binary | 1010101 | 11100001 | 10100000 | 111110 | 0 | 11101 | 1100 | 10011000 | 1000110 | 111101 |
Color Harmonies of #55E1A0
Complementary color
Monochromatic Colors of #55E1A0
Black with #55E1A0
Text Example
Text Example
White with #55E1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E1A0; }
p { color: rgb(85,225,160); }
H1.HeaderClassName
{
color: #55E1A0;
}
.AnyTagClassName
{
color: #55E1A0;
}
</style>
background-color css
<style>
a { background-color: #55E1A0; }
a { background-color: rgb(85,225,160); }
div.DivClassName
{
background-color: #55E1A0;
}
.BgClassName
{
background-color: #55E1A0;
}
</style>
border-color css
<style>
span { border-color: #55E1A0; }
span { border-color: rgb(85,225,160); }
td.TdClassName
{
border-color: #55E1A0;
}
.TagClassName
{
border-color: #55E1A0;
}
</style>