Shades of Medium Aquamarine #56D8AC
Tints of Medium Aquamarine #56D8AC
RGB
CMYK
RGB Variations
Color information
#56D8AC (or 0x56D8AC) is known color: Medium Aquamarine. HEX triplet: 56, D8 and AC. RGB value is (86,216,172). Sum of RGB (Red+Green+Blue) = 86+216+172=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 216 (84.77% from 255 or 45.57% from 474); Blue value is 172 (67.58% from 255 or 36.29% from 474); Max value from RGB is 216 - color contains mainly: green. Hex color #56D8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D8AC is #A92753. Grayscale: #ACACAC. Windows color (decimal): -11085652 or 11327574. OLE color: 11327574.
HSL color Cylindrical-coordinate representation of color #56D8AC: hue angle of 159.69º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D8AC is Cyan = 0.60, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 216 | 172 | - |
| CMYK | 0.60 | 0 | 0.20 | 0.15 |
| HSL | 159.69º | 0.63% | 0.59% | - |
| HSV(B) | 159.69º | 0.6% | 0.85% | - |
| XYZ | 35.84 | 54.07 | 47.58 | - |
| YUV | 172.11 | 127.93 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 216 | 172 | 0.60 | 0 | 0.20 | 0.15 | 159.69 | 0.63 | 0.59 |
| Hex | 56 | D8 | AC | 3C | 0 | 14 | F | A0 | 3E | 3B |
| Octal | 126 | 330 | 254 | 74 | 0 | 24 | 17 | 240 | 76 | 73 |
| Binary | 1010110 | 11011000 | 10101100 | 111100 | 0 | 10100 | 1111 | 10100000 | 111110 | 111011 |
Color Harmonies of #56D8AC
Complementary color
Monochromatic Colors of #56D8AC
Black with #56D8AC
Text Example
Text Example
White with #56D8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D8AC; }
p { color: rgb(86,216,172); }
H1.HeaderClassName
{
color: #56D8AC;
}
.AnyTagClassName
{
color: #56D8AC;
}
</style>
background-color css
<style>
a { background-color: #56D8AC; }
a { background-color: rgb(86,216,172); }
div.DivClassName
{
background-color: #56D8AC;
}
.BgClassName
{
background-color: #56D8AC;
}
</style>
border-color css
<style>
span { border-color: #56D8AC; }
span { border-color: rgb(86,216,172); }
td.TdClassName
{
border-color: #56D8AC;
}
.TagClassName
{
border-color: #56D8AC;
}
</style>