Shades of Medium Aquamarine #56EA9A
Tints of Medium Aquamarine #56EA9A
RGB
CMYK
RGB Variations
Color information
#56EA9A (or 0x56EA9A) is known color: Medium Aquamarine. HEX triplet: 56, EA and 9A. RGB value is (86,234,154). Sum of RGB (Red+Green+Blue) = 86+234+154=474 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.14% from 474); Green value is 234 (91.80% from 255 or 49.37% from 474); Blue value is 154 (60.55% from 255 or 32.49% from 474); Max value from RGB is 234 - color contains mainly: green. Hex color #56EA9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56EA9A is #A91565. Grayscale: #B4B4B4. Windows color (decimal): -11081062 or 10152534. OLE color: 10152534.
HSL color Cylindrical-coordinate representation of color #56EA9A: hue angle of 147.57º 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 #56EA9A is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 234 | 154 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.08 |
| HSL | 147.57º | 0.78% | 0.63% | - |
| HSV(B) | 147.57º | 0.63% | 0.92% | - |
| XYZ | 39.09 | 63.16 | 40.7 | - |
| YUV | 180.63 | 112.97 | 60.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 234 | 154 | 0.63 | 0 | 0.34 | 0.08 | 147.57 | 0.78 | 0.63 |
| Hex | 56 | EA | 9A | 3F | 0 | 22 | 8 | 94 | 4E | 3F |
| Octal | 126 | 352 | 232 | 77 | 0 | 42 | 10 | 224 | 116 | 77 |
| Binary | 1010110 | 11101010 | 10011010 | 111111 | 0 | 100010 | 1000 | 10010100 | 1001110 | 111111 |
Color Harmonies of #56EA9A
Complementary color
Monochromatic Colors of #56EA9A
Black with #56EA9A
Text Example
Text Example
White with #56EA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EA9A; }
p { color: rgb(86,234,154); }
H1.HeaderClassName
{
color: #56EA9A;
}
.AnyTagClassName
{
color: #56EA9A;
}
</style>
background-color css
<style>
a { background-color: #56EA9A; }
a { background-color: rgb(86,234,154); }
div.DivClassName
{
background-color: #56EA9A;
}
.BgClassName
{
background-color: #56EA9A;
}
</style>
border-color css
<style>
span { border-color: #56EA9A; }
span { border-color: rgb(86,234,154); }
td.TdClassName
{
border-color: #56EA9A;
}
.TagClassName
{
border-color: #56EA9A;
}
</style>