Shades of Magic Mint #B2FEDE
Tints of Magic Mint #B2FEDE
RGB
CMYK
RGB Variations
Color information
#B2FEDE (or 0xB2FEDE) is known color: Magic Mint. HEX triplet: B2, FE and DE. RGB value is (178,254,222). Sum of RGB (Red+Green+Blue) = 178+254+222=654 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.22% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 222 (87.11% from 255 or 33.94% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEDE is #4D0121. Grayscale: #E3E3E3. Windows color (decimal): -5046562 or 14614194. OLE color: 14614194.
HSL color Cylindrical-coordinate representation of color #B2FEDE: hue angle of 154.74º 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 #B2FEDE is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 222 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.00 |
| HSL | 154.74º | 0.97% | 0.85% | - |
| HSV(B) | 154.74º | 0.3% | 1% | - |
| XYZ | 66.99 | 85.62 | 82.1 | - |
| YUV | 227.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 222 | 0.30 | 0 | 0.13 | 0.00 | 154.74 | 0.97 | 0.85 |
| Hex | B2 | FE | DE | 1E | 0 | D | 0 | 9B | 61 | 55 |
| Octal | 262 | 376 | 336 | 36 | 0 | 15 | 0 | 233 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11011110 | 11110 | 0 | 1101 | 0 | 10011011 | 1100001 | 1010101 |
Color Harmonies of #B2FEDE
Complementary color
Monochromatic Colors of #B2FEDE
Black with #B2FEDE
Text Example
Text Example
White with #B2FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEDE; }
p { color: rgb(178,254,222); }
H1.HeaderClassName
{
color: #B2FEDE;
}
.AnyTagClassName
{
color: #B2FEDE;
}
</style>
background-color css
<style>
a { background-color: #B2FEDE; }
a { background-color: rgb(178,254,222); }
div.DivClassName
{
background-color: #B2FEDE;
}
.BgClassName
{
background-color: #B2FEDE;
}
</style>
border-color css
<style>
span { border-color: #B2FEDE; }
span { border-color: rgb(178,254,222); }
td.TdClassName
{
border-color: #B2FEDE;
}
.TagClassName
{
border-color: #B2FEDE;
}
</style>