Shades of Medium Aquamarine #55FFA2
Tints of Medium Aquamarine #55FFA2
RGB
CMYK
RGB Variations
Color information
#55FFA2 (or 0x55FFA2) is known color: Medium Aquamarine. HEX triplet: 55, FF and A2. RGB value is (85,255,162). Sum of RGB (Red+Green+Blue) = 85+255+162=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 162 (63.67% from 255 or 32.27% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFA2 is #AA005D. Grayscale: #C1C1C1. Windows color (decimal): -11141214 or 10682197. OLE color: 10682197.
HSL color Cylindrical-coordinate representation of color #55FFA2: hue angle of 147.18º 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 #55FFA2 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 255 | 162 | - |
| CMYK | 0.67 | 0 | 0.36 | 0 |
| HSL | 147.18º | 1% | 0.67% | - |
| HSV(B) | 147.18º | 0.67% | 1% | - |
| XYZ | 46.03 | 76.06 | 46.44 | - |
| YUV | 193.57 | 110.18 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 255 | 162 | 0.67 | 0 | 0.36 | 0 | 147.18 | 1 | 0.67 |
| Hex | 55 | FF | A2 | 43 | 0 | 24 | 0 | 93 | 64 | 43 |
| Octal | 125 | 377 | 242 | 103 | 0 | 44 | 0 | 223 | 144 | 103 |
| Binary | 1010101 | 11111111 | 10100010 | 1000011 | 0 | 100100 | 0 | 10010011 | 1100100 | 1000011 |
Color Harmonies of #55FFA2
Complementary color
Monochromatic Colors of #55FFA2
Black with #55FFA2
Text Example
Text Example
White with #55FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FFA2; }
p { color: rgb(85,255,162); }
H1.HeaderClassName
{
color: #55FFA2;
}
.AnyTagClassName
{
color: #55FFA2;
}
</style>
background-color css
<style>
a { background-color: #55FFA2; }
a { background-color: rgb(85,255,162); }
div.DivClassName
{
background-color: #55FFA2;
}
.BgClassName
{
background-color: #55FFA2;
}
</style>
border-color css
<style>
span { border-color: #55FFA2; }
span { border-color: rgb(85,255,162); }
td.TdClassName
{
border-color: #55FFA2;
}
.TagClassName
{
border-color: #55FFA2;
}
</style>