Shades of Magic Mint #A1FEDC
Tints of Magic Mint #A1FEDC
RGB
CMYK
RGB Variations
Color information
#A1FEDC (or 0xA1FEDC) is known color: Magic Mint. HEX triplet: A1, FE and DC. RGB value is (161,254,220). Sum of RGB (Red+Green+Blue) = 161+254+220=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FEDC is #5E0123. Grayscale: #DEDEDE. Windows color (decimal): -6160676 or 14483105. OLE color: 14483105.
HSL color Cylindrical-coordinate representation of color #A1FEDC: hue angle of 158.06º 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 #A1FEDC is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 220 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.00 |
| HSL | 158.06º | 0.98% | 0.81% | - |
| HSV(B) | 158.06º | 0.37% | 1% | - |
| XYZ | 63.06 | 83.63 | 80.53 | - |
| YUV | 222.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 220 | 0.37 | 0 | 0.13 | 0.00 | 158.06 | 0.98 | 0.81 |
| Hex | A1 | FE | DC | 25 | 0 | D | 0 | 9E | 62 | 51 |
| Octal | 241 | 376 | 334 | 45 | 0 | 15 | 0 | 236 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11011100 | 100101 | 0 | 1101 | 0 | 10011110 | 1100010 | 1010001 |
Color Harmonies of #A1FEDC
Complementary color
Monochromatic Colors of #A1FEDC
Black with #A1FEDC
Text Example
Text Example
White with #A1FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FEDC; }
p { color: rgb(161,254,220); }
H1.HeaderClassName
{
color: #A1FEDC;
}
.AnyTagClassName
{
color: #A1FEDC;
}
</style>
background-color css
<style>
a { background-color: #A1FEDC; }
a { background-color: rgb(161,254,220); }
div.DivClassName
{
background-color: #A1FEDC;
}
.BgClassName
{
background-color: #A1FEDC;
}
</style>
border-color css
<style>
span { border-color: #A1FEDC; }
span { border-color: rgb(161,254,220); }
td.TdClassName
{
border-color: #A1FEDC;
}
.TagClassName
{
border-color: #A1FEDC;
}
</style>