Shades of Magic Mint #B1FCD0
Tints of Magic Mint #B1FCD0
RGB
CMYK
RGB Variations
Color information
#B1FCD0 (or 0xB1FCD0) is known color: Magic Mint. HEX triplet: B1, FC and D0. RGB value is (177,252,208). Sum of RGB (Red+Green+Blue) = 177+252+208=637 (84% of max value = 765). Red value is 177 (69.53% from 255 or 27.79% from 637); Green value is 252 (98.83% from 255 or 39.56% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 252 - color contains mainly: green. Hex color #B1FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FCD0 is #4E032F. Grayscale: #E0E0E0. Windows color (decimal): -5112624 or 13696177. OLE color: 13696177.
HSL color Cylindrical-coordinate representation of color #B1FCD0: hue angle of 144.8º 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 #B1FCD0 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 208 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.01 |
| HSL | 144.8º | 0.93% | 0.84% | - |
| HSV(B) | 144.8º | 0.3% | 0.99% | - |
| XYZ | 64.33 | 83.52 | 72.41 | - |
| YUV | 224.56 | 118.65 | 94.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 208 | 0.30 | 0 | 0.17 | 0.01 | 144.8 | 0.93 | 0.84 |
| Hex | B1 | FC | D0 | 1E | 0 | 11 | 1 | 91 | 5D | 54 |
| Octal | 261 | 374 | 320 | 36 | 0 | 21 | 1 | 221 | 135 | 124 |
| Binary | 10110001 | 11111100 | 11010000 | 11110 | 0 | 10001 | 1 | 10010001 | 1011101 | 1010100 |
Color Harmonies of #B1FCD0
Complementary color
Monochromatic Colors of #B1FCD0
Black with #B1FCD0
Text Example
Text Example
White with #B1FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCD0; }
p { color: rgb(177,252,208); }
H1.HeaderClassName
{
color: #B1FCD0;
}
.AnyTagClassName
{
color: #B1FCD0;
}
</style>
background-color css
<style>
a { background-color: #B1FCD0; }
a { background-color: rgb(177,252,208); }
div.DivClassName
{
background-color: #B1FCD0;
}
.BgClassName
{
background-color: #B1FCD0;
}
</style>
border-color css
<style>
span { border-color: #B1FCD0; }
span { border-color: rgb(177,252,208); }
td.TdClassName
{
border-color: #B1FCD0;
}
.TagClassName
{
border-color: #B1FCD0;
}
</style>