Shades of Magic Mint #A0EACD
Tints of Magic Mint #A0EACD
RGB
CMYK
RGB Variations
Color information
#A0EACD (or 0xA0EACD) is known color: Magic Mint. HEX triplet: A0, EA and CD. RGB value is (160,234,205). Sum of RGB (Red+Green+Blue) = 160+234+205=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EACD is #5F1532. Grayscale: #D0D0D0. Windows color (decimal): -6231347 or 13494944. OLE color: 13494944.
HSL color Cylindrical-coordinate representation of color #A0EACD: hue angle of 156.49º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EACD is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 205 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.08 |
| HSL | 156.49º | 0.64% | 0.77% | - |
| HSV(B) | 156.49º | 0.32% | 0.92% | - |
| XYZ | 54.94 | 70.73 | 68.51 | - |
| YUV | 208.57 | 125.98 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 205 | 0.32 | 0 | 0.12 | 0.08 | 156.49 | 0.64 | 0.77 |
| Hex | A0 | EA | CD | 20 | 0 | C | 8 | 9C | 40 | 4D |
| Octal | 240 | 352 | 315 | 40 | 0 | 14 | 10 | 234 | 100 | 115 |
| Binary | 10100000 | 11101010 | 11001101 | 100000 | 0 | 1100 | 1000 | 10011100 | 1000000 | 1001101 |
Color Harmonies of #A0EACD
Complementary color
Monochromatic Colors of #A0EACD
Black with #A0EACD
Text Example
Text Example
White with #A0EACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EACD; }
p { color: rgb(160,234,205); }
H1.HeaderClassName
{
color: #A0EACD;
}
.AnyTagClassName
{
color: #A0EACD;
}
</style>
background-color css
<style>
a { background-color: #A0EACD; }
a { background-color: rgb(160,234,205); }
div.DivClassName
{
background-color: #A0EACD;
}
.BgClassName
{
background-color: #A0EACD;
}
</style>
border-color css
<style>
span { border-color: #A0EACD; }
span { border-color: rgb(160,234,205); }
td.TdClassName
{
border-color: #A0EACD;
}
.TagClassName
{
border-color: #A0EACD;
}
</style>