Shades of Medium Aquamarine #56CDA9
Tints of Medium Aquamarine #56CDA9
RGB
CMYK
RGB Variations
Color information
#56CDA9 (or 0x56CDA9) is known color: Medium Aquamarine. HEX triplet: 56, CD and A9. RGB value is (86,205,169). Sum of RGB (Red+Green+Blue) = 86+205+169=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CDA9 is #A93256. Grayscale: #A5A5A5. Windows color (decimal): -11088471 or 11128150. OLE color: 11128150.
HSL color Cylindrical-coordinate representation of color #56CDA9: hue angle of 161.85º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56CDA9 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 205 | 169 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.20 |
| HSL | 161.85º | 0.54% | 0.57% | - |
| HSV(B) | 161.85º | 0.58% | 0.8% | - |
| XYZ | 32.83 | 48.51 | 45.17 | - |
| YUV | 165.32 | 130.08 | 71.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 169 | 0.58 | 0 | 0.18 | 0.20 | 161.85 | 0.54 | 0.57 |
| Hex | 56 | CD | A9 | 3A | 0 | 12 | 14 | A2 | 36 | 39 |
| Octal | 126 | 315 | 251 | 72 | 0 | 22 | 24 | 242 | 66 | 71 |
| Binary | 1010110 | 11001101 | 10101001 | 111010 | 0 | 10010 | 10100 | 10100010 | 110110 | 111001 |
Color Harmonies of #56CDA9
Complementary color
Monochromatic Colors of #56CDA9
Black with #56CDA9
Text Example
Text Example
White with #56CDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDA9; }
p { color: rgb(86,205,169); }
H1.HeaderClassName
{
color: #56CDA9;
}
.AnyTagClassName
{
color: #56CDA9;
}
</style>
background-color css
<style>
a { background-color: #56CDA9; }
a { background-color: rgb(86,205,169); }
div.DivClassName
{
background-color: #56CDA9;
}
.BgClassName
{
background-color: #56CDA9;
}
</style>
border-color css
<style>
span { border-color: #56CDA9; }
span { border-color: rgb(86,205,169); }
td.TdClassName
{
border-color: #56CDA9;
}
.TagClassName
{
border-color: #56CDA9;
}
</style>