Shades of Medium Aquamarine #56CEA6
Tints of Medium Aquamarine #56CEA6
RGB
CMYK
RGB Variations
Color information
#56CEA6 (or 0x56CEA6) is known color: Medium Aquamarine. HEX triplet: 56, CE and A6. RGB value is (86,206,166). Sum of RGB (Red+Green+Blue) = 86+206+166=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #56CEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CEA6 is #A93159. Grayscale: #A5A5A5. Windows color (decimal): -11088218 or 10931798. OLE color: 10931798.
HSL color Cylindrical-coordinate representation of color #56CEA6: hue angle of 160º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CEA6 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 206 | 166 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.19 |
| HSL | 160º | 0.55% | 0.57% | - |
| HSV(B) | 160º | 0.58% | 0.81% | - |
| XYZ | 32.79 | 48.87 | 43.78 | - |
| YUV | 165.56 | 128.24 | 71.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 206 | 166 | 0.58 | 0 | 0.19 | 0.19 | 160 | 0.55 | 0.57 |
| Hex | 56 | CE | A6 | 3A | 0 | 13 | 13 | A0 | 37 | 39 |
| Octal | 126 | 316 | 246 | 72 | 0 | 23 | 23 | 240 | 67 | 71 |
| Binary | 1010110 | 11001110 | 10100110 | 111010 | 0 | 10011 | 10011 | 10100000 | 110111 | 111001 |
Color Harmonies of #56CEA6
Complementary color
Monochromatic Colors of #56CEA6
Black with #56CEA6
Text Example
Text Example
White with #56CEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CEA6; }
p { color: rgb(86,206,166); }
H1.HeaderClassName
{
color: #56CEA6;
}
.AnyTagClassName
{
color: #56CEA6;
}
</style>
background-color css
<style>
a { background-color: #56CEA6; }
a { background-color: rgb(86,206,166); }
div.DivClassName
{
background-color: #56CEA6;
}
.BgClassName
{
background-color: #56CEA6;
}
</style>
border-color css
<style>
span { border-color: #56CEA6; }
span { border-color: rgb(86,206,166); }
td.TdClassName
{
border-color: #56CEA6;
}
.TagClassName
{
border-color: #56CEA6;
}
</style>