Shades of Medium Aquamarine #56ECB5
Tints of Medium Aquamarine #56ECB5
RGB
CMYK
RGB Variations
Color information
#56ECB5 (or 0x56ECB5) is known color: Medium Aquamarine. HEX triplet: 56, EC and B5. RGB value is (86,236,181). Sum of RGB (Red+Green+Blue) = 86+236+181=503 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.10% from 503); Green value is 236 (92.58% from 255 or 46.92% from 503); Blue value is 181 (71.09% from 255 or 35.98% from 503); Max value from RGB is 236 - color contains mainly: green. Hex color #56ECB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56ECB5 is #A9134A. Grayscale: #B8B8B8. Windows color (decimal): -11080523 or 11922518. OLE color: 11922518.
HSL color Cylindrical-coordinate representation of color #56ECB5: hue angle of 158º 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 #56ECB5 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 236 | 181 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.07 |
| HSL | 158º | 0.8% | 0.63% | - |
| HSV(B) | 158º | 0.64% | 0.93% | - |
| XYZ | 42.17 | 65.31 | 54.1 | - |
| YUV | 184.88 | 125.81 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 236 | 181 | 0.64 | 0 | 0.23 | 0.07 | 158 | 0.8 | 0.63 |
| Hex | 56 | EC | B5 | 40 | 0 | 17 | 7 | 9E | 50 | 3F |
| Octal | 126 | 354 | 265 | 100 | 0 | 27 | 7 | 236 | 120 | 77 |
| Binary | 1010110 | 11101100 | 10110101 | 1000000 | 0 | 10111 | 111 | 10011110 | 1010000 | 111111 |
Color Harmonies of #56ECB5
Complementary color
Monochromatic Colors of #56ECB5
Black with #56ECB5
Text Example
Text Example
White with #56ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56ECB5; }
p { color: rgb(86,236,181); }
H1.HeaderClassName
{
color: #56ECB5;
}
.AnyTagClassName
{
color: #56ECB5;
}
</style>
background-color css
<style>
a { background-color: #56ECB5; }
a { background-color: rgb(86,236,181); }
div.DivClassName
{
background-color: #56ECB5;
}
.BgClassName
{
background-color: #56ECB5;
}
</style>
border-color css
<style>
span { border-color: #56ECB5; }
span { border-color: rgb(86,236,181); }
td.TdClassName
{
border-color: #56ECB5;
}
.TagClassName
{
border-color: #56ECB5;
}
</style>