Shades of Medium Aquamarine #56ECAB
Tints of Medium Aquamarine #56ECAB
RGB
CMYK
RGB Variations
Color information
#56ECAB (or 0x56ECAB) is known color: Medium Aquamarine. HEX triplet: 56, EC and AB. RGB value is (86,236,171). Sum of RGB (Red+Green+Blue) = 86+236+171=493 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.44% from 493); Green value is 236 (92.58% from 255 or 47.87% from 493); Blue value is 171 (67.19% from 255 or 34.69% from 493); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56ECAB is #A91354. Grayscale: #B7B7B7. Windows color (decimal): -11080533 or 11267158. OLE color: 11267158.
HSL color Cylindrical-coordinate representation of color #56ECAB: hue angle of 154º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56ECAB is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 171 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.07 |
| HSL | 154º | 0.8% | 0.63% | - |
| HSV(B) | 154º | 0.64% | 0.93% | - |
| XYZ | 41.18 | 64.91 | 48.89 | - |
| YUV | 183.74 | 120.81 | 58.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 171 | 0.64 | 0 | 0.28 | 0.07 | 154 | 0.8 | 0.63 |
| Hex | 56 | EC | AB | 40 | 0 | 1C | 7 | 9A | 50 | 3F |
| Octal | 126 | 354 | 253 | 100 | 0 | 34 | 7 | 232 | 120 | 77 |
| Binary | 1010110 | 11101100 | 10101011 | 1000000 | 0 | 11100 | 111 | 10011010 | 1010000 | 111111 |
Color Harmonies of #56ECAB
Complementary color
Monochromatic Colors of #56ECAB
Black with #56ECAB
Text Example
Text Example
White with #56ECAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECAB; }
p { color: rgb(86,236,171); }
H1.HeaderClassName
{
color: #56ECAB;
}
.AnyTagClassName
{
color: #56ECAB;
}
</style>
background-color css
<style>
a { background-color: #56ECAB; }
a { background-color: rgb(86,236,171); }
div.DivClassName
{
background-color: #56ECAB;
}
.BgClassName
{
background-color: #56ECAB;
}
</style>
border-color css
<style>
span { border-color: #56ECAB; }
span { border-color: rgb(86,236,171); }
td.TdClassName
{
border-color: #56ECAB;
}
.TagClassName
{
border-color: #56ECAB;
}
</style>