Shades of Magic Mint #B1F0CB
Tints of Magic Mint #B1F0CB
RGB
CMYK
RGB Variations
Color information
#B1F0CB (or 0xB1F0CB) is known color: Magic Mint. HEX triplet: B1, F0 and CB. RGB value is (177,240,203). Sum of RGB (Red+Green+Blue) = 177+240+203=620 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.55% from 620); Green value is 240 (94.14% from 255 or 38.71% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0CB is #4E0F34. Grayscale: #D9D9D9. Windows color (decimal): -5115701 or 13365425. OLE color: 13365425.
HSL color Cylindrical-coordinate representation of color #B1F0CB: hue angle of 144.76º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0CB is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 240 | 203 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.06 |
| HSL | 144.76º | 0.68% | 0.82% | - |
| HSV(B) | 144.76º | 0.26% | 0.94% | - |
| XYZ | 60.07 | 75.98 | 68 | - |
| YUV | 216.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 240 | 203 | 0.26 | 0 | 0.15 | 0.06 | 144.76 | 0.68 | 0.82 |
| Hex | B1 | F0 | CB | 1A | 0 | F | 6 | 91 | 44 | 52 |
| Octal | 261 | 360 | 313 | 32 | 0 | 17 | 6 | 221 | 104 | 122 |
| Binary | 10110001 | 11110000 | 11001011 | 11010 | 0 | 1111 | 110 | 10010001 | 1000100 | 1010010 |
Color Harmonies of #B1F0CB
Complementary color
Monochromatic Colors of #B1F0CB
Black with #B1F0CB
Text Example
Text Example
White with #B1F0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F0CB; }
p { color: rgb(177,240,203); }
H1.HeaderClassName
{
color: #B1F0CB;
}
.AnyTagClassName
{
color: #B1F0CB;
}
</style>
background-color css
<style>
a { background-color: #B1F0CB; }
a { background-color: rgb(177,240,203); }
div.DivClassName
{
background-color: #B1F0CB;
}
.BgClassName
{
background-color: #B1F0CB;
}
</style>
border-color css
<style>
span { border-color: #B1F0CB; }
span { border-color: rgb(177,240,203); }
td.TdClassName
{
border-color: #B1F0CB;
}
.TagClassName
{
border-color: #B1F0CB;
}
</style>