Shades of Medium Aquamarine #56D99B
Tints of Medium Aquamarine #56D99B
RGB
CMYK
RGB Variations
Color information
#56D99B (or 0x56D99B) is known color: Medium Aquamarine. HEX triplet: 56, D9 and 9B. RGB value is (86,217,155). Sum of RGB (Red+Green+Blue) = 86+217+155=458 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.78% from 458); Green value is 217 (85.16% from 255 or 47.38% from 458); Blue value is 155 (60.94% from 255 or 33.84% from 458); Max value from RGB is 217 - color contains mainly: green. Hex color #56D99B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56D99B is #A92664. Grayscale: #AAAAAA. Windows color (decimal): -11085413 or 10213718. OLE color: 10213718.
HSL color Cylindrical-coordinate representation of color #56D99B: hue angle of 151.6º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #56D99B is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 217 | 155 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.15 |
| HSL | 151.6º | 0.63% | 0.59% | - |
| HSV(B) | 151.6º | 0.6% | 0.85% | - |
| XYZ | 34.57 | 53.97 | 39.61 | - |
| YUV | 170.76 | 119.1 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 217 | 155 | 0.60 | 0 | 0.29 | 0.15 | 151.6 | 0.63 | 0.59 |
| Hex | 56 | D9 | 9B | 3C | 0 | 1D | F | 98 | 3F | 3B |
| Octal | 126 | 331 | 233 | 74 | 0 | 35 | 17 | 230 | 77 | 73 |
| Binary | 1010110 | 11011001 | 10011011 | 111100 | 0 | 11101 | 1111 | 10011000 | 111111 | 111011 |
Color Harmonies of #56D99B
Complementary color
Monochromatic Colors of #56D99B
Black with #56D99B
Text Example
Text Example
White with #56D99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D99B; }
p { color: rgb(86,217,155); }
H1.HeaderClassName
{
color: #56D99B;
}
.AnyTagClassName
{
color: #56D99B;
}
</style>
background-color css
<style>
a { background-color: #56D99B; }
a { background-color: rgb(86,217,155); }
div.DivClassName
{
background-color: #56D99B;
}
.BgClassName
{
background-color: #56D99B;
}
</style>
border-color css
<style>
span { border-color: #56D99B; }
span { border-color: rgb(86,217,155); }
td.TdClassName
{
border-color: #56D99B;
}
.TagClassName
{
border-color: #56D99B;
}
</style>