Shades of Medium Aquamarine #56DBAB
Tints of Medium Aquamarine #56DBAB
RGB
CMYK
RGB Variations
Color information
#56DBAB (or 0x56DBAB) is known color: Medium Aquamarine. HEX triplet: 56, DB and AB. RGB value is (86,219,171). Sum of RGB (Red+Green+Blue) = 86+219+171=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DBAB is #A92454. Grayscale: #ADADAD. Windows color (decimal): -11084885 or 11262806. OLE color: 11262806.
HSL color Cylindrical-coordinate representation of color #56DBAB: hue angle of 158.35º 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 #56DBAB is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 171 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.14 |
| HSL | 158.35º | 0.65% | 0.6% | - |
| HSV(B) | 158.35º | 0.61% | 0.86% | - |
| XYZ | 36.52 | 55.58 | 47.33 | - |
| YUV | 173.76 | 126.44 | 65.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 171 | 0.61 | 0 | 0.22 | 0.14 | 158.35 | 0.65 | 0.6 |
| Hex | 56 | DB | AB | 3D | 0 | 16 | E | 9E | 41 | 3C |
| Octal | 126 | 333 | 253 | 75 | 0 | 26 | 16 | 236 | 101 | 74 |
| Binary | 1010110 | 11011011 | 10101011 | 111101 | 0 | 10110 | 1110 | 10011110 | 1000001 | 111100 |
Color Harmonies of #56DBAB
Complementary color
Monochromatic Colors of #56DBAB
Black with #56DBAB
Text Example
Text Example
White with #56DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBAB; }
p { color: rgb(86,219,171); }
H1.HeaderClassName
{
color: #56DBAB;
}
.AnyTagClassName
{
color: #56DBAB;
}
</style>
background-color css
<style>
a { background-color: #56DBAB; }
a { background-color: rgb(86,219,171); }
div.DivClassName
{
background-color: #56DBAB;
}
.BgClassName
{
background-color: #56DBAB;
}
</style>
border-color css
<style>
span { border-color: #56DBAB; }
span { border-color: rgb(86,219,171); }
td.TdClassName
{
border-color: #56DBAB;
}
.TagClassName
{
border-color: #56DBAB;
}
</style>