Shades of Magic Mint #B2FEDA
Tints of Magic Mint #B2FEDA
RGB
CMYK
RGB Variations
Color information
#B2FEDA (or 0xB2FEDA) is known color: Magic Mint. HEX triplet: B2, FE and DA. RGB value is (178,254,218). Sum of RGB (Red+Green+Blue) = 178+254+218=650 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.38% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 218 (85.55% from 255 or 33.54% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEDA is #4D0125. Grayscale: #E3E3E3. Windows color (decimal): -5046566 or 14352050. OLE color: 14352050.
HSL color Cylindrical-coordinate representation of color #B2FEDA: hue angle of 151.58º 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 #B2FEDA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 218 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.00 |
| HSL | 151.58º | 0.97% | 0.85% | - |
| HSV(B) | 151.58º | 0.3% | 1% | - |
| XYZ | 66.46 | 85.41 | 79.31 | - |
| YUV | 227.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 218 | 0.30 | 0 | 0.14 | 0.00 | 151.58 | 0.97 | 0.85 |
| Hex | B2 | FE | DA | 1E | 0 | E | 0 | 98 | 61 | 55 |
| Octal | 262 | 376 | 332 | 36 | 0 | 16 | 0 | 230 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11011010 | 11110 | 0 | 1110 | 0 | 10011000 | 1100001 | 1010101 |
Color Harmonies of #B2FEDA
Complementary color
Monochromatic Colors of #B2FEDA
Black with #B2FEDA
Text Example
Text Example
White with #B2FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEDA; }
p { color: rgb(178,254,218); }
H1.HeaderClassName
{
color: #B2FEDA;
}
.AnyTagClassName
{
color: #B2FEDA;
}
</style>
background-color css
<style>
a { background-color: #B2FEDA; }
a { background-color: rgb(178,254,218); }
div.DivClassName
{
background-color: #B2FEDA;
}
.BgClassName
{
background-color: #B2FEDA;
}
</style>
border-color css
<style>
span { border-color: #B2FEDA; }
span { border-color: rgb(178,254,218); }
td.TdClassName
{
border-color: #B2FEDA;
}
.TagClassName
{
border-color: #B2FEDA;
}
</style>