Shades of Magic Mint #A0EACE
Tints of Magic Mint #A0EACE
RGB
CMYK
RGB Variations
Color information
#A0EACE (or 0xA0EACE) is known color: Magic Mint. HEX triplet: A0, EA and CE. RGB value is (160,234,206). Sum of RGB (Red+Green+Blue) = 160+234+206=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EACE is #5F1531. Grayscale: #D0D0D0. Windows color (decimal): -6231346 or 13560480. OLE color: 13560480.
HSL color Cylindrical-coordinate representation of color #A0EACE: hue angle of 157.3º 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 #A0EACE is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 234 | 206 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.08 |
| HSL | 157.3º | 0.64% | 0.77% | - |
| HSV(B) | 157.3º | 0.32% | 0.92% | - |
| XYZ | 55.06 | 70.78 | 69.15 | - |
| YUV | 208.68 | 126.48 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 234 | 206 | 0.32 | 0 | 0.12 | 0.08 | 157.3 | 0.64 | 0.77 |
| Hex | A0 | EA | CE | 20 | 0 | C | 8 | 9D | 40 | 4D |
| Octal | 240 | 352 | 316 | 40 | 0 | 14 | 10 | 235 | 100 | 115 |
| Binary | 10100000 | 11101010 | 11001110 | 100000 | 0 | 1100 | 1000 | 10011101 | 1000000 | 1001101 |
Color Harmonies of #A0EACE
Complementary color
Monochromatic Colors of #A0EACE
Black with #A0EACE
Text Example
Text Example
White with #A0EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EACE; }
p { color: rgb(160,234,206); }
H1.HeaderClassName
{
color: #A0EACE;
}
.AnyTagClassName
{
color: #A0EACE;
}
</style>
background-color css
<style>
a { background-color: #A0EACE; }
a { background-color: rgb(160,234,206); }
div.DivClassName
{
background-color: #A0EACE;
}
.BgClassName
{
background-color: #A0EACE;
}
</style>
border-color css
<style>
span { border-color: #A0EACE; }
span { border-color: rgb(160,234,206); }
td.TdClassName
{
border-color: #A0EACE;
}
.TagClassName
{
border-color: #A0EACE;
}
</style>