Shades of Medium Aquamarine #56D2A3
Tints of Medium Aquamarine #56D2A3
RGB
CMYK
RGB Variations
Color information
#56D2A3 (or 0x56D2A3) is known color: Medium Aquamarine. HEX triplet: 56, D2 and A3. RGB value is (86,210,163). Sum of RGB (Red+Green+Blue) = 86+210+163=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 210 (82.42% from 255 or 45.75% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 210 - color contains mainly: green. Hex color #56D2A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D2A3 is #A92D5C. Grayscale: #A7A7A7. Windows color (decimal): -11087197 or 10736214. OLE color: 10736214.
HSL color Cylindrical-coordinate representation of color #56D2A3: hue angle of 157.26º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #56D2A3 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 210 | 163 | - |
| CMYK | 0.59 | 0 | 0.22 | 0.18 |
| HSL | 157.26º | 0.58% | 0.58% | - |
| HSV(B) | 157.26º | 0.59% | 0.82% | - |
| XYZ | 33.5 | 50.72 | 42.67 | - |
| YUV | 167.57 | 125.42 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 210 | 163 | 0.59 | 0 | 0.22 | 0.18 | 157.26 | 0.58 | 0.58 |
| Hex | 56 | D2 | A3 | 3B | 0 | 16 | 12 | 9D | 3A | 3A |
| Octal | 126 | 322 | 243 | 73 | 0 | 26 | 22 | 235 | 72 | 72 |
| Binary | 1010110 | 11010010 | 10100011 | 111011 | 0 | 10110 | 10010 | 10011101 | 111010 | 111010 |
Color Harmonies of #56D2A3
Complementary color
Monochromatic Colors of #56D2A3
Black with #56D2A3
Text Example
Text Example
White with #56D2A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D2A3; }
p { color: rgb(86,210,163); }
H1.HeaderClassName
{
color: #56D2A3;
}
.AnyTagClassName
{
color: #56D2A3;
}
</style>
background-color css
<style>
a { background-color: #56D2A3; }
a { background-color: rgb(86,210,163); }
div.DivClassName
{
background-color: #56D2A3;
}
.BgClassName
{
background-color: #56D2A3;
}
</style>
border-color css
<style>
span { border-color: #56D2A3; }
span { border-color: rgb(86,210,163); }
td.TdClassName
{
border-color: #56D2A3;
}
.TagClassName
{
border-color: #56D2A3;
}
</style>