Shades of Medium Aquamarine #56ECAA
Tints of Medium Aquamarine #56ECAA
RGB
CMYK
RGB Variations
Color information
#56ECAA (or 0x56ECAA) is known color: Medium Aquamarine. HEX triplet: 56, EC and AA. RGB value is (86,236,170). Sum of RGB (Red+Green+Blue) = 86+236+170=492 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.48% from 492); Green value is 236 (92.58% from 255 or 47.97% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56ECAA is #A91355. Grayscale: #B7B7B7. Windows color (decimal): -11080534 or 11201622. OLE color: 11201622.
HSL color Cylindrical-coordinate representation of color #56ECAA: hue angle of 153.6º 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 #56ECAA is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 170 | - |
| CMYK | 0.64 | 0 | 0.28 | 0.07 |
| HSL | 153.6º | 0.8% | 0.63% | - |
| HSV(B) | 153.6º | 0.64% | 0.93% | - |
| XYZ | 41.09 | 64.87 | 48.39 | - |
| YUV | 183.63 | 120.31 | 58.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 170 | 0.64 | 0 | 0.28 | 0.07 | 153.6 | 0.8 | 0.63 |
| Hex | 56 | EC | AA | 40 | 0 | 1C | 7 | 9A | 50 | 3F |
| Octal | 126 | 354 | 252 | 100 | 0 | 34 | 7 | 232 | 120 | 77 |
| Binary | 1010110 | 11101100 | 10101010 | 1000000 | 0 | 11100 | 111 | 10011010 | 1010000 | 111111 |
Color Harmonies of #56ECAA
Complementary color
Monochromatic Colors of #56ECAA
Black with #56ECAA
Text Example
Text Example
White with #56ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECAA; }
p { color: rgb(86,236,170); }
H1.HeaderClassName
{
color: #56ECAA;
}
.AnyTagClassName
{
color: #56ECAA;
}
</style>
background-color css
<style>
a { background-color: #56ECAA; }
a { background-color: rgb(86,236,170); }
div.DivClassName
{
background-color: #56ECAA;
}
.BgClassName
{
background-color: #56ECAA;
}
</style>
border-color css
<style>
span { border-color: #56ECAA; }
span { border-color: rgb(86,236,170); }
td.TdClassName
{
border-color: #56ECAA;
}
.TagClassName
{
border-color: #56ECAA;
}
</style>