Shades of Magic Mint #A1FEC4
Tints of Magic Mint #A1FEC4
RGB
CMYK
RGB Variations
Color information
#A1FEC4 (or 0xA1FEC4) is known color: Magic Mint. HEX triplet: A1, FE and C4. RGB value is (161,254,196). Sum of RGB (Red+Green+Blue) = 161+254+196=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 196 (76.95% from 255 or 32.08% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEC4 is #5E013B. Grayscale: #DBDBDB. Windows color (decimal): -6160700 or 12910241. OLE color: 12910241.
HSL color Cylindrical-coordinate representation of color #A1FEC4: hue angle of 142.58º 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 #A1FEC4 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 196 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.00 |
| HSL | 142.58º | 0.98% | 0.81% | - |
| HSV(B) | 142.58º | 0.37% | 1% | - |
| XYZ | 60.1 | 82.45 | 64.97 | - |
| YUV | 219.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 196 | 0.37 | 0 | 0.23 | 0.00 | 142.58 | 0.98 | 0.81 |
| Hex | A1 | FE | C4 | 25 | 0 | 17 | 0 | 8F | 62 | 51 |
| Octal | 241 | 376 | 304 | 45 | 0 | 27 | 0 | 217 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11000100 | 100101 | 0 | 10111 | 0 | 10001111 | 1100010 | 1010001 |
Color Harmonies of #A1FEC4
Complementary color
Monochromatic Colors of #A1FEC4
Black with #A1FEC4
Text Example
Text Example
White with #A1FEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEC4; }
p { color: rgb(161,254,196); }
H1.HeaderClassName
{
color: #A1FEC4;
}
.AnyTagClassName
{
color: #A1FEC4;
}
</style>
background-color css
<style>
a { background-color: #A1FEC4; }
a { background-color: rgb(161,254,196); }
div.DivClassName
{
background-color: #A1FEC4;
}
.BgClassName
{
background-color: #A1FEC4;
}
</style>
border-color css
<style>
span { border-color: #A1FEC4; }
span { border-color: rgb(161,254,196); }
td.TdClassName
{
border-color: #A1FEC4;
}
.TagClassName
{
border-color: #A1FEC4;
}
</style>