Shades of Magic Mint #B2FEC7
Tints of Magic Mint #B2FEC7
RGB
CMYK
RGB Variations
Color information
#B2FEC7 (or 0xB2FEC7) is known color: Magic Mint. HEX triplet: B2, FE and C7. RGB value is (178,254,199). Sum of RGB (Red+Green+Blue) = 178+254+199=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 199 (78.12% from 255 or 31.54% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEC7 is #4D0138. Grayscale: #E1E1E1. Windows color (decimal): -5046585 or 13106866. OLE color: 13106866.
HSL color Cylindrical-coordinate representation of color #B2FEC7: hue angle of 136.58º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEC7 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 199 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.00 |
| HSL | 136.58º | 0.97% | 0.85% | - |
| HSV(B) | 136.58º | 0.3% | 1% | - |
| XYZ | 64.11 | 84.47 | 66.96 | - |
| YUV | 225.01 | 113.32 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 199 | 0.30 | 0 | 0.22 | 0.00 | 136.58 | 0.97 | 0.85 |
| Hex | B2 | FE | C7 | 1E | 0 | 16 | 0 | 89 | 61 | 55 |
| Octal | 262 | 376 | 307 | 36 | 0 | 26 | 0 | 211 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11000111 | 11110 | 0 | 10110 | 0 | 10001001 | 1100001 | 1010101 |
Color Harmonies of #B2FEC7
Complementary color
Monochromatic Colors of #B2FEC7
Black with #B2FEC7
Text Example
Text Example
White with #B2FEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEC7; }
p { color: rgb(178,254,199); }
H1.HeaderClassName
{
color: #B2FEC7;
}
.AnyTagClassName
{
color: #B2FEC7;
}
</style>
background-color css
<style>
a { background-color: #B2FEC7; }
a { background-color: rgb(178,254,199); }
div.DivClassName
{
background-color: #B2FEC7;
}
.BgClassName
{
background-color: #B2FEC7;
}
</style>
border-color css
<style>
span { border-color: #B2FEC7; }
span { border-color: rgb(178,254,199); }
td.TdClassName
{
border-color: #B2FEC7;
}
.TagClassName
{
border-color: #B2FEC7;
}
</style>