Shades of Magic Mint #B1EBCD
Tints of Magic Mint #B1EBCD
RGB
CMYK
RGB Variations
Color information
#B1EBCD (or 0xB1EBCD) is known color: Magic Mint. HEX triplet: B1, EB and CD. RGB value is (177,235,205). Sum of RGB (Red+Green+Blue) = 177+235+205=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBCD is #4E1432. Grayscale: #D6D6D6. Windows color (decimal): -5116979 or 13495217. OLE color: 13495217.
HSL color Cylindrical-coordinate representation of color #B1EBCD: hue angle of 148.97º 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 #B1EBCD is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 205 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.08 |
| HSL | 148.97º | 0.59% | 0.81% | - |
| HSV(B) | 148.97º | 0.25% | 0.92% | - |
| XYZ | 58.86 | 73.17 | 68.78 | - |
| YUV | 214.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 205 | 0.25 | 0 | 0.13 | 0.08 | 148.97 | 0.59 | 0.81 |
| Hex | B1 | EB | CD | 19 | 0 | D | 8 | 95 | 3B | 51 |
| Octal | 261 | 353 | 315 | 31 | 0 | 15 | 10 | 225 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11001101 | 11001 | 0 | 1101 | 1000 | 10010101 | 111011 | 1010001 |
Color Harmonies of #B1EBCD
Complementary color
Monochromatic Colors of #B1EBCD
Black with #B1EBCD
Text Example
Text Example
White with #B1EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBCD; }
p { color: rgb(177,235,205); }
H1.HeaderClassName
{
color: #B1EBCD;
}
.AnyTagClassName
{
color: #B1EBCD;
}
</style>
background-color css
<style>
a { background-color: #B1EBCD; }
a { background-color: rgb(177,235,205); }
div.DivClassName
{
background-color: #B1EBCD;
}
.BgClassName
{
background-color: #B1EBCD;
}
</style>
border-color css
<style>
span { border-color: #B1EBCD; }
span { border-color: rgb(177,235,205); }
td.TdClassName
{
border-color: #B1EBCD;
}
.TagClassName
{
border-color: #B1EBCD;
}
</style>