Shades of Medium Aquamarine #56FFA2
Tints of Medium Aquamarine #56FFA2
RGB
CMYK
RGB Variations
Color information
#56FFA2 (or 0x56FFA2) is known color: Medium Aquamarine. HEX triplet: 56, FF and A2. RGB value is (86,255,162). Sum of RGB (Red+Green+Blue) = 86+255+162=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 162 (63.67% from 255 or 32.21% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #56FFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FFA2 is #A9005D. Grayscale: #C2C2C2. Windows color (decimal): -11075678 or 10682198. OLE color: 10682198.
HSL color Cylindrical-coordinate representation of color #56FFA2: hue angle of 146.98º 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 #56FFA2 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 255 | 162 | - |
| CMYK | 0.66 | 0 | 0.36 | 0 |
| HSL | 146.98º | 1% | 0.67% | - |
| HSV(B) | 146.98º | 0.66% | 1% | - |
| XYZ | 46.12 | 76.11 | 46.44 | - |
| YUV | 193.87 | 110.01 | 51.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 255 | 162 | 0.66 | 0 | 0.36 | 0 | 146.98 | 1 | 0.67 |
| Hex | 56 | FF | A2 | 42 | 0 | 24 | 0 | 93 | 64 | 43 |
| Octal | 126 | 377 | 242 | 102 | 0 | 44 | 0 | 223 | 144 | 103 |
| Binary | 1010110 | 11111111 | 10100010 | 1000010 | 0 | 100100 | 0 | 10010011 | 1100100 | 1000011 |
Color Harmonies of #56FFA2
Complementary color
Monochromatic Colors of #56FFA2
Black with #56FFA2
Text Example
Text Example
White with #56FFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FFA2; }
p { color: rgb(86,255,162); }
H1.HeaderClassName
{
color: #56FFA2;
}
.AnyTagClassName
{
color: #56FFA2;
}
</style>
background-color css
<style>
a { background-color: #56FFA2; }
a { background-color: rgb(86,255,162); }
div.DivClassName
{
background-color: #56FFA2;
}
.BgClassName
{
background-color: #56FFA2;
}
</style>
border-color css
<style>
span { border-color: #56FFA2; }
span { border-color: rgb(86,255,162); }
td.TdClassName
{
border-color: #56FFA2;
}
.TagClassName
{
border-color: #56FFA2;
}
</style>