Shades of Medium Aquamarine #56F7B5
Tints of Medium Aquamarine #56F7B5
RGB
CMYK
RGB Variations
Color information
#56F7B5 (or 0x56F7B5) is known color: Medium Aquamarine. HEX triplet: 56, F7 and B5. RGB value is (86,247,181). Sum of RGB (Red+Green+Blue) = 86+247+181=514 (68% of max value = 765). Red value is 86 (33.98% from 255 or 16.73% from 514); Green value is 247 (96.88% from 255 or 48.05% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 247 - color contains mainly: green. Hex color #56F7B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #56F7B5 is #A9084A. Grayscale: #BFBFBF. Windows color (decimal): -11077707 or 11925334. OLE color: 11925334.
HSL color Cylindrical-coordinate representation of color #56F7B5: hue angle of 155.4º 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 #56F7B5 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 86 | 247 | 181 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.03 |
| HSL | 155.4º | 0.91% | 0.65% | - |
| HSV(B) | 155.4º | 0.65% | 0.97% | - |
| XYZ | 45.44 | 71.84 | 55.19 | - |
| YUV | 191.34 | 122.16 | 52.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 247 | 181 | 0.65 | 0 | 0.27 | 0.03 | 155.4 | 0.91 | 0.65 |
| Hex | 56 | F7 | B5 | 41 | 0 | 1B | 3 | 9B | 5B | 41 |
| Octal | 126 | 367 | 265 | 101 | 0 | 33 | 3 | 233 | 133 | 101 |
| Binary | 1010110 | 11110111 | 10110101 | 1000001 | 0 | 11011 | 11 | 10011011 | 1011011 | 1000001 |
Color Harmonies of #56F7B5
Complementary color
Monochromatic Colors of #56F7B5
Black with #56F7B5
Text Example
Text Example
White with #56F7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F7B5; }
p { color: rgb(86,247,181); }
H1.HeaderClassName
{
color: #56F7B5;
}
.AnyTagClassName
{
color: #56F7B5;
}
</style>
background-color css
<style>
a { background-color: #56F7B5; }
a { background-color: rgb(86,247,181); }
div.DivClassName
{
background-color: #56F7B5;
}
.BgClassName
{
background-color: #56F7B5;
}
</style>
border-color css
<style>
span { border-color: #56F7B5; }
span { border-color: rgb(86,247,181); }
td.TdClassName
{
border-color: #56F7B5;
}
.TagClassName
{
border-color: #56F7B5;
}
</style>