Shades of Magic Mint #A1FFCB
Tints of Magic Mint #A1FFCB
RGB
CMYK
RGB Variations
Color information
#A1FFCB (or 0xA1FFCB) is known color: Magic Mint. HEX triplet: A1, FF and CB. RGB value is (161,255,203). Sum of RGB (Red+Green+Blue) = 161+255+203=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 203 (79.69% from 255 or 32.79% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFCB is #5E0034. Grayscale: #DDDDDD. Windows color (decimal): -6160437 or 13369249. OLE color: 13369249.
HSL color Cylindrical-coordinate representation of color #A1FFCB: hue angle of 146.81º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFCB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 203 | - |
| CMYK | 0.37 | 0 | 0.20 | 0 |
| HSL | 146.81º | 1% | 0.82% | - |
| HSV(B) | 146.81º | 0.37% | 1% | - |
| XYZ | 61.24 | 83.41 | 69.37 | - |
| YUV | 220.97 | 117.86 | 85.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 203 | 0.37 | 0 | 0.20 | 0 | 146.81 | 1 | 0.82 |
| Hex | A1 | FF | CB | 25 | 0 | 14 | 0 | 93 | 64 | 52 |
| Octal | 241 | 377 | 313 | 45 | 0 | 24 | 0 | 223 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11001011 | 100101 | 0 | 10100 | 0 | 10010011 | 1100100 | 1010010 |
Color Harmonies of #A1FFCB
Complementary color
Monochromatic Colors of #A1FFCB
Black with #A1FFCB
Text Example
Text Example
White with #A1FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFCB; }
p { color: rgb(161,255,203); }
H1.HeaderClassName
{
color: #A1FFCB;
}
.AnyTagClassName
{
color: #A1FFCB;
}
</style>
background-color css
<style>
a { background-color: #A1FFCB; }
a { background-color: rgb(161,255,203); }
div.DivClassName
{
background-color: #A1FFCB;
}
.BgClassName
{
background-color: #A1FFCB;
}
</style>
border-color css
<style>
span { border-color: #A1FFCB; }
span { border-color: rgb(161,255,203); }
td.TdClassName
{
border-color: #A1FFCB;
}
.TagClassName
{
border-color: #A1FFCB;
}
</style>