Shades of Magic Mint #A1FFBB
Tints of Magic Mint #A1FFBB
RGB
CMYK
RGB Variations
Color information
#A1FFBB (or 0xA1FFBB) is known color: Magic Mint. HEX triplet: A1, FF and BB. RGB value is (161,255,187). Sum of RGB (Red+Green+Blue) = 161+255+187=603 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.70% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 187 (73.44% from 255 or 31.01% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFBB is #5E0044. Grayscale: #DBDBDB. Windows color (decimal): -6160453 or 12320673. OLE color: 12320673.
HSL color Cylindrical-coordinate representation of color #A1FFBB: hue angle of 136.6º 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 #A1FFBB is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 187 | - |
| CMYK | 0.37 | 0 | 0.27 | 0 |
| HSL | 136.6º | 1% | 0.82% | - |
| HSV(B) | 136.6º | 0.37% | 1% | - |
| XYZ | 59.43 | 82.68 | 59.84 | - |
| YUV | 219.14 | 109.86 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 187 | 0.37 | 0 | 0.27 | 0 | 136.6 | 1 | 0.82 |
| Hex | A1 | FF | BB | 25 | 0 | 1B | 0 | 89 | 64 | 52 |
| Octal | 241 | 377 | 273 | 45 | 0 | 33 | 0 | 211 | 144 | 122 |
| Binary | 10100001 | 11111111 | 10111011 | 100101 | 0 | 11011 | 0 | 10001001 | 1100100 | 1010010 |
Color Harmonies of #A1FFBB
Complementary color
Monochromatic Colors of #A1FFBB
Black with #A1FFBB
Text Example
Text Example
White with #A1FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFBB; }
p { color: rgb(161,255,187); }
H1.HeaderClassName
{
color: #A1FFBB;
}
.AnyTagClassName
{
color: #A1FFBB;
}
</style>
background-color css
<style>
a { background-color: #A1FFBB; }
a { background-color: rgb(161,255,187); }
div.DivClassName
{
background-color: #A1FFBB;
}
.BgClassName
{
background-color: #A1FFBB;
}
</style>
border-color css
<style>
span { border-color: #A1FFBB; }
span { border-color: rgb(161,255,187); }
td.TdClassName
{
border-color: #A1FFBB;
}
.TagClassName
{
border-color: #A1FFBB;
}
</style>