Shades of Medium Aquamarine #56D5A2
Tints of Medium Aquamarine #56D5A2
RGB
CMYK
RGB Variations
Color information
#56D5A2 (or 0x56D5A2) is known color: Medium Aquamarine. HEX triplet: 56, D5 and A2. RGB value is (86,213,162). Sum of RGB (Red+Green+Blue) = 86+213+162=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #56D5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D5A2 is #A92A5D. Grayscale: #A9A9A9. Windows color (decimal): -11086430 or 10671446. OLE color: 10671446.
HSL color Cylindrical-coordinate representation of color #56D5A2: hue angle of 155.91º degrees, saturation: 0.6, 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 #56D5A2 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 213 | 162 | - |
| CMYK | 0.60 | 0 | 0.24 | 0.16 |
| HSL | 155.91º | 0.6% | 0.59% | - |
| HSV(B) | 155.91º | 0.6% | 0.84% | - |
| XYZ | 34.15 | 52.18 | 42.45 | - |
| YUV | 169.21 | 123.92 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 213 | 162 | 0.60 | 0 | 0.24 | 0.16 | 155.91 | 0.6 | 0.59 |
| Hex | 56 | D5 | A2 | 3C | 0 | 18 | 10 | 9C | 3C | 3B |
| Octal | 126 | 325 | 242 | 74 | 0 | 30 | 20 | 234 | 74 | 73 |
| Binary | 1010110 | 11010101 | 10100010 | 111100 | 0 | 11000 | 10000 | 10011100 | 111100 | 111011 |
Color Harmonies of #56D5A2
Complementary color
Monochromatic Colors of #56D5A2
Black with #56D5A2
Text Example
Text Example
White with #56D5A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D5A2; }
p { color: rgb(86,213,162); }
H1.HeaderClassName
{
color: #56D5A2;
}
.AnyTagClassName
{
color: #56D5A2;
}
</style>
background-color css
<style>
a { background-color: #56D5A2; }
a { background-color: rgb(86,213,162); }
div.DivClassName
{
background-color: #56D5A2;
}
.BgClassName
{
background-color: #56D5A2;
}
</style>
border-color css
<style>
span { border-color: #56D5A2; }
span { border-color: rgb(86,213,162); }
td.TdClassName
{
border-color: #56D5A2;
}
.TagClassName
{
border-color: #56D5A2;
}
</style>