Shades of Magic Mint #B1FEDA
Tints of Magic Mint #B1FEDA
RGB
CMYK
RGB Variations
Color information
#B1FEDA (or 0xB1FEDA) is known color: Magic Mint. HEX triplet: B1, FE and DA. RGB value is (177,254,218). Sum of RGB (Red+Green+Blue) = 177+254+218=649 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.27% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #B1FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FEDA is #4E0125. Grayscale: #E2E2E2. Windows color (decimal): -5112102 or 14352049. OLE color: 14352049.
HSL color Cylindrical-coordinate representation of color #B1FEDA: hue angle of 151.95º 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 #B1FEDA is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 254 | 218 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.00 |
| HSL | 151.95º | 0.97% | 0.85% | - |
| HSV(B) | 151.95º | 0.3% | 1% | - |
| XYZ | 66.23 | 85.29 | 79.3 | - |
| YUV | 226.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 254 | 218 | 0.30 | 0 | 0.14 | 0.00 | 151.95 | 0.97 | 0.85 |
| Hex | B1 | FE | DA | 1E | 0 | E | 0 | 98 | 61 | 55 |
| Octal | 261 | 376 | 332 | 36 | 0 | 16 | 0 | 230 | 141 | 125 |
| Binary | 10110001 | 11111110 | 11011010 | 11110 | 0 | 1110 | 0 | 10011000 | 1100001 | 1010101 |
Color Harmonies of #B1FEDA
Complementary color
Monochromatic Colors of #B1FEDA
Black with #B1FEDA
Text Example
Text Example
White with #B1FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FEDA; }
p { color: rgb(177,254,218); }
H1.HeaderClassName
{
color: #B1FEDA;
}
.AnyTagClassName
{
color: #B1FEDA;
}
</style>
background-color css
<style>
a { background-color: #B1FEDA; }
a { background-color: rgb(177,254,218); }
div.DivClassName
{
background-color: #B1FEDA;
}
.BgClassName
{
background-color: #B1FEDA;
}
</style>
border-color css
<style>
span { border-color: #B1FEDA; }
span { border-color: rgb(177,254,218); }
td.TdClassName
{
border-color: #B1FEDA;
}
.TagClassName
{
border-color: #B1FEDA;
}
</style>