Shades of Magic Mint #B1E8CB
Tints of Magic Mint #B1E8CB
RGB
CMYK
RGB Variations
Color information
#B1E8CB (or 0xB1E8CB) is known color: Magic Mint. HEX triplet: B1, E8 and CB. RGB value is (177,232,203). Sum of RGB (Red+Green+Blue) = 177+232+203=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 232 (91.02% from 255 or 37.91% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8CB is #4E1734. Grayscale: #D4D4D4. Windows color (decimal): -5117749 or 13363377. OLE color: 13363377.
HSL color Cylindrical-coordinate representation of color #B1E8CB: hue angle of 148.36º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E8CB is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 203 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.09 |
| HSL | 148.36º | 0.54% | 0.8% | - |
| HSV(B) | 148.36º | 0.24% | 0.91% | - |
| XYZ | 57.77 | 71.37 | 67.23 | - |
| YUV | 212.25 | 122.78 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 203 | 0.24 | 0 | 0.12 | 0.09 | 148.36 | 0.54 | 0.8 |
| Hex | B1 | E8 | CB | 18 | 0 | C | 9 | 94 | 36 | 50 |
| Octal | 261 | 350 | 313 | 30 | 0 | 14 | 11 | 224 | 66 | 120 |
| Binary | 10110001 | 11101000 | 11001011 | 11000 | 0 | 1100 | 1001 | 10010100 | 110110 | 1010000 |
Color Harmonies of #B1E8CB
Complementary color
Monochromatic Colors of #B1E8CB
Black with #B1E8CB
Text Example
Text Example
White with #B1E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8CB; }
p { color: rgb(177,232,203); }
H1.HeaderClassName
{
color: #B1E8CB;
}
.AnyTagClassName
{
color: #B1E8CB;
}
</style>
background-color css
<style>
a { background-color: #B1E8CB; }
a { background-color: rgb(177,232,203); }
div.DivClassName
{
background-color: #B1E8CB;
}
.BgClassName
{
background-color: #B1E8CB;
}
</style>
border-color css
<style>
span { border-color: #B1E8CB; }
span { border-color: rgb(177,232,203); }
td.TdClassName
{
border-color: #B1E8CB;
}
.TagClassName
{
border-color: #B1E8CB;
}
</style>