Shades of Medium Aquamarine #56EAA0
Tints of Medium Aquamarine #56EAA0
RGB
CMYK
RGB Variations
Color information
#56EAA0 (or 0x56EAA0) is known color: Medium Aquamarine. HEX triplet: 56, EA and A0. RGB value is (86,234,160). Sum of RGB (Red+Green+Blue) = 86+234+160=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #56EAA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EAA0 is #A9155F. Grayscale: #B5B5B5. Windows color (decimal): -11081056 or 10545750. OLE color: 10545750.
HSL color Cylindrical-coordinate representation of color #56EAA0: hue angle of 150º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56EAA0 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 234 | 160 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.08 |
| HSL | 150º | 0.78% | 0.63% | - |
| HSV(B) | 150º | 0.63% | 0.92% | - |
| XYZ | 39.61 | 63.36 | 43.4 | - |
| YUV | 181.31 | 115.97 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 234 | 160 | 0.63 | 0 | 0.32 | 0.08 | 150 | 0.78 | 0.63 |
| Hex | 56 | EA | A0 | 3F | 0 | 20 | 8 | 96 | 4E | 3F |
| Octal | 126 | 352 | 240 | 77 | 0 | 40 | 10 | 226 | 116 | 77 |
| Binary | 1010110 | 11101010 | 10100000 | 111111 | 0 | 100000 | 1000 | 10010110 | 1001110 | 111111 |
Color Harmonies of #56EAA0
Complementary color
Monochromatic Colors of #56EAA0
Black with #56EAA0
Text Example
Text Example
White with #56EAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EAA0; }
p { color: rgb(86,234,160); }
H1.HeaderClassName
{
color: #56EAA0;
}
.AnyTagClassName
{
color: #56EAA0;
}
</style>
background-color css
<style>
a { background-color: #56EAA0; }
a { background-color: rgb(86,234,160); }
div.DivClassName
{
background-color: #56EAA0;
}
.BgClassName
{
background-color: #56EAA0;
}
</style>
border-color css
<style>
span { border-color: #56EAA0; }
span { border-color: rgb(86,234,160); }
td.TdClassName
{
border-color: #56EAA0;
}
.TagClassName
{
border-color: #56EAA0;
}
</style>