Shades of Medium Aquamarine #55E9A0
Tints of Medium Aquamarine #55E9A0
RGB
CMYK
RGB Variations
Color information
#55E9A0 (or 0x55E9A0) is known color: Medium Aquamarine. HEX triplet: 55, E9 and A0. RGB value is (85,233,160). Sum of RGB (Red+Green+Blue) = 85+233+160=478 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.78% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E9A0 is #AA165F. Grayscale: #B4B4B4. Windows color (decimal): -11146848 or 10545493. OLE color: 10545493.
HSL color Cylindrical-coordinate representation of color #55E9A0: hue angle of 150.41º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55E9A0 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 160 | - |
| CMYK | 0.64 | 0 | 0.31 | 0.09 |
| HSL | 150.41º | 0.77% | 0.62% | - |
| HSV(B) | 150.41º | 0.64% | 0.91% | - |
| XYZ | 39.23 | 62.75 | 43.3 | - |
| YUV | 180.43 | 116.47 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 160 | 0.64 | 0 | 0.31 | 0.09 | 150.41 | 0.77 | 0.62 |
| Hex | 55 | E9 | A0 | 40 | 0 | 1F | 9 | 96 | 4D | 3E |
| Octal | 125 | 351 | 240 | 100 | 0 | 37 | 11 | 226 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10100000 | 1000000 | 0 | 11111 | 1001 | 10010110 | 1001101 | 111110 |
Color Harmonies of #55E9A0
Complementary color
Monochromatic Colors of #55E9A0
Black with #55E9A0
Text Example
Text Example
White with #55E9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9A0; }
p { color: rgb(85,233,160); }
H1.HeaderClassName
{
color: #55E9A0;
}
.AnyTagClassName
{
color: #55E9A0;
}
</style>
background-color css
<style>
a { background-color: #55E9A0; }
a { background-color: rgb(85,233,160); }
div.DivClassName
{
background-color: #55E9A0;
}
.BgClassName
{
background-color: #55E9A0;
}
</style>
border-color css
<style>
span { border-color: #55E9A0; }
span { border-color: rgb(85,233,160); }
td.TdClassName
{
border-color: #55E9A0;
}
.TagClassName
{
border-color: #55E9A0;
}
</style>