Shades of Medium Aquamarine #55EBA0
Tints of Medium Aquamarine #55EBA0
RGB
CMYK
RGB Variations
Color information
#55EBA0 (or 0x55EBA0) is known color: Medium Aquamarine. HEX triplet: 55, EB and A0. RGB value is (85,235,160). Sum of RGB (Red+Green+Blue) = 85+235+160=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 235 (92.19% from 255 or 48.96% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBA0 is #AA145F. Grayscale: #B5B5B5. Windows color (decimal): -11146336 or 10546005. OLE color: 10546005.
HSL color Cylindrical-coordinate representation of color #55EBA0: hue angle of 150º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #55EBA0 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 160 | - |
| CMYK | 0.64 | 0 | 0.32 | 0.08 |
| HSL | 150º | 0.79% | 0.63% | - |
| HSV(B) | 150º | 0.64% | 0.92% | - |
| XYZ | 39.8 | 63.89 | 43.49 | - |
| YUV | 181.6 | 115.81 | 59.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 160 | 0.64 | 0 | 0.32 | 0.08 | 150 | 0.79 | 0.63 |
| Hex | 55 | EB | A0 | 40 | 0 | 20 | 8 | 96 | 4F | 3F |
| Octal | 125 | 353 | 240 | 100 | 0 | 40 | 10 | 226 | 117 | 77 |
| Binary | 1010101 | 11101011 | 10100000 | 1000000 | 0 | 100000 | 1000 | 10010110 | 1001111 | 111111 |
Color Harmonies of #55EBA0
Complementary color
Monochromatic Colors of #55EBA0
Black with #55EBA0
Text Example
Text Example
White with #55EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBA0; }
p { color: rgb(85,235,160); }
H1.HeaderClassName
{
color: #55EBA0;
}
.AnyTagClassName
{
color: #55EBA0;
}
</style>
background-color css
<style>
a { background-color: #55EBA0; }
a { background-color: rgb(85,235,160); }
div.DivClassName
{
background-color: #55EBA0;
}
.BgClassName
{
background-color: #55EBA0;
}
</style>
border-color css
<style>
span { border-color: #55EBA0; }
span { border-color: rgb(85,235,160); }
td.TdClassName
{
border-color: #55EBA0;
}
.TagClassName
{
border-color: #55EBA0;
}
</style>