Shades of Magic Mint #B0FED7
Tints of Magic Mint #B0FED7
RGB
CMYK
RGB Variations
Color information
#B0FED7 (or 0xB0FED7) is known color: Magic Mint. HEX triplet: B0, FE and D7. RGB value is (176,254,215). Sum of RGB (Red+Green+Blue) = 176+254+215=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FED7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FED7 is #4F0128. Grayscale: #E2E2E2. Windows color (decimal): -5177641 or 14155440. OLE color: 14155440.
HSL color Cylindrical-coordinate representation of color #B0FED7: hue angle of 150º 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 #B0FED7 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 215 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.00 |
| HSL | 150º | 0.98% | 0.84% | - |
| HSV(B) | 150º | 0.31% | 1% | - |
| XYZ | 65.61 | 85.02 | 77.24 | - |
| YUV | 226.23 | 121.66 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 215 | 0.31 | 0 | 0.15 | 0.00 | 150 | 0.98 | 0.84 |
| Hex | B0 | FE | D7 | 1F | 0 | F | 0 | 96 | 62 | 54 |
| Octal | 260 | 376 | 327 | 37 | 0 | 17 | 0 | 226 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11010111 | 11111 | 0 | 1111 | 0 | 10010110 | 1100010 | 1010100 |
Color Harmonies of #B0FED7
Complementary color
Monochromatic Colors of #B0FED7
Black with #B0FED7
Text Example
Text Example
White with #B0FED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FED7; }
p { color: rgb(176,254,215); }
H1.HeaderClassName
{
color: #B0FED7;
}
.AnyTagClassName
{
color: #B0FED7;
}
</style>
background-color css
<style>
a { background-color: #B0FED7; }
a { background-color: rgb(176,254,215); }
div.DivClassName
{
background-color: #B0FED7;
}
.BgClassName
{
background-color: #B0FED7;
}
</style>
border-color css
<style>
span { border-color: #B0FED7; }
span { border-color: rgb(176,254,215); }
td.TdClassName
{
border-color: #B0FED7;
}
.TagClassName
{
border-color: #B0FED7;
}
</style>