Shades of Magic Mint #B0FED4
Tints of Magic Mint #B0FED4
RGB
CMYK
RGB Variations
Color information
#B0FED4 (or 0xB0FED4) is known color: Magic Mint. HEX triplet: B0, FE and D4. RGB value is (176,254,212). Sum of RGB (Red+Green+Blue) = 176+254+212=642 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.41% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FED4 is #4F012B. Grayscale: #E1E1E1. Windows color (decimal): -5177644 or 13958832. OLE color: 13958832.
HSL color Cylindrical-coordinate representation of color #B0FED4: hue angle of 147.69º 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 #B0FED4 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 212 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.00 |
| HSL | 147.69º | 0.98% | 0.84% | - |
| HSV(B) | 147.69º | 0.31% | 1% | - |
| XYZ | 65.23 | 84.87 | 75.23 | - |
| YUV | 225.89 | 120.16 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 212 | 0.31 | 0 | 0.17 | 0.00 | 147.69 | 0.98 | 0.84 |
| Hex | B0 | FE | D4 | 1F | 0 | 11 | 0 | 94 | 62 | 54 |
| Octal | 260 | 376 | 324 | 37 | 0 | 21 | 0 | 224 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11010100 | 11111 | 0 | 10001 | 0 | 10010100 | 1100010 | 1010100 |
Color Harmonies of #B0FED4
Complementary color
Monochromatic Colors of #B0FED4
Black with #B0FED4
Text Example
Text Example
White with #B0FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FED4; }
p { color: rgb(176,254,212); }
H1.HeaderClassName
{
color: #B0FED4;
}
.AnyTagClassName
{
color: #B0FED4;
}
</style>
background-color css
<style>
a { background-color: #B0FED4; }
a { background-color: rgb(176,254,212); }
div.DivClassName
{
background-color: #B0FED4;
}
.BgClassName
{
background-color: #B0FED4;
}
</style>
border-color css
<style>
span { border-color: #B0FED4; }
span { border-color: rgb(176,254,212); }
td.TdClassName
{
border-color: #B0FED4;
}
.TagClassName
{
border-color: #B0FED4;
}
</style>