Shades of Medium Aquamarine #56DDA6
Tints of Medium Aquamarine #56DDA6
RGB
CMYK
RGB Variations
Color information
#56DDA6 (or 0x56DDA6) is known color: Medium Aquamarine. HEX triplet: 56, DD and A6. RGB value is (86,221,166). Sum of RGB (Red+Green+Blue) = 86+221+166=473 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.18% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #56DDA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DDA6 is #A92259. Grayscale: #AEAEAE. Windows color (decimal): -11084378 or 10935638. OLE color: 10935638.
HSL color Cylindrical-coordinate representation of color #56DDA6: hue angle of 155.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DDA6 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 221 | 166 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.13 |
| HSL | 155.56º | 0.67% | 0.6% | - |
| HSV(B) | 155.56º | 0.61% | 0.87% | - |
| XYZ | 36.58 | 56.44 | 45.04 | - |
| YUV | 174.37 | 123.27 | 64.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 166 | 0.61 | 0 | 0.25 | 0.13 | 155.56 | 0.67 | 0.6 |
| Hex | 56 | DD | A6 | 3D | 0 | 19 | D | 9C | 43 | 3C |
| Octal | 126 | 335 | 246 | 75 | 0 | 31 | 15 | 234 | 103 | 74 |
| Binary | 1010110 | 11011101 | 10100110 | 111101 | 0 | 11001 | 1101 | 10011100 | 1000011 | 111100 |
Color Harmonies of #56DDA6
Complementary color
Monochromatic Colors of #56DDA6
Black with #56DDA6
Text Example
Text Example
White with #56DDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DDA6; }
p { color: rgb(86,221,166); }
H1.HeaderClassName
{
color: #56DDA6;
}
.AnyTagClassName
{
color: #56DDA6;
}
</style>
background-color css
<style>
a { background-color: #56DDA6; }
a { background-color: rgb(86,221,166); }
div.DivClassName
{
background-color: #56DDA6;
}
.BgClassName
{
background-color: #56DDA6;
}
</style>
border-color css
<style>
span { border-color: #56DDA6; }
span { border-color: rgb(86,221,166); }
td.TdClassName
{
border-color: #56DDA6;
}
.TagClassName
{
border-color: #56DDA6;
}
</style>