Shades of Medium Aquamarine #56E5B6
Tints of Medium Aquamarine #56E5B6
RGB
CMYK
RGB Variations
Color information
#56E5B6 (or 0x56E5B6) is known color: Medium Aquamarine. HEX triplet: 56, E5 and B6. RGB value is (86,229,182). Sum of RGB (Red+Green+Blue) = 86+229+182=497 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.30% from 497); Green value is 229 (89.84% from 255 or 46.08% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 229 - color contains mainly: green. Hex color #56E5B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56E5B6 is #A91A49. Grayscale: #B4B4B4. Windows color (decimal): -11082314 or 11986262. OLE color: 11986262.
HSL color Cylindrical-coordinate representation of color #56E5B6: hue angle of 160.28º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #56E5B6 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 229 | 182 | - |
| CMYK | 0.62 | 0 | 0.21 | 0.10 |
| HSL | 160.28º | 0.73% | 0.62% | - |
| HSV(B) | 160.28º | 0.62% | 0.9% | - |
| XYZ | 40.3 | 61.39 | 53.98 | - |
| YUV | 180.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 229 | 182 | 0.62 | 0 | 0.21 | 0.10 | 160.28 | 0.73 | 0.62 |
| Hex | 56 | E5 | B6 | 3E | 0 | 15 | A | A0 | 49 | 3E |
| Octal | 126 | 345 | 266 | 76 | 0 | 25 | 12 | 240 | 111 | 76 |
| Binary | 1010110 | 11100101 | 10110110 | 111110 | 0 | 10101 | 1010 | 10100000 | 1001001 | 111110 |
Color Harmonies of #56E5B6
Complementary color
Monochromatic Colors of #56E5B6
Black with #56E5B6
Text Example
Text Example
White with #56E5B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E5B6; }
p { color: rgb(86,229,182); }
H1.HeaderClassName
{
color: #56E5B6;
}
.AnyTagClassName
{
color: #56E5B6;
}
</style>
background-color css
<style>
a { background-color: #56E5B6; }
a { background-color: rgb(86,229,182); }
div.DivClassName
{
background-color: #56E5B6;
}
.BgClassName
{
background-color: #56E5B6;
}
</style>
border-color css
<style>
span { border-color: #56E5B6; }
span { border-color: rgb(86,229,182); }
td.TdClassName
{
border-color: #56E5B6;
}
.TagClassName
{
border-color: #56E5B6;
}
</style>