Shades of Magic Mint #B1FFC7
Tints of Magic Mint #B1FFC7
RGB
CMYK
RGB Variations
Color information
#B1FFC7 (or 0xB1FFC7) is known color: Magic Mint. HEX triplet: B1, FF and C7. RGB value is (177,255,199). Sum of RGB (Red+Green+Blue) = 177+255+199=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FFC7 is #4E0038. Grayscale: #E1E1E1. Windows color (decimal): -5111865 or 13107121. OLE color: 13107121.
HSL color Cylindrical-coordinate representation of color #B1FFC7: hue angle of 136.92º 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 #B1FFC7 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 199 | - |
| CMYK | 0.31 | 0 | 0.22 | 0 |
| HSL | 136.92º | 1% | 0.85% | - |
| HSV(B) | 136.92º | 0.31% | 1% | - |
| XYZ | 64.2 | 84.99 | 67.05 | - |
| YUV | 225.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 199 | 0.31 | 0 | 0.22 | 0 | 136.92 | 1 | 0.85 |
| Hex | B1 | FF | C7 | 1F | 0 | 16 | 0 | 89 | 64 | 55 |
| Octal | 261 | 377 | 307 | 37 | 0 | 26 | 0 | 211 | 144 | 125 |
| Binary | 10110001 | 11111111 | 11000111 | 11111 | 0 | 10110 | 0 | 10001001 | 1100100 | 1010101 |
Color Harmonies of #B1FFC7
Complementary color
Monochromatic Colors of #B1FFC7
Black with #B1FFC7
Text Example
Text Example
White with #B1FFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FFC7; }
p { color: rgb(177,255,199); }
H1.HeaderClassName
{
color: #B1FFC7;
}
.AnyTagClassName
{
color: #B1FFC7;
}
</style>
background-color css
<style>
a { background-color: #B1FFC7; }
a { background-color: rgb(177,255,199); }
div.DivClassName
{
background-color: #B1FFC7;
}
.BgClassName
{
background-color: #B1FFC7;
}
</style>
border-color css
<style>
span { border-color: #B1FFC7; }
span { border-color: rgb(177,255,199); }
td.TdClassName
{
border-color: #B1FFC7;
}
.TagClassName
{
border-color: #B1FFC7;
}
</style>