Shades of Magic Mint #B2FECD
Tints of Magic Mint #B2FECD
RGB
CMYK
RGB Variations
Color information
#B2FECD (or 0xB2FECD) is known color: Magic Mint. HEX triplet: B2, FE and CD. RGB value is (178,254,205). Sum of RGB (Red+Green+Blue) = 178+254+205=637 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.94% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 205 (80.47% from 255 or 32.18% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FECD is #4D0132. Grayscale: #E1E1E1. Windows color (decimal): -5046579 or 13500082. OLE color: 13500082.
HSL color Cylindrical-coordinate representation of color #B2FECD: hue angle of 141.32º 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 #B2FECD is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 205 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.00 |
| HSL | 141.32º | 0.97% | 0.85% | - |
| HSV(B) | 141.32º | 0.3% | 1% | - |
| XYZ | 64.82 | 84.76 | 70.7 | - |
| YUV | 225.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 205 | 0.30 | 0 | 0.19 | 0.00 | 141.32 | 0.97 | 0.85 |
| Hex | B2 | FE | CD | 1E | 0 | 13 | 0 | 8D | 61 | 55 |
| Octal | 262 | 376 | 315 | 36 | 0 | 23 | 0 | 215 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11001101 | 11110 | 0 | 10011 | 0 | 10001101 | 1100001 | 1010101 |
Color Harmonies of #B2FECD
Complementary color
Monochromatic Colors of #B2FECD
Black with #B2FECD
Text Example
Text Example
White with #B2FECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FECD; }
p { color: rgb(178,254,205); }
H1.HeaderClassName
{
color: #B2FECD;
}
.AnyTagClassName
{
color: #B2FECD;
}
</style>
background-color css
<style>
a { background-color: #B2FECD; }
a { background-color: rgb(178,254,205); }
div.DivClassName
{
background-color: #B2FECD;
}
.BgClassName
{
background-color: #B2FECD;
}
</style>
border-color css
<style>
span { border-color: #B2FECD; }
span { border-color: rgb(178,254,205); }
td.TdClassName
{
border-color: #B2FECD;
}
.TagClassName
{
border-color: #B2FECD;
}
</style>