Shades of Medium Aquamarine #55FEAC
Tints of Medium Aquamarine #55FEAC
RGB
CMYK
RGB Variations
Color information
#55FEAC (or 0x55FEAC) is known color: Medium Aquamarine. HEX triplet: 55, FE and AC. RGB value is (85,254,172). Sum of RGB (Red+Green+Blue) = 85+254+172=511 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.63% from 511); Green value is 254 (99.61% from 255 or 49.71% from 511); Blue value is 172 (67.58% from 255 or 33.66% from 511); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEAC is #AA0153. Grayscale: #C2C2C2. Windows color (decimal): -11141460 or 11337301. OLE color: 11337301.
HSL color Cylindrical-coordinate representation of color #55FEAC: hue angle of 150.89º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEAC is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 172 | - |
| CMYK | 0.67 | 0 | 0.32 | 0.00 |
| HSL | 150.89º | 0.99% | 0.66% | - |
| HSV(B) | 150.89º | 0.67% | 1% | - |
| XYZ | 46.63 | 75.79 | 51.2 | - |
| YUV | 194.12 | 115.51 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 172 | 0.67 | 0 | 0.32 | 0.00 | 150.89 | 0.99 | 0.66 |
| Hex | 55 | FE | AC | 43 | 0 | 20 | 0 | 97 | 63 | 42 |
| Octal | 125 | 376 | 254 | 103 | 0 | 40 | 0 | 227 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10101100 | 1000011 | 0 | 100000 | 0 | 10010111 | 1100011 | 1000010 |
Color Harmonies of #55FEAC
Complementary color
Monochromatic Colors of #55FEAC
Black with #55FEAC
Text Example
Text Example
White with #55FEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEAC; }
p { color: rgb(85,254,172); }
H1.HeaderClassName
{
color: #55FEAC;
}
.AnyTagClassName
{
color: #55FEAC;
}
</style>
background-color css
<style>
a { background-color: #55FEAC; }
a { background-color: rgb(85,254,172); }
div.DivClassName
{
background-color: #55FEAC;
}
.BgClassName
{
background-color: #55FEAC;
}
</style>
border-color css
<style>
span { border-color: #55FEAC; }
span { border-color: rgb(85,254,172); }
td.TdClassName
{
border-color: #55FEAC;
}
.TagClassName
{
border-color: #55FEAC;
}
</style>