Shades of Medium Aquamarine #56D6B7
Tints of Medium Aquamarine #56D6B7
RGB
CMYK
RGB Variations
Color information
#56D6B7 (or 0x56D6B7) is known color: Medium Aquamarine. HEX triplet: 56, D6 and B7. RGB value is (86,214,183). Sum of RGB (Red+Green+Blue) = 86+214+183=483 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.81% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 183 (71.88% from 255 or 37.89% from 483); Max value from RGB is 214 - color contains mainly: green. Hex color #56D6B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D6B7 is #A92948. Grayscale: #ACACAC. Windows color (decimal): -11086153 or 12047958. OLE color: 12047958.
HSL color Cylindrical-coordinate representation of color #56D6B7: hue angle of 165.47º 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 #56D6B7 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 214 | 183 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.16 |
| HSL | 165.47º | 0.61% | 0.59% | - |
| HSV(B) | 165.47º | 0.6% | 0.84% | - |
| XYZ | 36.43 | 53.49 | 53.2 | - |
| YUV | 172.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 214 | 183 | 0.60 | 0 | 0.14 | 0.16 | 165.47 | 0.61 | 0.59 |
| Hex | 56 | D6 | B7 | 3C | 0 | E | 10 | A5 | 3D | 3B |
| Octal | 126 | 326 | 267 | 74 | 0 | 16 | 20 | 245 | 75 | 73 |
| Binary | 1010110 | 11010110 | 10110111 | 111100 | 0 | 1110 | 10000 | 10100101 | 111101 | 111011 |
Color Harmonies of #56D6B7
Complementary color
Monochromatic Colors of #56D6B7
Black with #56D6B7
Text Example
Text Example
White with #56D6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D6B7; }
p { color: rgb(86,214,183); }
H1.HeaderClassName
{
color: #56D6B7;
}
.AnyTagClassName
{
color: #56D6B7;
}
</style>
background-color css
<style>
a { background-color: #56D6B7; }
a { background-color: rgb(86,214,183); }
div.DivClassName
{
background-color: #56D6B7;
}
.BgClassName
{
background-color: #56D6B7;
}
</style>
border-color css
<style>
span { border-color: #56D6B7; }
span { border-color: rgb(86,214,183); }
td.TdClassName
{
border-color: #56D6B7;
}
.TagClassName
{
border-color: #56D6B7;
}
</style>