Shades of Medium Aquamarine #55FFAC
Tints of Medium Aquamarine #55FFAC
RGB
CMYK
RGB Variations
Color information
#55FFAC (or 0x55FFAC) is known color: Medium Aquamarine. HEX triplet: 55, FF and AC. RGB value is (85,255,172). Sum of RGB (Red+Green+Blue) = 85+255+172=512 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.60% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFAC is #AA0053. Grayscale: #C2C2C2. Windows color (decimal): -11141204 or 11337557. OLE color: 11337557.
HSL color Cylindrical-coordinate representation of color #55FFAC: hue angle of 150.71º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FFAC is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 172 | - |
| CMYK | 0.67 | 0 | 0.33 | 0 |
| HSL | 150.71º | 1% | 0.67% | - |
| HSV(B) | 150.71º | 0.67% | 1% | - |
| XYZ | 46.95 | 76.43 | 51.31 | - |
| YUV | 194.71 | 115.18 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 172 | 0.67 | 0 | 0.33 | 0 | 150.71 | 1 | 0.67 |
| Hex | 55 | FF | AC | 43 | 0 | 21 | 0 | 97 | 64 | 43 |
| Octal | 125 | 377 | 254 | 103 | 0 | 41 | 0 | 227 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10101100 | 1000011 | 0 | 100001 | 0 | 10010111 | 1100100 | 1000011 |
Color Harmonies of #55FFAC
Complementary color
Monochromatic Colors of #55FFAC
Black with #55FFAC
Text Example
Text Example
White with #55FFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFAC; }
p { color: rgb(85,255,172); }
H1.HeaderClassName
{
color: #55FFAC;
}
.AnyTagClassName
{
color: #55FFAC;
}
</style>
background-color css
<style>
a { background-color: #55FFAC; }
a { background-color: rgb(85,255,172); }
div.DivClassName
{
background-color: #55FFAC;
}
.BgClassName
{
background-color: #55FFAC;
}
</style>
border-color css
<style>
span { border-color: #55FFAC; }
span { border-color: rgb(85,255,172); }
td.TdClassName
{
border-color: #55FFAC;
}
.TagClassName
{
border-color: #55FFAC;
}
</style>