Shades of Medium Aquamarine #56DBAF
Tints of Medium Aquamarine #56DBAF
RGB
CMYK
RGB Variations
Color information
#56DBAF (or 0x56DBAF) is known color: Medium Aquamarine. HEX triplet: 56, DB and AF. RGB value is (86,219,175). Sum of RGB (Red+Green+Blue) = 86+219+175=480 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.92% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #56DBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56DBAF is #A92450. Grayscale: #AEAEAE. Windows color (decimal): -11084881 or 11524950. OLE color: 11524950.
HSL color Cylindrical-coordinate representation of color #56DBAF: hue angle of 160.15º 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 #56DBAF is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 219 | 175 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.14 |
| HSL | 160.15º | 0.65% | 0.6% | - |
| HSV(B) | 160.15º | 0.61% | 0.86% | - |
| XYZ | 36.91 | 55.74 | 49.37 | - |
| YUV | 174.22 | 128.44 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 219 | 175 | 0.61 | 0 | 0.20 | 0.14 | 160.15 | 0.65 | 0.6 |
| Hex | 56 | DB | AF | 3D | 0 | 14 | E | A0 | 41 | 3C |
| Octal | 126 | 333 | 257 | 75 | 0 | 24 | 16 | 240 | 101 | 74 |
| Binary | 1010110 | 11011011 | 10101111 | 111101 | 0 | 10100 | 1110 | 10100000 | 1000001 | 111100 |
Color Harmonies of #56DBAF
Complementary color
Monochromatic Colors of #56DBAF
Black with #56DBAF
Text Example
Text Example
White with #56DBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DBAF; }
p { color: rgb(86,219,175); }
H1.HeaderClassName
{
color: #56DBAF;
}
.AnyTagClassName
{
color: #56DBAF;
}
</style>
background-color css
<style>
a { background-color: #56DBAF; }
a { background-color: rgb(86,219,175); }
div.DivClassName
{
background-color: #56DBAF;
}
.BgClassName
{
background-color: #56DBAF;
}
</style>
border-color css
<style>
span { border-color: #56DBAF; }
span { border-color: rgb(86,219,175); }
td.TdClassName
{
border-color: #56DBAF;
}
.TagClassName
{
border-color: #56DBAF;
}
</style>