Shades of Magic Mint #A1FCE2
Tints of Magic Mint #A1FCE2
RGB
CMYK
RGB Variations
Color information
#A1FCE2 (or 0xA1FCE2) is known color: Magic Mint. HEX triplet: A1, FC and E2. RGB value is (161,252,226). Sum of RGB (Red+Green+Blue) = 161+252+226=639 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.20% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCE2 is #5E031D. Grayscale: #DDDDDD. Windows color (decimal): -6161182 or 14875809. OLE color: 14875809.
HSL color Cylindrical-coordinate representation of color #A1FCE2: hue angle of 162.86º 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 #A1FCE2 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 226 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.01 |
| HSL | 162.86º | 0.94% | 0.81% | - |
| HSV(B) | 162.86º | 0.36% | 0.99% | - |
| XYZ | 63.24 | 82.69 | 84.58 | - |
| YUV | 221.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 226 | 0.36 | 0 | 0.10 | 0.01 | 162.86 | 0.94 | 0.81 |
| Hex | A1 | FC | E2 | 24 | 0 | A | 1 | A3 | 5E | 51 |
| Octal | 241 | 374 | 342 | 44 | 0 | 12 | 1 | 243 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11100010 | 100100 | 0 | 1010 | 1 | 10100011 | 1011110 | 1010001 |
Color Harmonies of #A1FCE2
Complementary color
Monochromatic Colors of #A1FCE2
Black with #A1FCE2
Text Example
Text Example
White with #A1FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCE2; }
p { color: rgb(161,252,226); }
H1.HeaderClassName
{
color: #A1FCE2;
}
.AnyTagClassName
{
color: #A1FCE2;
}
</style>
background-color css
<style>
a { background-color: #A1FCE2; }
a { background-color: rgb(161,252,226); }
div.DivClassName
{
background-color: #A1FCE2;
}
.BgClassName
{
background-color: #A1FCE2;
}
</style>
border-color css
<style>
span { border-color: #A1FCE2; }
span { border-color: rgb(161,252,226); }
td.TdClassName
{
border-color: #A1FCE2;
}
.TagClassName
{
border-color: #A1FCE2;
}
</style>