Shades of Medium Aquamarine #56FDA2
Tints of Medium Aquamarine #56FDA2
RGB
CMYK
RGB Variations
Color information
#56FDA2 (or 0x56FDA2) is known color: Medium Aquamarine. HEX triplet: 56, FD and A2. RGB value is (86,253,162). Sum of RGB (Red+Green+Blue) = 86+253+162=501 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.17% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 162 (63.67% from 255 or 32.34% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #56FDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56FDA2 is #A9025D. Grayscale: #C0C0C0. Windows color (decimal): -11076190 or 10681686. OLE color: 10681686.
HSL color Cylindrical-coordinate representation of color #56FDA2: hue angle of 147.31º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56FDA2 is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 86 | 253 | 162 | - |
| CMYK | 0.66 | 0 | 0.36 | 0.01 |
| HSL | 147.31º | 0.98% | 0.66% | - |
| HSV(B) | 147.31º | 0.66% | 0.99% | - |
| XYZ | 45.48 | 74.84 | 46.23 | - |
| YUV | 192.69 | 110.67 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 253 | 162 | 0.66 | 0 | 0.36 | 0.01 | 147.31 | 0.98 | 0.66 |
| Hex | 56 | FD | A2 | 42 | 0 | 24 | 1 | 93 | 62 | 42 |
| Octal | 126 | 375 | 242 | 102 | 0 | 44 | 1 | 223 | 142 | 102 |
| Binary | 1010110 | 11111101 | 10100010 | 1000010 | 0 | 100100 | 1 | 10010011 | 1100010 | 1000010 |
Color Harmonies of #56FDA2
Complementary color
Monochromatic Colors of #56FDA2
Black with #56FDA2
Text Example
Text Example
White with #56FDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56FDA2; }
p { color: rgb(86,253,162); }
H1.HeaderClassName
{
color: #56FDA2;
}
.AnyTagClassName
{
color: #56FDA2;
}
</style>
background-color css
<style>
a { background-color: #56FDA2; }
a { background-color: rgb(86,253,162); }
div.DivClassName
{
background-color: #56FDA2;
}
.BgClassName
{
background-color: #56FDA2;
}
</style>
border-color css
<style>
span { border-color: #56FDA2; }
span { border-color: rgb(86,253,162); }
td.TdClassName
{
border-color: #56FDA2;
}
.TagClassName
{
border-color: #56FDA2;
}
</style>