Shades of Medium Aquamarine #56FFA0
Tints of Medium Aquamarine #56FFA0
RGB
CMYK
RGB Variations
Color information
#56FFA0 (or 0x56FFA0) is known color: Medium Aquamarine. HEX triplet: 56, FF and A0. RGB value is (86,255,160). Sum of RGB (Red+Green+Blue) = 86+255+160=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FFA0 is #A9005F. Grayscale: #C1C1C1. Windows color (decimal): -11075680 or 10551126. OLE color: 10551126.
HSL color Cylindrical-coordinate representation of color #56FFA0: hue angle of 146.27º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FFA0 is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 160 | - |
| CMYK | 0.66 | 0 | 0.37 | 0 |
| HSL | 146.27º | 1% | 0.67% | - |
| HSV(B) | 146.27º | 0.66% | 1% | - |
| XYZ | 45.94 | 76.04 | 45.51 | - |
| YUV | 193.64 | 109.01 | 51.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 160 | 0.66 | 0 | 0.37 | 0 | 146.27 | 1 | 0.67 |
| Hex | 56 | FF | A0 | 42 | 0 | 25 | 0 | 92 | 64 | 43 |
| Octal | 126 | 377 | 240 | 102 | 0 | 45 | 0 | 222 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10100000 | 1000010 | 0 | 100101 | 0 | 10010010 | 1100100 | 1000011 |
Color Harmonies of #56FFA0
Complementary color
Monochromatic Colors of #56FFA0
Black with #56FFA0
Text Example
Text Example
White with #56FFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFA0; }
p { color: rgb(86,255,160); }
H1.HeaderClassName
{
color: #56FFA0;
}
.AnyTagClassName
{
color: #56FFA0;
}
</style>
background-color css
<style>
a { background-color: #56FFA0; }
a { background-color: rgb(86,255,160); }
div.DivClassName
{
background-color: #56FFA0;
}
.BgClassName
{
background-color: #56FFA0;
}
</style>
border-color css
<style>
span { border-color: #56FFA0; }
span { border-color: rgb(86,255,160); }
td.TdClassName
{
border-color: #56FFA0;
}
.TagClassName
{
border-color: #56FFA0;
}
</style>