Shades of Medium Aquamarine #56DDB2
Tints of Medium Aquamarine #56DDB2
RGB
CMYK
RGB Variations
Color information
#56DDB2 (or 0x56DDB2) is known color: Medium Aquamarine. HEX triplet: 56, DD and B2. RGB value is (86,221,178). Sum of RGB (Red+Green+Blue) = 86+221+178=485 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.73% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #56DDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DDB2 is #A9224D. Grayscale: #AFAFAF. Windows color (decimal): -11084366 or 11722070. OLE color: 11722070.
HSL color Cylindrical-coordinate representation of color #56DDB2: hue angle of 160.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 #56DDB2 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 221 | 178 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.13 |
| HSL | 160.89º | 0.67% | 0.6% | - |
| HSV(B) | 160.89º | 0.61% | 0.87% | - |
| XYZ | 37.73 | 56.91 | 51.11 | - |
| YUV | 175.73 | 129.27 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 221 | 178 | 0.61 | 0 | 0.19 | 0.13 | 160.89 | 0.67 | 0.6 |
| Hex | 56 | DD | B2 | 3D | 0 | 13 | D | A1 | 43 | 3C |
| Octal | 126 | 335 | 262 | 75 | 0 | 23 | 15 | 241 | 103 | 74 |
| Binary | 1010110 | 11011101 | 10110010 | 111101 | 0 | 10011 | 1101 | 10100001 | 1000011 | 111100 |
Color Harmonies of #56DDB2
Complementary color
Monochromatic Colors of #56DDB2
Black with #56DDB2
Text Example
Text Example
White with #56DDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DDB2; }
p { color: rgb(86,221,178); }
H1.HeaderClassName
{
color: #56DDB2;
}
.AnyTagClassName
{
color: #56DDB2;
}
</style>
background-color css
<style>
a { background-color: #56DDB2; }
a { background-color: rgb(86,221,178); }
div.DivClassName
{
background-color: #56DDB2;
}
.BgClassName
{
background-color: #56DDB2;
}
</style>
border-color css
<style>
span { border-color: #56DDB2; }
span { border-color: rgb(86,221,178); }
td.TdClassName
{
border-color: #56DDB2;
}
.TagClassName
{
border-color: #56DDB2;
}
</style>