Shades of Magic Mint #A1FEE2
Tints of Magic Mint #A1FEE2
RGB
CMYK
RGB Variations
Color information
#A1FEE2 (or 0xA1FEE2) is known color: Magic Mint. HEX triplet: A1, FE and E2. RGB value is (161,254,226). Sum of RGB (Red+Green+Blue) = 161+254+226=641 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.12% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEE2 is #5E011D. Grayscale: #DFDFDF. Windows color (decimal): -6160670 or 14876321. OLE color: 14876321.
HSL color Cylindrical-coordinate representation of color #A1FEE2: hue angle of 161.94º 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 #A1FEE2 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 226 | - |
| CMYK | 0.37 | 0 | 0.11 | 0.00 |
| HSL | 161.94º | 0.98% | 0.81% | - |
| HSV(B) | 161.94º | 0.37% | 1% | - |
| XYZ | 63.87 | 83.95 | 84.79 | - |
| YUV | 223 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 226 | 0.37 | 0 | 0.11 | 0.00 | 161.94 | 0.98 | 0.81 |
| Hex | A1 | FE | E2 | 25 | 0 | B | 0 | A2 | 62 | 51 |
| Octal | 241 | 376 | 342 | 45 | 0 | 13 | 0 | 242 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11100010 | 100101 | 0 | 1011 | 0 | 10100010 | 1100010 | 1010001 |
Color Harmonies of #A1FEE2
Complementary color
Monochromatic Colors of #A1FEE2
Black with #A1FEE2
Text Example
Text Example
White with #A1FEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEE2; }
p { color: rgb(161,254,226); }
H1.HeaderClassName
{
color: #A1FEE2;
}
.AnyTagClassName
{
color: #A1FEE2;
}
</style>
background-color css
<style>
a { background-color: #A1FEE2; }
a { background-color: rgb(161,254,226); }
div.DivClassName
{
background-color: #A1FEE2;
}
.BgClassName
{
background-color: #A1FEE2;
}
</style>
border-color css
<style>
span { border-color: #A1FEE2; }
span { border-color: rgb(161,254,226); }
td.TdClassName
{
border-color: #A1FEE2;
}
.TagClassName
{
border-color: #A1FEE2;
}
</style>