Shades of Medium Aquamarine #56D6A4
Tints of Medium Aquamarine #56D6A4
RGB
CMYK
RGB Variations
Color information
#56D6A4 (or 0x56D6A4) is known color: Medium Aquamarine. HEX triplet: 56, D6 and A4. RGB value is (86,214,164). Sum of RGB (Red+Green+Blue) = 86+214+164=464 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.53% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #56D6A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D6A4 is #A9295B. Grayscale: #AAAAAA. Windows color (decimal): -11086172 or 10802774. OLE color: 10802774.
HSL color Cylindrical-coordinate representation of color #56D6A4: hue angle of 156.56º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D6A4 is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 164 | - |
| CMYK | 0.60 | 0 | 0.23 | 0.16 |
| HSL | 156.56º | 0.61% | 0.59% | - |
| HSV(B) | 156.56º | 0.6% | 0.84% | - |
| XYZ | 34.59 | 52.75 | 43.48 | - |
| YUV | 170.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 164 | 0.60 | 0 | 0.23 | 0.16 | 156.56 | 0.61 | 0.59 |
| Hex | 56 | D6 | A4 | 3C | 0 | 17 | 10 | 9D | 3D | 3B |
| Octal | 126 | 326 | 244 | 74 | 0 | 27 | 20 | 235 | 75 | 73 |
| Binary | 1010110 | 11010110 | 10100100 | 111100 | 0 | 10111 | 10000 | 10011101 | 111101 | 111011 |
Color Harmonies of #56D6A4
Complementary color
Monochromatic Colors of #56D6A4
Black with #56D6A4
Text Example
Text Example
White with #56D6A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D6A4; }
p { color: rgb(86,214,164); }
H1.HeaderClassName
{
color: #56D6A4;
}
.AnyTagClassName
{
color: #56D6A4;
}
</style>
background-color css
<style>
a { background-color: #56D6A4; }
a { background-color: rgb(86,214,164); }
div.DivClassName
{
background-color: #56D6A4;
}
.BgClassName
{
background-color: #56D6A4;
}
</style>
border-color css
<style>
span { border-color: #56D6A4; }
span { border-color: rgb(86,214,164); }
td.TdClassName
{
border-color: #56D6A4;
}
.TagClassName
{
border-color: #56D6A4;
}
</style>