Shades of Medium Aquamarine #56E1B6
Tints of Medium Aquamarine #56E1B6
RGB
CMYK
RGB Variations
Color information
#56E1B6 (or 0x56E1B6) is known color: Medium Aquamarine. HEX triplet: 56, E1 and B6. RGB value is (86,225,182). Sum of RGB (Red+Green+Blue) = 86+225+182=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 182 (71.48% from 255 or 36.92% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #56E1B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E1B6 is #A91E49. Grayscale: #B2B2B2. Windows color (decimal): -11083338 or 11985238. OLE color: 11985238.
HSL color Cylindrical-coordinate representation of color #56E1B6: hue angle of 161.44º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E1B6 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 225 | 182 | - |
| CMYK | 0.62 | 0 | 0.19 | 0.12 |
| HSL | 161.44º | 0.7% | 0.61% | - |
| HSV(B) | 161.44º | 0.62% | 0.88% | - |
| XYZ | 39.21 | 59.21 | 53.62 | - |
| YUV | 178.54 | 129.95 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 225 | 182 | 0.62 | 0 | 0.19 | 0.12 | 161.44 | 0.7 | 0.61 |
| Hex | 56 | E1 | B6 | 3E | 0 | 13 | C | A1 | 46 | 3D |
| Octal | 126 | 341 | 266 | 76 | 0 | 23 | 14 | 241 | 106 | 75 |
| Binary | 1010110 | 11100001 | 10110110 | 111110 | 0 | 10011 | 1100 | 10100001 | 1000110 | 111101 |
Color Harmonies of #56E1B6
Complementary color
Monochromatic Colors of #56E1B6
Black with #56E1B6
Text Example
Text Example
White with #56E1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E1B6; }
p { color: rgb(86,225,182); }
H1.HeaderClassName
{
color: #56E1B6;
}
.AnyTagClassName
{
color: #56E1B6;
}
</style>
background-color css
<style>
a { background-color: #56E1B6; }
a { background-color: rgb(86,225,182); }
div.DivClassName
{
background-color: #56E1B6;
}
.BgClassName
{
background-color: #56E1B6;
}
</style>
border-color css
<style>
span { border-color: #56E1B6; }
span { border-color: rgb(86,225,182); }
td.TdClassName
{
border-color: #56E1B6;
}
.TagClassName
{
border-color: #56E1B6;
}
</style>