Shades of Medium Aquamarine #56F2B0
Tints of Medium Aquamarine #56F2B0
RGB
CMYK
RGB Variations
Color information
#56F2B0 (or 0x56F2B0) is known color: Medium Aquamarine. HEX triplet: 56, F2 and B0. RGB value is (86,242,176). Sum of RGB (Red+Green+Blue) = 86+242+176=504 (66% of max value = 765). Red value is 86 (33.98% from 255 or 17.06% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #56F2B0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #56F2B0 is #A90D4F. Grayscale: #BBBBBB. Windows color (decimal): -11078992 or 11596374. OLE color: 11596374.
HSL color Cylindrical-coordinate representation of color #56F2B0: hue angle of 154.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #56F2B0 is Cyan = 0.64, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 242 | 176 | - |
| CMYK | 0.64 | 0 | 0.27 | 0.05 |
| HSL | 154.62º | 0.86% | 0.64% | - |
| HSV(B) | 154.62º | 0.64% | 0.95% | - |
| XYZ | 43.43 | 68.62 | 52.03 | - |
| YUV | 187.83 | 121.32 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 242 | 176 | 0.64 | 0 | 0.27 | 0.05 | 154.62 | 0.86 | 0.64 |
| Hex | 56 | F2 | B0 | 40 | 0 | 1B | 5 | 9B | 56 | 40 |
| Octal | 126 | 362 | 260 | 100 | 0 | 33 | 5 | 233 | 126 | 100 |
| Binary | 1010110 | 11110010 | 10110000 | 1000000 | 0 | 11011 | 101 | 10011011 | 1010110 | 1000000 |
Color Harmonies of #56F2B0
Complementary color
Monochromatic Colors of #56F2B0
Black with #56F2B0
Text Example
Text Example
White with #56F2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56F2B0; }
p { color: rgb(86,242,176); }
H1.HeaderClassName
{
color: #56F2B0;
}
.AnyTagClassName
{
color: #56F2B0;
}
</style>
background-color css
<style>
a { background-color: #56F2B0; }
a { background-color: rgb(86,242,176); }
div.DivClassName
{
background-color: #56F2B0;
}
.BgClassName
{
background-color: #56F2B0;
}
</style>
border-color css
<style>
span { border-color: #56F2B0; }
span { border-color: rgb(86,242,176); }
td.TdClassName
{
border-color: #56F2B0;
}
.TagClassName
{
border-color: #56F2B0;
}
</style>