Shades of Magic Mint #A1FECB
Tints of Magic Mint #A1FECB
RGB
CMYK
RGB Variations
Color information
#A1FECB (or 0xA1FECB) is known color: Magic Mint. HEX triplet: A1, FE and CB. RGB value is (161,254,203). Sum of RGB (Red+Green+Blue) = 161+254+203=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 254 (99.61% from 255 or 41.10% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 254 - color contains mainly: green. Hex color #A1FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FECB is #5E0134. Grayscale: #DCDCDC. Windows color (decimal): -6160693 or 13368993. OLE color: 13368993.
HSL color Cylindrical-coordinate representation of color #A1FECB: hue angle of 147.1º 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 #A1FECB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 161 | 254 | 203 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.00 |
| HSL | 147.1º | 0.98% | 0.81% | - |
| HSV(B) | 147.1º | 0.37% | 1% | - |
| XYZ | 60.92 | 82.77 | 69.27 | - |
| YUV | 220.38 | 118.19 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 254 | 203 | 0.37 | 0 | 0.20 | 0.00 | 147.1 | 0.98 | 0.81 |
| Hex | A1 | FE | CB | 25 | 0 | 14 | 0 | 93 | 62 | 51 |
| Octal | 241 | 376 | 313 | 45 | 0 | 24 | 0 | 223 | 142 | 121 |
| Binary | 10100001 | 11111110 | 11001011 | 100101 | 0 | 10100 | 0 | 10010011 | 1100010 | 1010001 |
Color Harmonies of #A1FECB
Complementary color
Monochromatic Colors of #A1FECB
Black with #A1FECB
Text Example
Text Example
White with #A1FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FECB; }
p { color: rgb(161,254,203); }
H1.HeaderClassName
{
color: #A1FECB;
}
.AnyTagClassName
{
color: #A1FECB;
}
</style>
background-color css
<style>
a { background-color: #A1FECB; }
a { background-color: rgb(161,254,203); }
div.DivClassName
{
background-color: #A1FECB;
}
.BgClassName
{
background-color: #A1FECB;
}
</style>
border-color css
<style>
span { border-color: #A1FECB; }
span { border-color: rgb(161,254,203); }
td.TdClassName
{
border-color: #A1FECB;
}
.TagClassName
{
border-color: #A1FECB;
}
</style>