Shades of Magic Mint #B1FCC9
Tints of Magic Mint #B1FCC9
RGB
CMYK
RGB Variations
Color information
#B1FCC9 (or 0xB1FCC9) is known color: Magic Mint. HEX triplet: B1, FC and C9. RGB value is (177,252,201). Sum of RGB (Red+Green+Blue) = 177+252+201=630 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.10% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 201 (78.91% from 255 or 31.90% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCC9 is #4E0336. Grayscale: #DFDFDF. Windows color (decimal): -5112631 or 13237425. OLE color: 13237425.
HSL color Cylindrical-coordinate representation of color #B1FCC9: hue angle of 139.2º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCC9 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 201 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.01 |
| HSL | 139.2º | 0.93% | 0.84% | - |
| HSV(B) | 139.2º | 0.3% | 0.99% | - |
| XYZ | 63.48 | 83.18 | 67.97 | - |
| YUV | 223.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 201 | 0.30 | 0 | 0.20 | 0.01 | 139.2 | 0.93 | 0.84 |
| Hex | B1 | FC | C9 | 1E | 0 | 14 | 1 | 8B | 5D | 54 |
| Octal | 261 | 374 | 311 | 36 | 0 | 24 | 1 | 213 | 135 | 124 |
| Binary | 10110001 | 11111100 | 11001001 | 11110 | 0 | 10100 | 1 | 10001011 | 1011101 | 1010100 |
Color Harmonies of #B1FCC9
Complementary color
Monochromatic Colors of #B1FCC9
Black with #B1FCC9
Text Example
Text Example
White with #B1FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCC9; }
p { color: rgb(177,252,201); }
H1.HeaderClassName
{
color: #B1FCC9;
}
.AnyTagClassName
{
color: #B1FCC9;
}
</style>
background-color css
<style>
a { background-color: #B1FCC9; }
a { background-color: rgb(177,252,201); }
div.DivClassName
{
background-color: #B1FCC9;
}
.BgClassName
{
background-color: #B1FCC9;
}
</style>
border-color css
<style>
span { border-color: #B1FCC9; }
span { border-color: rgb(177,252,201); }
td.TdClassName
{
border-color: #B1FCC9;
}
.TagClassName
{
border-color: #B1FCC9;
}
</style>