Shades of Medium Aquamarine #56F7B0
Tints of Medium Aquamarine #56F7B0
RGB
CMYK
RGB Variations
Color information
#56F7B0 (or 0x56F7B0) is known color: Medium Aquamarine. HEX triplet: 56, F7 and B0. RGB value is (86,247,176). Sum of RGB (Red+Green+Blue) = 86+247+176=509 (67% of max value = 765). Red value is 86 (33.98% from 255 or 16.90% from 509); Green value is 247 (96.88% from 255 or 48.53% from 509); Blue value is 176 (69.14% from 255 or 34.58% from 509); Max value from RGB is 247 - color contains mainly: green. Hex color #56F7B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F7B0 is #A9084F. Grayscale: #BEBEBE. Windows color (decimal): -11077712 or 11597654. OLE color: 11597654.
HSL color Cylindrical-coordinate representation of color #56F7B0: hue angle of 153.54º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #56F7B0 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 247 | 176 | - |
| CMYK | 0.65 | 0 | 0.29 | 0.03 |
| HSL | 153.54º | 0.91% | 0.65% | - |
| HSV(B) | 153.54º | 0.65% | 0.97% | - |
| XYZ | 44.93 | 71.63 | 52.53 | - |
| YUV | 190.77 | 119.66 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 247 | 176 | 0.65 | 0 | 0.29 | 0.03 | 153.54 | 0.91 | 0.65 |
| Hex | 56 | F7 | B0 | 41 | 0 | 1D | 3 | 9A | 5B | 41 |
| Octal | 126 | 367 | 260 | 101 | 0 | 35 | 3 | 232 | 133 | 101 |
| Binary | 1010110 | 11110111 | 10110000 | 1000001 | 0 | 11101 | 11 | 10011010 | 1011011 | 1000001 |
Color Harmonies of #56F7B0
Complementary color
Monochromatic Colors of #56F7B0
Black with #56F7B0
Text Example
Text Example
White with #56F7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F7B0; }
p { color: rgb(86,247,176); }
H1.HeaderClassName
{
color: #56F7B0;
}
.AnyTagClassName
{
color: #56F7B0;
}
</style>
background-color css
<style>
a { background-color: #56F7B0; }
a { background-color: rgb(86,247,176); }
div.DivClassName
{
background-color: #56F7B0;
}
.BgClassName
{
background-color: #56F7B0;
}
</style>
border-color css
<style>
span { border-color: #56F7B0; }
span { border-color: rgb(86,247,176); }
td.TdClassName
{
border-color: #56F7B0;
}
.TagClassName
{
border-color: #56F7B0;
}
</style>