Shades of Magic Mint #B1EBC7
Tints of Magic Mint #B1EBC7
RGB
CMYK
RGB Variations
Color information
#B1EBC7 (or 0xB1EBC7) is known color: Magic Mint. HEX triplet: B1, EB and C7. RGB value is (177,235,199). Sum of RGB (Red+Green+Blue) = 177+235+199=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 235 (92.19% from 255 or 38.46% from 611); Blue value is 199 (78.12% from 255 or 32.57% from 611); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBC7 is #4E1438. Grayscale: #D5D5D5. Windows color (decimal): -5116985 or 13102001. OLE color: 13102001.
HSL color Cylindrical-coordinate representation of color #B1EBC7: hue angle of 142.76º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBC7 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 199 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.08 |
| HSL | 142.76º | 0.59% | 0.81% | - |
| HSV(B) | 142.76º | 0.25% | 0.92% | - |
| XYZ | 58.15 | 72.89 | 65.04 | - |
| YUV | 213.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 199 | 0.25 | 0 | 0.15 | 0.08 | 142.76 | 0.59 | 0.81 |
| Hex | B1 | EB | C7 | 19 | 0 | F | 8 | 8F | 3B | 51 |
| Octal | 261 | 353 | 307 | 31 | 0 | 17 | 10 | 217 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11000111 | 11001 | 0 | 1111 | 1000 | 10001111 | 111011 | 1010001 |
Color Harmonies of #B1EBC7
Complementary color
Monochromatic Colors of #B1EBC7
Black with #B1EBC7
Text Example
Text Example
White with #B1EBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBC7; }
p { color: rgb(177,235,199); }
H1.HeaderClassName
{
color: #B1EBC7;
}
.AnyTagClassName
{
color: #B1EBC7;
}
</style>
background-color css
<style>
a { background-color: #B1EBC7; }
a { background-color: rgb(177,235,199); }
div.DivClassName
{
background-color: #B1EBC7;
}
.BgClassName
{
background-color: #B1EBC7;
}
</style>
border-color css
<style>
span { border-color: #B1EBC7; }
span { border-color: rgb(177,235,199); }
td.TdClassName
{
border-color: #B1EBC7;
}
.TagClassName
{
border-color: #B1EBC7;
}
</style>