Shades of Magic Mint #B2FEC8
Tints of Magic Mint #B2FEC8
RGB
CMYK
RGB Variations
Color information
#B2FEC8 (or 0xB2FEC8) is known color: Magic Mint. HEX triplet: B2, FE and C8. RGB value is (178,254,200). Sum of RGB (Red+Green+Blue) = 178+254+200=632 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.16% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEC8 is #4D0137. Grayscale: #E1E1E1. Windows color (decimal): -5046584 or 13172402. OLE color: 13172402.
HSL color Cylindrical-coordinate representation of color #B2FEC8: hue angle of 137.37º 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 #B2FEC8 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 200 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.00 |
| HSL | 137.37º | 0.97% | 0.85% | - |
| HSV(B) | 137.37º | 0.3% | 1% | - |
| XYZ | 64.23 | 84.52 | 67.57 | - |
| YUV | 225.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 200 | 0.30 | 0 | 0.21 | 0.00 | 137.37 | 0.97 | 0.85 |
| Hex | B2 | FE | C8 | 1E | 0 | 15 | 0 | 89 | 61 | 55 |
| Octal | 262 | 376 | 310 | 36 | 0 | 25 | 0 | 211 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11001000 | 11110 | 0 | 10101 | 0 | 10001001 | 1100001 | 1010101 |
Color Harmonies of #B2FEC8
Complementary color
Monochromatic Colors of #B2FEC8
Black with #B2FEC8
Text Example
Text Example
White with #B2FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEC8; }
p { color: rgb(178,254,200); }
H1.HeaderClassName
{
color: #B2FEC8;
}
.AnyTagClassName
{
color: #B2FEC8;
}
</style>
background-color css
<style>
a { background-color: #B2FEC8; }
a { background-color: rgb(178,254,200); }
div.DivClassName
{
background-color: #B2FEC8;
}
.BgClassName
{
background-color: #B2FEC8;
}
</style>
border-color css
<style>
span { border-color: #B2FEC8; }
span { border-color: rgb(178,254,200); }
td.TdClassName
{
border-color: #B2FEC8;
}
.TagClassName
{
border-color: #B2FEC8;
}
</style>