Shades of Magic Mint #A1EACE
Tints of Magic Mint #A1EACE
RGB
CMYK
RGB Variations
Color information
#A1EACE (or 0xA1EACE) is known color: Magic Mint. HEX triplet: A1, EA and CE. RGB value is (161,234,206). Sum of RGB (Red+Green+Blue) = 161+234+206=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #A1EACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EACE is #5E1531. Grayscale: #D1D1D1. Windows color (decimal): -6165810 or 13560481. OLE color: 13560481.
HSL color Cylindrical-coordinate representation of color #A1EACE: hue angle of 156.99º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EACE is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 234 | 206 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.08 |
| HSL | 156.99º | 0.63% | 0.77% | - |
| HSV(B) | 156.99º | 0.31% | 0.92% | - |
| XYZ | 55.26 | 70.88 | 69.16 | - |
| YUV | 208.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 234 | 206 | 0.31 | 0 | 0.12 | 0.08 | 156.99 | 0.63 | 0.77 |
| Hex | A1 | EA | CE | 1F | 0 | C | 8 | 9D | 3F | 4D |
| Octal | 241 | 352 | 316 | 37 | 0 | 14 | 10 | 235 | 77 | 115 |
| Binary | 10100001 | 11101010 | 11001110 | 11111 | 0 | 1100 | 1000 | 10011101 | 111111 | 1001101 |
Color Harmonies of #A1EACE
Complementary color
Monochromatic Colors of #A1EACE
Black with #A1EACE
Text Example
Text Example
White with #A1EACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EACE; }
p { color: rgb(161,234,206); }
H1.HeaderClassName
{
color: #A1EACE;
}
.AnyTagClassName
{
color: #A1EACE;
}
</style>
background-color css
<style>
a { background-color: #A1EACE; }
a { background-color: rgb(161,234,206); }
div.DivClassName
{
background-color: #A1EACE;
}
.BgClassName
{
background-color: #A1EACE;
}
</style>
border-color css
<style>
span { border-color: #A1EACE; }
span { border-color: rgb(161,234,206); }
td.TdClassName
{
border-color: #A1EACE;
}
.TagClassName
{
border-color: #A1EACE;
}
</style>