Shades of Medium Aquamarine #56DAA8
Tints of Medium Aquamarine #56DAA8
RGB
CMYK
RGB Variations
Color information
#56DAA8 (or 0x56DAA8) is known color: Medium Aquamarine. HEX triplet: 56, DA and A8. RGB value is (86,218,168). Sum of RGB (Red+Green+Blue) = 86+218+168=472 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.22% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #56DAA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DAA8 is #A92557. Grayscale: #ACACAC. Windows color (decimal): -11085144 or 11065942. OLE color: 11065942.
HSL color Cylindrical-coordinate representation of color #56DAA8: hue angle of 157.27º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DAA8 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 218 | 168 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.15 |
| HSL | 157.27º | 0.64% | 0.6% | - |
| HSV(B) | 157.27º | 0.61% | 0.85% | - |
| XYZ | 35.98 | 54.95 | 45.76 | - |
| YUV | 172.83 | 125.27 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 218 | 168 | 0.61 | 0 | 0.23 | 0.15 | 157.27 | 0.64 | 0.6 |
| Hex | 56 | DA | A8 | 3D | 0 | 17 | F | 9D | 40 | 3C |
| Octal | 126 | 332 | 250 | 75 | 0 | 27 | 17 | 235 | 100 | 74 |
| Binary | 1010110 | 11011010 | 10101000 | 111101 | 0 | 10111 | 1111 | 10011101 | 1000000 | 111100 |
Color Harmonies of #56DAA8
Complementary color
Monochromatic Colors of #56DAA8
Black with #56DAA8
Text Example
Text Example
White with #56DAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DAA8; }
p { color: rgb(86,218,168); }
H1.HeaderClassName
{
color: #56DAA8;
}
.AnyTagClassName
{
color: #56DAA8;
}
</style>
background-color css
<style>
a { background-color: #56DAA8; }
a { background-color: rgb(86,218,168); }
div.DivClassName
{
background-color: #56DAA8;
}
.BgClassName
{
background-color: #56DAA8;
}
</style>
border-color css
<style>
span { border-color: #56DAA8; }
span { border-color: rgb(86,218,168); }
td.TdClassName
{
border-color: #56DAA8;
}
.TagClassName
{
border-color: #56DAA8;
}
</style>