Shades of Medium Aquamarine #56D1B9
Tints of Medium Aquamarine #56D1B9
RGB
CMYK
RGB Variations
Color information
#56D1B9 (or 0x56D1B9) is known color: Medium Aquamarine. HEX triplet: 56, D1 and B9. RGB value is (86,209,185). Sum of RGB (Red+Green+Blue) = 86+209+185=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 209 (82.03% from 255 or 43.54% from 480); Blue value is 185 (72.66% from 255 or 38.54% from 480); Max value from RGB is 209 - color contains mainly: green. Hex color #56D1B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56D1B9 is #A92E46. Grayscale: #A9A9A9. Windows color (decimal): -11087431 or 12177750. OLE color: 12177750.
HSL color Cylindrical-coordinate representation of color #56D1B9: hue angle of 168.29º degrees, saturation: 0.57, 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 #56D1B9 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 209 | 185 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.18 |
| HSL | 168.29º | 0.57% | 0.58% | - |
| HSV(B) | 168.29º | 0.59% | 0.82% | - |
| XYZ | 35.4 | 51.08 | 53.89 | - |
| YUV | 169.49 | 136.75 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 209 | 185 | 0.59 | 0 | 0.11 | 0.18 | 168.29 | 0.57 | 0.58 |
| Hex | 56 | D1 | B9 | 3B | 0 | B | 12 | A8 | 39 | 3A |
| Octal | 126 | 321 | 271 | 73 | 0 | 13 | 22 | 250 | 71 | 72 |
| Binary | 1010110 | 11010001 | 10111001 | 111011 | 0 | 1011 | 10010 | 10101000 | 111001 | 111010 |
Color Harmonies of #56D1B9
Complementary color
Monochromatic Colors of #56D1B9
Black with #56D1B9
Text Example
Text Example
White with #56D1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56D1B9; }
p { color: rgb(86,209,185); }
H1.HeaderClassName
{
color: #56D1B9;
}
.AnyTagClassName
{
color: #56D1B9;
}
</style>
background-color css
<style>
a { background-color: #56D1B9; }
a { background-color: rgb(86,209,185); }
div.DivClassName
{
background-color: #56D1B9;
}
.BgClassName
{
background-color: #56D1B9;
}
</style>
border-color css
<style>
span { border-color: #56D1B9; }
span { border-color: rgb(86,209,185); }
td.TdClassName
{
border-color: #56D1B9;
}
.TagClassName
{
border-color: #56D1B9;
}
</style>