Shades of Magic Mint #B8FEDA
Tints of Magic Mint #B8FEDA
RGB
CMYK
RGB Variations
Color information
#B8FEDA (or 0xB8FEDA) is known color: Magic Mint. HEX triplet: B8, FE and DA. RGB value is (184,254,218). Sum of RGB (Red+Green+Blue) = 184+254+218=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEDA is #470125. Grayscale: #E5E5E5. Windows color (decimal): -4653350 or 14352056. OLE color: 14352056.
HSL color Cylindrical-coordinate representation of color #B8FEDA: hue angle of 149.14º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEDA is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 218 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.00 |
| HSL | 149.14º | 0.97% | 0.86% | - |
| HSV(B) | 149.14º | 0.28% | 1% | - |
| XYZ | 67.86 | 86.14 | 79.38 | - |
| YUV | 228.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 218 | 0.28 | 0 | 0.14 | 0.00 | 149.14 | 0.97 | 0.86 |
| Hex | B8 | FE | DA | 1C | 0 | E | 0 | 95 | 61 | 56 |
| Octal | 270 | 376 | 332 | 34 | 0 | 16 | 0 | 225 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11011010 | 11100 | 0 | 1110 | 0 | 10010101 | 1100001 | 1010110 |
Color Harmonies of #B8FEDA
Complementary color
Monochromatic Colors of #B8FEDA
Black with #B8FEDA
Text Example
Text Example
White with #B8FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FEDA; }
p { color: rgb(184,254,218); }
H1.HeaderClassName
{
color: #B8FEDA;
}
.AnyTagClassName
{
color: #B8FEDA;
}
</style>
background-color css
<style>
a { background-color: #B8FEDA; }
a { background-color: rgb(184,254,218); }
div.DivClassName
{
background-color: #B8FEDA;
}
.BgClassName
{
background-color: #B8FEDA;
}
</style>
border-color css
<style>
span { border-color: #B8FEDA; }
span { border-color: rgb(184,254,218); }
td.TdClassName
{
border-color: #B8FEDA;
}
.TagClassName
{
border-color: #B8FEDA;
}
</style>