Shades of Medium Aquamarine #56F095
Tints of Medium Aquamarine #56F095
RGB
CMYK
RGB Variations
Color information
#56F095 (or 0x56F095) is known color: Medium Aquamarine. HEX triplet: 56, F0 and 95. RGB value is (86,240,149). Sum of RGB (Red+Green+Blue) = 86+240+149=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 240 (94.14% from 255 or 50.53% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 240 - color contains mainly: green. Hex color #56F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F095 is #A90F6A. Grayscale: #B7B7B7. Windows color (decimal): -11079531 or 9826390. OLE color: 9826390.
HSL color Cylindrical-coordinate representation of color #56F095: hue angle of 144.55º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F095 is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 240 | 149 | - |
| CMYK | 0.64 | 0 | 0.38 | 0.06 |
| HSL | 144.55º | 0.84% | 0.64% | - |
| HSV(B) | 144.55º | 0.64% | 0.94% | - |
| XYZ | 40.42 | 66.47 | 39.13 | - |
| YUV | 183.58 | 108.48 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 240 | 149 | 0.64 | 0 | 0.38 | 0.06 | 144.55 | 0.84 | 0.64 |
| Hex | 56 | F0 | 95 | 40 | 0 | 26 | 6 | 91 | 54 | 40 |
| Octal | 126 | 360 | 225 | 100 | 0 | 46 | 6 | 221 | 124 | 100 |
| Binary | 1010110 | 11110000 | 10010101 | 1000000 | 0 | 100110 | 110 | 10010001 | 1010100 | 1000000 |
Color Harmonies of #56F095
Complementary color
Monochromatic Colors of #56F095
Black with #56F095
Text Example
Text Example
White with #56F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F095; }
p { color: rgb(86,240,149); }
H1.HeaderClassName
{
color: #56F095;
}
.AnyTagClassName
{
color: #56F095;
}
</style>
background-color css
<style>
a { background-color: #56F095; }
a { background-color: rgb(86,240,149); }
div.DivClassName
{
background-color: #56F095;
}
.BgClassName
{
background-color: #56F095;
}
</style>
border-color css
<style>
span { border-color: #56F095; }
span { border-color: rgb(86,240,149); }
td.TdClassName
{
border-color: #56F095;
}
.TagClassName
{
border-color: #56F095;
}
</style>