Shades of Medium Aquamarine #56FFA6
Tints of Medium Aquamarine #56FFA6
RGB
CMYK
RGB Variations
Color information
#56FFA6 (or 0x56FFA6) is known color: Medium Aquamarine. HEX triplet: 56, FF and A6. RGB value is (86,255,166). Sum of RGB (Red+Green+Blue) = 86+255+166=507 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.96% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FFA6 is #A90059. Grayscale: #C2C2C2. Windows color (decimal): -11075674 or 10944342. OLE color: 10944342.
HSL color Cylindrical-coordinate representation of color #56FFA6: hue angle of 148.4º 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 #56FFA6 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 166 | - |
| CMYK | 0.66 | 0 | 0.35 | 0 |
| HSL | 148.4º | 1% | 0.67% | - |
| HSV(B) | 148.4º | 0.66% | 1% | - |
| XYZ | 46.48 | 76.25 | 48.34 | - |
| YUV | 194.32 | 112.01 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 166 | 0.66 | 0 | 0.35 | 0 | 148.4 | 1 | 0.67 |
| Hex | 56 | FF | A6 | 42 | 0 | 23 | 0 | 94 | 64 | 43 |
| Octal | 126 | 377 | 246 | 102 | 0 | 43 | 0 | 224 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10100110 | 1000010 | 0 | 100011 | 0 | 10010100 | 1100100 | 1000011 |
Color Harmonies of #56FFA6
Complementary color
Monochromatic Colors of #56FFA6
Black with #56FFA6
Text Example
Text Example
White with #56FFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFA6; }
p { color: rgb(86,255,166); }
H1.HeaderClassName
{
color: #56FFA6;
}
.AnyTagClassName
{
color: #56FFA6;
}
</style>
background-color css
<style>
a { background-color: #56FFA6; }
a { background-color: rgb(86,255,166); }
div.DivClassName
{
background-color: #56FFA6;
}
.BgClassName
{
background-color: #56FFA6;
}
</style>
border-color css
<style>
span { border-color: #56FFA6; }
span { border-color: rgb(86,255,166); }
td.TdClassName
{
border-color: #56FFA6;
}
.TagClassName
{
border-color: #56FFA6;
}
</style>