Shades of Medium Aquamarine #55EBAC
Tints of Medium Aquamarine #55EBAC
RGB
CMYK
RGB Variations
Color information
#55EBAC (or 0x55EBAC) is known color: Medium Aquamarine. HEX triplet: 55, EB and AC. RGB value is (85,235,172). Sum of RGB (Red+Green+Blue) = 85+235+172=492 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.28% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #55EBAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55EBAC is #AA1453. Grayscale: #B7B7B7. Windows color (decimal): -11146324 or 11332437. OLE color: 11332437.
HSL color Cylindrical-coordinate representation of color #55EBAC: hue angle of 154.8º 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 #55EBAC is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 172 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.08 |
| HSL | 154.8º | 0.79% | 0.63% | - |
| HSV(B) | 154.8º | 0.64% | 0.92% | - |
| XYZ | 40.9 | 64.33 | 49.29 | - |
| YUV | 182.97 | 121.81 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 172 | 0.64 | 0 | 0.27 | 0.08 | 154.8 | 0.79 | 0.63 |
| Hex | 55 | EB | AC | 40 | 0 | 1B | 8 | 9B | 4F | 3F |
| Octal | 125 | 353 | 254 | 100 | 0 | 33 | 10 | 233 | 117 | 77 |
| Binary | 1010101 | 11101011 | 10101100 | 1000000 | 0 | 11011 | 1000 | 10011011 | 1001111 | 111111 |
Color Harmonies of #55EBAC
Complementary color
Monochromatic Colors of #55EBAC
Black with #55EBAC
Text Example
Text Example
White with #55EBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EBAC; }
p { color: rgb(85,235,172); }
H1.HeaderClassName
{
color: #55EBAC;
}
.AnyTagClassName
{
color: #55EBAC;
}
</style>
background-color css
<style>
a { background-color: #55EBAC; }
a { background-color: rgb(85,235,172); }
div.DivClassName
{
background-color: #55EBAC;
}
.BgClassName
{
background-color: #55EBAC;
}
</style>
border-color css
<style>
span { border-color: #55EBAC; }
span { border-color: rgb(85,235,172); }
td.TdClassName
{
border-color: #55EBAC;
}
.TagClassName
{
border-color: #55EBAC;
}
</style>