Shades of Medium Aquamarine #56DB95
Tints of Medium Aquamarine #56DB95
RGB
CMYK
RGB Variations
Color information
#56DB95 (or 0x56DB95) is known color: Medium Aquamarine. HEX triplet: 56, DB and 95. RGB value is (86,219,149). Sum of RGB (Red+Green+Blue) = 86+219+149=454 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.94% from 454); Green value is 219 (85.94% from 255 or 48.24% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 219 - color contains mainly: green. Hex color #56DB95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DB95 is #A9246A. Grayscale: #ABABAB. Windows color (decimal): -11084907 or 9821014. OLE color: 9821014.
HSL color Cylindrical-coordinate representation of color #56DB95: hue angle of 148.42º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #56DB95 is Cyan = 0.61, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 149 | - |
| CMYK | 0.61 | 0 | 0.32 | 0.14 |
| HSL | 148.42º | 0.65% | 0.6% | - |
| HSV(B) | 148.42º | 0.61% | 0.86% | - |
| XYZ | 34.59 | 54.81 | 37.19 | - |
| YUV | 171.25 | 115.44 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 149 | 0.61 | 0 | 0.32 | 0.14 | 148.42 | 0.65 | 0.6 |
| Hex | 56 | DB | 95 | 3D | 0 | 20 | E | 94 | 41 | 3C |
| Octal | 126 | 333 | 225 | 75 | 0 | 40 | 16 | 224 | 101 | 74 |
| Binary | 1010110 | 11011011 | 10010101 | 111101 | 0 | 100000 | 1110 | 10010100 | 1000001 | 111100 |
Color Harmonies of #56DB95
Complementary color
Monochromatic Colors of #56DB95
Black with #56DB95
Text Example
Text Example
White with #56DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DB95; }
p { color: rgb(86,219,149); }
H1.HeaderClassName
{
color: #56DB95;
}
.AnyTagClassName
{
color: #56DB95;
}
</style>
background-color css
<style>
a { background-color: #56DB95; }
a { background-color: rgb(86,219,149); }
div.DivClassName
{
background-color: #56DB95;
}
.BgClassName
{
background-color: #56DB95;
}
</style>
border-color css
<style>
span { border-color: #56DB95; }
span { border-color: rgb(86,219,149); }
td.TdClassName
{
border-color: #56DB95;
}
.TagClassName
{
border-color: #56DB95;
}
</style>