Shades of Medium Aquamarine #56CDA1
Tints of Medium Aquamarine #56CDA1
RGB
CMYK
RGB Variations
Color information
#56CDA1 (or 0x56CDA1) is known color: Medium Aquamarine. HEX triplet: 56, CD and A1. RGB value is (86,205,161). Sum of RGB (Red+Green+Blue) = 86+205+161=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CDA1 is #A9325E. Grayscale: #A4A4A4. Windows color (decimal): -11088479 or 10603862. OLE color: 10603862.
HSL color Cylindrical-coordinate representation of color #56CDA1: hue angle of 157.82º 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 #56CDA1 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 205 | 161 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.20 |
| HSL | 157.82º | 0.54% | 0.57% | - |
| HSV(B) | 157.82º | 0.58% | 0.8% | - |
| XYZ | 32.1 | 48.21 | 41.33 | - |
| YUV | 164.4 | 126.08 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 161 | 0.58 | 0 | 0.21 | 0.20 | 157.82 | 0.54 | 0.57 |
| Hex | 56 | CD | A1 | 3A | 0 | 15 | 14 | 9E | 36 | 39 |
| Octal | 126 | 315 | 241 | 72 | 0 | 25 | 24 | 236 | 66 | 71 |
| Binary | 1010110 | 11001101 | 10100001 | 111010 | 0 | 10101 | 10100 | 10011110 | 110110 | 111001 |
Color Harmonies of #56CDA1
Complementary color
Monochromatic Colors of #56CDA1
Black with #56CDA1
Text Example
Text Example
White with #56CDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDA1; }
p { color: rgb(86,205,161); }
H1.HeaderClassName
{
color: #56CDA1;
}
.AnyTagClassName
{
color: #56CDA1;
}
</style>
background-color css
<style>
a { background-color: #56CDA1; }
a { background-color: rgb(86,205,161); }
div.DivClassName
{
background-color: #56CDA1;
}
.BgClassName
{
background-color: #56CDA1;
}
</style>
border-color css
<style>
span { border-color: #56CDA1; }
span { border-color: rgb(86,205,161); }
td.TdClassName
{
border-color: #56CDA1;
}
.TagClassName
{
border-color: #56CDA1;
}
</style>