Shades of Magic Mint #B2FEC9
Tints of Magic Mint #B2FEC9
RGB
CMYK
RGB Variations
Color information
#B2FEC9 (or 0xB2FEC9) is known color: Magic Mint. HEX triplet: B2, FE and C9. RGB value is (178,254,201). Sum of RGB (Red+Green+Blue) = 178+254+201=633 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.12% from 633); Green value is 254 (99.61% from 255 or 40.13% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEC9 is #4D0136. Grayscale: #E1E1E1. Windows color (decimal): -5046583 or 13237938. OLE color: 13237938.
HSL color Cylindrical-coordinate representation of color #B2FEC9: hue angle of 138.16º 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 #B2FEC9 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 201 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.00 |
| HSL | 138.16º | 0.97% | 0.85% | - |
| HSV(B) | 138.16º | 0.3% | 1% | - |
| XYZ | 64.34 | 84.57 | 68.19 | - |
| YUV | 225.23 | 114.32 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 201 | 0.30 | 0 | 0.21 | 0.00 | 138.16 | 0.97 | 0.85 |
| Hex | B2 | FE | C9 | 1E | 0 | 15 | 0 | 8A | 61 | 55 |
| Octal | 262 | 376 | 311 | 36 | 0 | 25 | 0 | 212 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11001001 | 11110 | 0 | 10101 | 0 | 10001010 | 1100001 | 1010101 |
Color Harmonies of #B2FEC9
Complementary color
Monochromatic Colors of #B2FEC9
Black with #B2FEC9
Text Example
Text Example
White with #B2FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEC9; }
p { color: rgb(178,254,201); }
H1.HeaderClassName
{
color: #B2FEC9;
}
.AnyTagClassName
{
color: #B2FEC9;
}
</style>
background-color css
<style>
a { background-color: #B2FEC9; }
a { background-color: rgb(178,254,201); }
div.DivClassName
{
background-color: #B2FEC9;
}
.BgClassName
{
background-color: #B2FEC9;
}
</style>
border-color css
<style>
span { border-color: #B2FEC9; }
span { border-color: rgb(178,254,201); }
td.TdClassName
{
border-color: #B2FEC9;
}
.TagClassName
{
border-color: #B2FEC9;
}
</style>