Shades of Magic Mint #B1FFCC
Tints of Magic Mint #B1FFCC
RGB
CMYK
RGB Variations
Color information
#B1FFCC (or 0xB1FFCC) is known color: Magic Mint. HEX triplet: B1, FF and CC. RGB value is (177,255,204). Sum of RGB (Red+Green+Blue) = 177+255+204=636 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.83% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFCC is #4E0033. Grayscale: #E1E1E1. Windows color (decimal): -5111860 or 13434801. OLE color: 13434801.
HSL color Cylindrical-coordinate representation of color #B1FFCC: hue angle of 140.77º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1FFCC is Cyan = 0.31, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 204 | - |
| CMYK | 0.31 | 0 | 0.2 | 0 |
| HSL | 140.77º | 1% | 0.85% | - |
| HSV(B) | 140.77º | 0.31% | 1% | - |
| XYZ | 64.79 | 85.23 | 70.16 | - |
| YUV | 225.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 204 | 0.31 | 0 | 0.2 | 0 | 140.77 | 1 | 0.85 |
| Hex | B1 | FF | CC | 1F | 0 | 14 | 0 | 8D | 64 | 55 |
| Octal | 261 | 377 | 314 | 37 | 0 | 24 | 0 | 215 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11001100 | 11111 | 0 | 10100 | 0 | 10001101 | 1100100 | 1010101 |
Color Harmonies of #B1FFCC
Complementary color
Monochromatic Colors of #B1FFCC
Black with #B1FFCC
Text Example
Text Example
White with #B1FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFCC; }
p { color: rgb(177,255,204); }
H1.HeaderClassName
{
color: #B1FFCC;
}
.AnyTagClassName
{
color: #B1FFCC;
}
</style>
background-color css
<style>
a { background-color: #B1FFCC; }
a { background-color: rgb(177,255,204); }
div.DivClassName
{
background-color: #B1FFCC;
}
.BgClassName
{
background-color: #B1FFCC;
}
</style>
border-color css
<style>
span { border-color: #B1FFCC; }
span { border-color: rgb(177,255,204); }
td.TdClassName
{
border-color: #B1FFCC;
}
.TagClassName
{
border-color: #B1FFCC;
}
</style>