Shades of Magic Mint #A1FECC
Tints of Magic Mint #A1FECC
RGB
CMYK
RGB Variations
Color information
#A1FECC (or 0xA1FECC) is known color: Magic Mint. HEX triplet: A1, FE and CC. RGB value is (161,254,204). Sum of RGB (Red+Green+Blue) = 161+254+204=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FECC is #5E0133. Grayscale: #DCDCDC. Windows color (decimal): -6160692 or 13434529. OLE color: 13434529.
HSL color Cylindrical-coordinate representation of color #A1FECC: hue angle of 147.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FECC is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 204 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.00 |
| HSL | 147.74º | 0.98% | 0.81% | - |
| HSV(B) | 147.74º | 0.37% | 1% | - |
| XYZ | 61.04 | 82.82 | 69.9 | - |
| YUV | 220.49 | 118.69 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 204 | 0.37 | 0 | 0.20 | 0.00 | 147.74 | 0.98 | 0.81 |
| Hex | A1 | FE | CC | 25 | 0 | 14 | 0 | 94 | 62 | 51 |
| Octal | 241 | 376 | 314 | 45 | 0 | 24 | 0 | 224 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11001100 | 100101 | 0 | 10100 | 0 | 10010100 | 1100010 | 1010001 |
Color Harmonies of #A1FECC
Complementary color
Monochromatic Colors of #A1FECC
Black with #A1FECC
Text Example
Text Example
White with #A1FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FECC; }
p { color: rgb(161,254,204); }
H1.HeaderClassName
{
color: #A1FECC;
}
.AnyTagClassName
{
color: #A1FECC;
}
</style>
background-color css
<style>
a { background-color: #A1FECC; }
a { background-color: rgb(161,254,204); }
div.DivClassName
{
background-color: #A1FECC;
}
.BgClassName
{
background-color: #A1FECC;
}
</style>
border-color css
<style>
span { border-color: #A1FECC; }
span { border-color: rgb(161,254,204); }
td.TdClassName
{
border-color: #A1FECC;
}
.TagClassName
{
border-color: #A1FECC;
}
</style>