Shades of Magic Mint #B2FED8
Tints of Magic Mint #B2FED8
RGB
CMYK
RGB Variations
Color information
#B2FED8 (or 0xB2FED8) is known color: Magic Mint. HEX triplet: B2, FE and D8. RGB value is (178,254,216). Sum of RGB (Red+Green+Blue) = 178+254+216=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 216 (84.77% from 255 or 33.33% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FED8 is #4D0127. Grayscale: #E3E3E3. Windows color (decimal): -5046568 or 14220978. OLE color: 14220978.
HSL color Cylindrical-coordinate representation of color #B2FED8: hue angle of 150º 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 #B2FED8 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 216 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.00 |
| HSL | 150º | 0.97% | 0.85% | - |
| HSV(B) | 150º | 0.3% | 1% | - |
| XYZ | 66.2 | 85.31 | 77.94 | - |
| YUV | 226.94 | 121.82 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 216 | 0.30 | 0 | 0.15 | 0.00 | 150 | 0.97 | 0.85 |
| Hex | B2 | FE | D8 | 1E | 0 | F | 0 | 96 | 61 | 55 |
| Octal | 262 | 376 | 330 | 36 | 0 | 17 | 0 | 226 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11011000 | 11110 | 0 | 1111 | 0 | 10010110 | 1100001 | 1010101 |
Color Harmonies of #B2FED8
Complementary color
Monochromatic Colors of #B2FED8
Black with #B2FED8
Text Example
Text Example
White with #B2FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FED8; }
p { color: rgb(178,254,216); }
H1.HeaderClassName
{
color: #B2FED8;
}
.AnyTagClassName
{
color: #B2FED8;
}
</style>
background-color css
<style>
a { background-color: #B2FED8; }
a { background-color: rgb(178,254,216); }
div.DivClassName
{
background-color: #B2FED8;
}
.BgClassName
{
background-color: #B2FED8;
}
</style>
border-color css
<style>
span { border-color: #B2FED8; }
span { border-color: rgb(178,254,216); }
td.TdClassName
{
border-color: #B2FED8;
}
.TagClassName
{
border-color: #B2FED8;
}
</style>