Shades of Medium Aquamarine #56DDA0
Tints of Medium Aquamarine #56DDA0
RGB
CMYK
RGB Variations
Color information
#56DDA0 (or 0x56DDA0) is known color: Medium Aquamarine. HEX triplet: 56, DD and A0. RGB value is (86,221,160). Sum of RGB (Red+Green+Blue) = 86+221+160=467 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.42% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #56DDA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DDA0 is #A9225F. Grayscale: #ADADAD. Windows color (decimal): -11084384 or 10542422. OLE color: 10542422.
HSL color Cylindrical-coordinate representation of color #56DDA0: hue angle of 152.89º 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 #56DDA0 is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 221 | 160 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.13 |
| HSL | 152.89º | 0.67% | 0.6% | - |
| HSV(B) | 152.89º | 0.61% | 0.87% | - |
| XYZ | 36.04 | 56.23 | 42.21 | - |
| YUV | 173.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 160 | 0.61 | 0 | 0.28 | 0.13 | 152.89 | 0.67 | 0.6 |
| Hex | 56 | DD | A0 | 3D | 0 | 1C | D | 99 | 43 | 3C |
| Octal | 126 | 335 | 240 | 75 | 0 | 34 | 15 | 231 | 103 | 74 |
| Binary | 1010110 | 11011101 | 10100000 | 111101 | 0 | 11100 | 1101 | 10011001 | 1000011 | 111100 |
Color Harmonies of #56DDA0
Complementary color
Monochromatic Colors of #56DDA0
Black with #56DDA0
Text Example
Text Example
White with #56DDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DDA0; }
p { color: rgb(86,221,160); }
H1.HeaderClassName
{
color: #56DDA0;
}
.AnyTagClassName
{
color: #56DDA0;
}
</style>
background-color css
<style>
a { background-color: #56DDA0; }
a { background-color: rgb(86,221,160); }
div.DivClassName
{
background-color: #56DDA0;
}
.BgClassName
{
background-color: #56DDA0;
}
</style>
border-color css
<style>
span { border-color: #56DDA0; }
span { border-color: rgb(86,221,160); }
td.TdClassName
{
border-color: #56DDA0;
}
.TagClassName
{
border-color: #56DDA0;
}
</style>