Shades of Medium Aquamarine #56CDA2
Tints of Medium Aquamarine #56CDA2
RGB
CMYK
RGB Variations
Color information
#56CDA2 (or 0x56CDA2) is known color: Medium Aquamarine. HEX triplet: 56, CD and A2. RGB value is (86,205,162). Sum of RGB (Red+Green+Blue) = 86+205+162=453 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.98% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #56CDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #56CDA2 is #A9325D. Grayscale: #A4A4A4. Windows color (decimal): -11088478 or 10669398. OLE color: 10669398.
HSL color Cylindrical-coordinate representation of color #56CDA2: hue angle of 158.32º 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 #56CDA2 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 205 | 162 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.20 |
| HSL | 158.32º | 0.54% | 0.57% | - |
| HSV(B) | 158.32º | 0.58% | 0.8% | - |
| XYZ | 32.19 | 48.25 | 41.8 | - |
| YUV | 164.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 205 | 162 | 0.58 | 0 | 0.21 | 0.20 | 158.32 | 0.54 | 0.57 |
| Hex | 56 | CD | A2 | 3A | 0 | 15 | 14 | 9E | 36 | 39 |
| Octal | 126 | 315 | 242 | 72 | 0 | 25 | 24 | 236 | 66 | 71 |
| Binary | 1010110 | 11001101 | 10100010 | 111010 | 0 | 10101 | 10100 | 10011110 | 110110 | 111001 |
Color Harmonies of #56CDA2
Complementary color
Monochromatic Colors of #56CDA2
Black with #56CDA2
Text Example
Text Example
White with #56CDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56CDA2; }
p { color: rgb(86,205,162); }
H1.HeaderClassName
{
color: #56CDA2;
}
.AnyTagClassName
{
color: #56CDA2;
}
</style>
background-color css
<style>
a { background-color: #56CDA2; }
a { background-color: rgb(86,205,162); }
div.DivClassName
{
background-color: #56CDA2;
}
.BgClassName
{
background-color: #56CDA2;
}
</style>
border-color css
<style>
span { border-color: #56CDA2; }
span { border-color: rgb(86,205,162); }
td.TdClassName
{
border-color: #56CDA2;
}
.TagClassName
{
border-color: #56CDA2;
}
</style>