Shades of Medium Aquamarine #56D6B0
Tints of Medium Aquamarine #56D6B0
RGB
CMYK
RGB Variations
Color information
#56D6B0 (or 0x56D6B0) is known color: Medium Aquamarine. HEX triplet: 56, D6 and B0. RGB value is (86,214,176). Sum of RGB (Red+Green+Blue) = 86+214+176=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #56D6B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D6B0 is #A9294F. Grayscale: #ABABAB. Windows color (decimal): -11086160 or 11589206. OLE color: 11589206.
HSL color Cylindrical-coordinate representation of color #56D6B0: hue angle of 162.19º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D6B0 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 176 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.16 |
| HSL | 162.19º | 0.61% | 0.59% | - |
| HSV(B) | 162.19º | 0.6% | 0.84% | - |
| XYZ | 35.72 | 53.21 | 49.46 | - |
| YUV | 171.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 176 | 0.60 | 0 | 0.18 | 0.16 | 162.19 | 0.61 | 0.59 |
| Hex | 56 | D6 | B0 | 3C | 0 | 12 | 10 | A2 | 3D | 3B |
| Octal | 126 | 326 | 260 | 74 | 0 | 22 | 20 | 242 | 75 | 73 |
| Binary | 1010110 | 11010110 | 10110000 | 111100 | 0 | 10010 | 10000 | 10100010 | 111101 | 111011 |
Color Harmonies of #56D6B0
Complementary color
Monochromatic Colors of #56D6B0
Black with #56D6B0
Text Example
Text Example
White with #56D6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D6B0; }
p { color: rgb(86,214,176); }
H1.HeaderClassName
{
color: #56D6B0;
}
.AnyTagClassName
{
color: #56D6B0;
}
</style>
background-color css
<style>
a { background-color: #56D6B0; }
a { background-color: rgb(86,214,176); }
div.DivClassName
{
background-color: #56D6B0;
}
.BgClassName
{
background-color: #56D6B0;
}
</style>
border-color css
<style>
span { border-color: #56D6B0; }
span { border-color: rgb(86,214,176); }
td.TdClassName
{
border-color: #56D6B0;
}
.TagClassName
{
border-color: #56D6B0;
}
</style>