Shades of Medium Aquamarine #55E9AC
Tints of Medium Aquamarine #55E9AC
RGB
CMYK
RGB Variations
Color information
#55E9AC (or 0x55E9AC) is known color: Medium Aquamarine. HEX triplet: 55, E9 and AC. RGB value is (85,233,172). Sum of RGB (Red+Green+Blue) = 85+233+172=490 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.35% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #55E9AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55E9AC is #AA1653. Grayscale: #B5B5B5. Windows color (decimal): -11146836 or 11331925. OLE color: 11331925.
HSL color Cylindrical-coordinate representation of color #55E9AC: hue angle of 155.27º 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 #55E9AC is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 233 | 172 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.09 |
| HSL | 155.27º | 0.77% | 0.62% | - |
| HSV(B) | 155.27º | 0.64% | 0.91% | - |
| XYZ | 40.33 | 63.19 | 49.1 | - |
| YUV | 181.79 | 122.47 | 58.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 233 | 172 | 0.64 | 0 | 0.26 | 0.09 | 155.27 | 0.77 | 0.62 |
| Hex | 55 | E9 | AC | 40 | 0 | 1A | 9 | 9B | 4D | 3E |
| Octal | 125 | 351 | 254 | 100 | 0 | 32 | 11 | 233 | 115 | 76 |
| Binary | 1010101 | 11101001 | 10101100 | 1000000 | 0 | 11010 | 1001 | 10011011 | 1001101 | 111110 |
Color Harmonies of #55E9AC
Complementary color
Monochromatic Colors of #55E9AC
Black with #55E9AC
Text Example
Text Example
White with #55E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E9AC; }
p { color: rgb(85,233,172); }
H1.HeaderClassName
{
color: #55E9AC;
}
.AnyTagClassName
{
color: #55E9AC;
}
</style>
background-color css
<style>
a { background-color: #55E9AC; }
a { background-color: rgb(85,233,172); }
div.DivClassName
{
background-color: #55E9AC;
}
.BgClassName
{
background-color: #55E9AC;
}
</style>
border-color css
<style>
span { border-color: #55E9AC; }
span { border-color: rgb(85,233,172); }
td.TdClassName
{
border-color: #55E9AC;
}
.TagClassName
{
border-color: #55E9AC;
}
</style>