Shades of Medium Aquamarine #56E196
Tints of Medium Aquamarine #56E196
RGB
CMYK
RGB Variations
Color information
#56E196 (or 0x56E196) is known color: Medium Aquamarine. HEX triplet: 56, E1 and 96. RGB value is (86,225,150). Sum of RGB (Red+Green+Blue) = 86+225+150=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #56E196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56E196 is #A91E69. Grayscale: #AFAFAF. Windows color (decimal): -11083370 or 9888086. OLE color: 9888086.
HSL color Cylindrical-coordinate representation of color #56E196: hue angle of 147.63º 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 #56E196 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 225 | 150 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.12 |
| HSL | 147.63º | 0.7% | 0.61% | - |
| HSV(B) | 147.63º | 0.62% | 0.88% | - |
| XYZ | 36.27 | 58.03 | 38.14 | - |
| YUV | 174.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 225 | 150 | 0.62 | 0 | 0.33 | 0.12 | 147.63 | 0.7 | 0.61 |
| Hex | 56 | E1 | 96 | 3E | 0 | 21 | C | 94 | 46 | 3D |
| Octal | 126 | 341 | 226 | 76 | 0 | 41 | 14 | 224 | 106 | 75 |
| Binary | 1010110 | 11100001 | 10010110 | 111110 | 0 | 100001 | 1100 | 10010100 | 1000110 | 111101 |
Color Harmonies of #56E196
Complementary color
Monochromatic Colors of #56E196
Black with #56E196
Text Example
Text Example
White with #56E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E196; }
p { color: rgb(86,225,150); }
H1.HeaderClassName
{
color: #56E196;
}
.AnyTagClassName
{
color: #56E196;
}
</style>
background-color css
<style>
a { background-color: #56E196; }
a { background-color: rgb(86,225,150); }
div.DivClassName
{
background-color: #56E196;
}
.BgClassName
{
background-color: #56E196;
}
</style>
border-color css
<style>
span { border-color: #56E196; }
span { border-color: rgb(86,225,150); }
td.TdClassName
{
border-color: #56E196;
}
.TagClassName
{
border-color: #56E196;
}
</style>