Shades of Magic Mint #A1ECCE
Tints of Magic Mint #A1ECCE
RGB
CMYK
RGB Variations
Color information
#A1ECCE (or 0xA1ECCE) is known color: Magic Mint. HEX triplet: A1, EC and CE. RGB value is (161,236,206). Sum of RGB (Red+Green+Blue) = 161+236+206=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 206 (80.86% from 255 or 34.16% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECCE is #5E1331. Grayscale: #D2D2D2. Windows color (decimal): -6165298 or 13560993. OLE color: 13560993.
HSL color Cylindrical-coordinate representation of color #A1ECCE: hue angle of 156º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECCE is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 206 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.07 |
| HSL | 156º | 0.66% | 0.78% | - |
| HSV(B) | 156º | 0.32% | 0.93% | - |
| XYZ | 55.83 | 72.02 | 69.35 | - |
| YUV | 210.16 | 125.65 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 206 | 0.32 | 0 | 0.13 | 0.07 | 156 | 0.66 | 0.78 |
| Hex | A1 | EC | CE | 20 | 0 | D | 7 | 9C | 42 | 4E |
| Octal | 241 | 354 | 316 | 40 | 0 | 15 | 7 | 234 | 102 | 116 |
| Binary | 10100001 | 11101100 | 11001110 | 100000 | 0 | 1101 | 111 | 10011100 | 1000010 | 1001110 |
Color Harmonies of #A1ECCE
Complementary color
Monochromatic Colors of #A1ECCE
Black with #A1ECCE
Text Example
Text Example
White with #A1ECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECCE; }
p { color: rgb(161,236,206); }
H1.HeaderClassName
{
color: #A1ECCE;
}
.AnyTagClassName
{
color: #A1ECCE;
}
</style>
background-color css
<style>
a { background-color: #A1ECCE; }
a { background-color: rgb(161,236,206); }
div.DivClassName
{
background-color: #A1ECCE;
}
.BgClassName
{
background-color: #A1ECCE;
}
</style>
border-color css
<style>
span { border-color: #A1ECCE; }
span { border-color: rgb(161,236,206); }
td.TdClassName
{
border-color: #A1ECCE;
}
.TagClassName
{
border-color: #A1ECCE;
}
</style>