Shades of Magic Mint #B0FED8
Tints of Magic Mint #B0FED8
RGB
CMYK
RGB Variations
Color information
#B0FED8 (or 0xB0FED8) is known color: Magic Mint. HEX triplet: B0, FE and D8. RGB value is (176,254,216). Sum of RGB (Red+Green+Blue) = 176+254+216=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FED8 is #4F0127. Grayscale: #E2E2E2. Windows color (decimal): -5177640 or 14220976. OLE color: 14220976.
HSL color Cylindrical-coordinate representation of color #B0FED8: hue angle of 150.77º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FED8 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 216 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.00 |
| HSL | 150.77º | 0.98% | 0.84% | - |
| HSV(B) | 150.77º | 0.31% | 1% | - |
| XYZ | 65.74 | 85.07 | 77.92 | - |
| YUV | 226.35 | 122.16 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 216 | 0.31 | 0 | 0.15 | 0.00 | 150.77 | 0.98 | 0.84 |
| Hex | B0 | FE | D8 | 1F | 0 | F | 0 | 97 | 62 | 54 |
| Octal | 260 | 376 | 330 | 37 | 0 | 17 | 0 | 227 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11011000 | 11111 | 0 | 1111 | 0 | 10010111 | 1100010 | 1010100 |
Color Harmonies of #B0FED8
Complementary color
Monochromatic Colors of #B0FED8
Black with #B0FED8
Text Example
Text Example
White with #B0FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FED8; }
p { color: rgb(176,254,216); }
H1.HeaderClassName
{
color: #B0FED8;
}
.AnyTagClassName
{
color: #B0FED8;
}
</style>
background-color css
<style>
a { background-color: #B0FED8; }
a { background-color: rgb(176,254,216); }
div.DivClassName
{
background-color: #B0FED8;
}
.BgClassName
{
background-color: #B0FED8;
}
</style>
border-color css
<style>
span { border-color: #B0FED8; }
span { border-color: rgb(176,254,216); }
td.TdClassName
{
border-color: #B0FED8;
}
.TagClassName
{
border-color: #B0FED8;
}
</style>