Shades of Medium Aquamarine #56EDB9
Tints of Medium Aquamarine #56EDB9
RGB
CMYK
RGB Variations
Color information
#56EDB9 (or 0x56EDB9) is known color: Medium Aquamarine. HEX triplet: 56, ED and B9. RGB value is (86,237,185). Sum of RGB (Red+Green+Blue) = 86+237+185=508 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.93% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #56EDB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56EDB9 is #A91246. Grayscale: #B9B9B9. Windows color (decimal): -11080263 or 12184918. OLE color: 12184918.
HSL color Cylindrical-coordinate representation of color #56EDB9: hue angle of 159.34º degrees, saturation: 0.81, 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 #56EDB9 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 237 | 185 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.07 |
| HSL | 159.34º | 0.81% | 0.63% | - |
| HSV(B) | 159.34º | 0.64% | 0.93% | - |
| XYZ | 42.88 | 66.05 | 56.39 | - |
| YUV | 185.92 | 127.47 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 237 | 185 | 0.64 | 0 | 0.22 | 0.07 | 159.34 | 0.81 | 0.63 |
| Hex | 56 | ED | B9 | 40 | 0 | 16 | 7 | 9F | 51 | 3F |
| Octal | 126 | 355 | 271 | 100 | 0 | 26 | 7 | 237 | 121 | 77 |
| Binary | 1010110 | 11101101 | 10111001 | 1000000 | 0 | 10110 | 111 | 10011111 | 1010001 | 111111 |
Color Harmonies of #56EDB9
Complementary color
Monochromatic Colors of #56EDB9
Black with #56EDB9
Text Example
Text Example
White with #56EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56EDB9; }
p { color: rgb(86,237,185); }
H1.HeaderClassName
{
color: #56EDB9;
}
.AnyTagClassName
{
color: #56EDB9;
}
</style>
background-color css
<style>
a { background-color: #56EDB9; }
a { background-color: rgb(86,237,185); }
div.DivClassName
{
background-color: #56EDB9;
}
.BgClassName
{
background-color: #56EDB9;
}
</style>
border-color css
<style>
span { border-color: #56EDB9; }
span { border-color: rgb(86,237,185); }
td.TdClassName
{
border-color: #56EDB9;
}
.TagClassName
{
border-color: #56EDB9;
}
</style>