Shades of Magic Mint #B2E9CB
Tints of Magic Mint #B2E9CB
RGB
CMYK
RGB Variations
Color information
#B2E9CB (or 0xB2E9CB) is known color: Magic Mint. HEX triplet: B2, E9 and CB. RGB value is (178,233,203). Sum of RGB (Red+Green+Blue) = 178+233+203=614 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.99% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9CB is #4D1634. Grayscale: #D5D5D5. Windows color (decimal): -5051957 or 13363634. OLE color: 13363634.
HSL color Cylindrical-coordinate representation of color #B2E9CB: hue angle of 147.27º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9CB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 203 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.09 |
| HSL | 147.27º | 0.56% | 0.81% | - |
| HSV(B) | 147.27º | 0.24% | 0.91% | - |
| XYZ | 58.28 | 72.05 | 67.34 | - |
| YUV | 213.14 | 122.28 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 203 | 0.24 | 0 | 0.13 | 0.09 | 147.27 | 0.56 | 0.81 |
| Hex | B2 | E9 | CB | 18 | 0 | D | 9 | 93 | 38 | 51 |
| Octal | 262 | 351 | 313 | 30 | 0 | 15 | 11 | 223 | 70 | 121 |
| Binary | 10110010 | 11101001 | 11001011 | 11000 | 0 | 1101 | 1001 | 10010011 | 111000 | 1010001 |
Color Harmonies of #B2E9CB
Complementary color
Monochromatic Colors of #B2E9CB
Black with #B2E9CB
Text Example
Text Example
White with #B2E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E9CB; }
p { color: rgb(178,233,203); }
H1.HeaderClassName
{
color: #B2E9CB;
}
.AnyTagClassName
{
color: #B2E9CB;
}
</style>
background-color css
<style>
a { background-color: #B2E9CB; }
a { background-color: rgb(178,233,203); }
div.DivClassName
{
background-color: #B2E9CB;
}
.BgClassName
{
background-color: #B2E9CB;
}
</style>
border-color css
<style>
span { border-color: #B2E9CB; }
span { border-color: rgb(178,233,203); }
td.TdClassName
{
border-color: #B2E9CB;
}
.TagClassName
{
border-color: #B2E9CB;
}
</style>