Shades of Medium Aquamarine #56D29F
Tints of Medium Aquamarine #56D29F
RGB
CMYK
RGB Variations
Color information
#56D29F (or 0x56D29F) is known color: Medium Aquamarine. HEX triplet: 56, D2 and 9F. RGB value is (86,210,159). Sum of RGB (Red+Green+Blue) = 86+210+159=455 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.90% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 159 (62.5% from 255 or 34.95% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #56D29F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D29F is #A92D60. Grayscale: #A7A7A7. Windows color (decimal): -11087201 or 10474070. OLE color: 10474070.
HSL color Cylindrical-coordinate representation of color #56D29F: hue angle of 155.32º 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 #56D29F is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 210 | 159 | - |
| CMYK | 0.59 | 0 | 0.24 | 0.18 |
| HSL | 155.32º | 0.58% | 0.58% | - |
| HSV(B) | 155.32º | 0.59% | 0.82% | - |
| XYZ | 33.14 | 50.57 | 40.82 | - |
| YUV | 167.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 210 | 159 | 0.59 | 0 | 0.24 | 0.18 | 155.32 | 0.58 | 0.58 |
| Hex | 56 | D2 | 9F | 3B | 0 | 18 | 12 | 9B | 3A | 3A |
| Octal | 126 | 322 | 237 | 73 | 0 | 30 | 22 | 233 | 72 | 72 |
| Binary | 1010110 | 11010010 | 10011111 | 111011 | 0 | 11000 | 10010 | 10011011 | 111010 | 111010 |
Color Harmonies of #56D29F
Complementary color
Monochromatic Colors of #56D29F
Black with #56D29F
Text Example
Text Example
White with #56D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D29F; }
p { color: rgb(86,210,159); }
H1.HeaderClassName
{
color: #56D29F;
}
.AnyTagClassName
{
color: #56D29F;
}
</style>
background-color css
<style>
a { background-color: #56D29F; }
a { background-color: rgb(86,210,159); }
div.DivClassName
{
background-color: #56D29F;
}
.BgClassName
{
background-color: #56D29F;
}
</style>
border-color css
<style>
span { border-color: #56D29F; }
span { border-color: rgb(86,210,159); }
td.TdClassName
{
border-color: #56D29F;
}
.TagClassName
{
border-color: #56D29F;
}
</style>