Shades of Magic Mint #A1FCE1
Tints of Magic Mint #A1FCE1
RGB
CMYK
RGB Variations
Color information
#A1FCE1 (or 0xA1FCE1) is known color: Magic Mint. HEX triplet: A1, FC and E1. RGB value is (161,252,225). Sum of RGB (Red+Green+Blue) = 161+252+225=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCE1 is #5E031E. Grayscale: #DDDDDD. Windows color (decimal): -6161183 or 14810273. OLE color: 14810273.
HSL color Cylindrical-coordinate representation of color #A1FCE1: hue angle of 162.2º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCE1 is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 225 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.01 |
| HSL | 162.2º | 0.94% | 0.81% | - |
| HSV(B) | 162.2º | 0.36% | 0.99% | - |
| XYZ | 63.1 | 82.63 | 83.86 | - |
| YUV | 221.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 225 | 0.36 | 0 | 0.11 | 0.01 | 162.2 | 0.94 | 0.81 |
| Hex | A1 | FC | E1 | 24 | 0 | B | 1 | A2 | 5E | 51 |
| Octal | 241 | 374 | 341 | 44 | 0 | 13 | 1 | 242 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11100001 | 100100 | 0 | 1011 | 1 | 10100010 | 1011110 | 1010001 |
Color Harmonies of #A1FCE1
Complementary color
Monochromatic Colors of #A1FCE1
Black with #A1FCE1
Text Example
Text Example
White with #A1FCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCE1; }
p { color: rgb(161,252,225); }
H1.HeaderClassName
{
color: #A1FCE1;
}
.AnyTagClassName
{
color: #A1FCE1;
}
</style>
background-color css
<style>
a { background-color: #A1FCE1; }
a { background-color: rgb(161,252,225); }
div.DivClassName
{
background-color: #A1FCE1;
}
.BgClassName
{
background-color: #A1FCE1;
}
</style>
border-color css
<style>
span { border-color: #A1FCE1; }
span { border-color: rgb(161,252,225); }
td.TdClassName
{
border-color: #A1FCE1;
}
.TagClassName
{
border-color: #A1FCE1;
}
</style>