Shades of Medium Aquamarine #55FFA1
Tints of Medium Aquamarine #55FFA1
RGB
CMYK
RGB Variations
Color information
#55FFA1 (or 0x55FFA1) is known color: Medium Aquamarine. HEX triplet: 55, FF and A1. RGB value is (85,255,161). Sum of RGB (Red+Green+Blue) = 85+255+161=501 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.97% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 161 (63.28% from 255 or 32.14% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFA1 is #AA005E. Grayscale: #C1C1C1. Windows color (decimal): -11141215 or 10616661. OLE color: 10616661.
HSL color Cylindrical-coordinate representation of color #55FFA1: hue angle of 146.82º 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 #55FFA1 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 161 | - |
| CMYK | 0.67 | 0 | 0.37 | 0 |
| HSL | 146.82º | 1% | 0.67% | - |
| HSV(B) | 146.82º | 0.67% | 1% | - |
| XYZ | 45.94 | 76.02 | 45.97 | - |
| YUV | 193.45 | 109.68 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 161 | 0.67 | 0 | 0.37 | 0 | 146.82 | 1 | 0.67 |
| Hex | 55 | FF | A1 | 43 | 0 | 25 | 0 | 93 | 64 | 43 |
| Octal | 125 | 377 | 241 | 103 | 0 | 45 | 0 | 223 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10100001 | 1000011 | 0 | 100101 | 0 | 10010011 | 1100100 | 1000011 |
Color Harmonies of #55FFA1
Complementary color
Monochromatic Colors of #55FFA1
Black with #55FFA1
Text Example
Text Example
White with #55FFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFA1; }
p { color: rgb(85,255,161); }
H1.HeaderClassName
{
color: #55FFA1;
}
.AnyTagClassName
{
color: #55FFA1;
}
</style>
background-color css
<style>
a { background-color: #55FFA1; }
a { background-color: rgb(85,255,161); }
div.DivClassName
{
background-color: #55FFA1;
}
.BgClassName
{
background-color: #55FFA1;
}
</style>
border-color css
<style>
span { border-color: #55FFA1; }
span { border-color: rgb(85,255,161); }
td.TdClassName
{
border-color: #55FFA1;
}
.TagClassName
{
border-color: #55FFA1;
}
</style>