Shades of Medium Aquamarine #55FEA0
Tints of Medium Aquamarine #55FEA0
RGB
CMYK
RGB Variations
Color information
#55FEA0 (or 0x55FEA0) is known color: Medium Aquamarine. HEX triplet: 55, FE and A0. RGB value is (85,254,160). Sum of RGB (Red+Green+Blue) = 85+254+160=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 160 (62.89% from 255 or 32.06% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEA0 is #AA015F. Grayscale: #C0C0C0. Windows color (decimal): -11141472 or 10550869. OLE color: 10550869.
HSL color Cylindrical-coordinate representation of color #55FEA0: hue angle of 146.63º 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 #55FEA0 is Cyan = 0.67, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 85 | 254 | 160 | - |
| CMYK | 0.67 | 0 | 0.37 | 0.00 |
| HSL | 146.63º | 0.99% | 0.66% | - |
| HSV(B) | 146.63º | 0.67% | 1% | - |
| XYZ | 45.53 | 75.35 | 45.4 | - |
| YUV | 192.75 | 109.51 | 51.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 254 | 160 | 0.67 | 0 | 0.37 | 0.00 | 146.63 | 0.99 | 0.66 |
| Hex | 55 | FE | A0 | 43 | 0 | 25 | 0 | 93 | 63 | 42 |
| Octal | 125 | 376 | 240 | 103 | 0 | 45 | 0 | 223 | 143 | 102 |
| Binary | 1010101 | 11111110 | 10100000 | 1000011 | 0 | 100101 | 0 | 10010011 | 1100011 | 1000010 |
Color Harmonies of #55FEA0
Complementary color
Monochromatic Colors of #55FEA0
Black with #55FEA0
Text Example
Text Example
White with #55FEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55FEA0; }
p { color: rgb(85,254,160); }
H1.HeaderClassName
{
color: #55FEA0;
}
.AnyTagClassName
{
color: #55FEA0;
}
</style>
background-color css
<style>
a { background-color: #55FEA0; }
a { background-color: rgb(85,254,160); }
div.DivClassName
{
background-color: #55FEA0;
}
.BgClassName
{
background-color: #55FEA0;
}
</style>
border-color css
<style>
span { border-color: #55FEA0; }
span { border-color: rgb(85,254,160); }
td.TdClassName
{
border-color: #55FEA0;
}
.TagClassName
{
border-color: #55FEA0;
}
</style>