Shades of Magic Mint #B1FED9
Tints of Magic Mint #B1FED9
RGB
CMYK
RGB Variations
Color information
#B1FED9 (or 0xB1FED9) is known color: Magic Mint. HEX triplet: B1, FE and D9. RGB value is (177,254,217). Sum of RGB (Red+Green+Blue) = 177+254+217=648 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.31% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FED9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FED9 is #4E0126. Grayscale: #E2E2E2. Windows color (decimal): -5112103 or 14286513. OLE color: 14286513.
HSL color Cylindrical-coordinate representation of color #B1FED9: hue angle of 151.17º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FED9 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 217 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.00 |
| HSL | 151.17º | 0.97% | 0.85% | - |
| HSV(B) | 151.17º | 0.3% | 1% | - |
| XYZ | 66.1 | 85.24 | 78.61 | - |
| YUV | 226.76 | 122.49 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 217 | 0.30 | 0 | 0.15 | 0.00 | 151.17 | 0.97 | 0.85 |
| Hex | B1 | FE | D9 | 1E | 0 | F | 0 | 97 | 61 | 55 |
| Octal | 261 | 376 | 331 | 36 | 0 | 17 | 0 | 227 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11011001 | 11110 | 0 | 1111 | 0 | 10010111 | 1100001 | 1010101 |
Color Harmonies of #B1FED9
Complementary color
Monochromatic Colors of #B1FED9
Black with #B1FED9
Text Example
Text Example
White with #B1FED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FED9; }
p { color: rgb(177,254,217); }
H1.HeaderClassName
{
color: #B1FED9;
}
.AnyTagClassName
{
color: #B1FED9;
}
</style>
background-color css
<style>
a { background-color: #B1FED9; }
a { background-color: rgb(177,254,217); }
div.DivClassName
{
background-color: #B1FED9;
}
.BgClassName
{
background-color: #B1FED9;
}
</style>
border-color css
<style>
span { border-color: #B1FED9; }
span { border-color: rgb(177,254,217); }
td.TdClassName
{
border-color: #B1FED9;
}
.TagClassName
{
border-color: #B1FED9;
}
</style>