Shades of Magic Mint #B0FCC6
Tints of Magic Mint #B0FCC6
RGB
CMYK
RGB Variations
Color information
#B0FCC6 (or 0xB0FCC6) is known color: Magic Mint. HEX triplet: B0, FC and C6. RGB value is (176,252,198). Sum of RGB (Red+Green+Blue) = 176+252+198=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 198 (77.73% from 255 or 31.63% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCC6 is #4F0339. Grayscale: #DFDFDF. Windows color (decimal): -5178170 or 13040816. OLE color: 13040816.
HSL color Cylindrical-coordinate representation of color #B0FCC6: hue angle of 137.37º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCC6 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 198 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.01 |
| HSL | 137.37º | 0.93% | 0.84% | - |
| HSV(B) | 137.37º | 0.3% | 0.99% | - |
| XYZ | 62.91 | 82.93 | 66.12 | - |
| YUV | 223.12 | 113.82 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 198 | 0.30 | 0 | 0.21 | 0.01 | 137.37 | 0.93 | 0.84 |
| Hex | B0 | FC | C6 | 1E | 0 | 15 | 1 | 89 | 5D | 54 |
| Octal | 260 | 374 | 306 | 36 | 0 | 25 | 1 | 211 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11000110 | 11110 | 0 | 10101 | 1 | 10001001 | 1011101 | 1010100 |
Color Harmonies of #B0FCC6
Complementary color
Monochromatic Colors of #B0FCC6
Black with #B0FCC6
Text Example
Text Example
White with #B0FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCC6; }
p { color: rgb(176,252,198); }
H1.HeaderClassName
{
color: #B0FCC6;
}
.AnyTagClassName
{
color: #B0FCC6;
}
</style>
background-color css
<style>
a { background-color: #B0FCC6; }
a { background-color: rgb(176,252,198); }
div.DivClassName
{
background-color: #B0FCC6;
}
.BgClassName
{
background-color: #B0FCC6;
}
</style>
border-color css
<style>
span { border-color: #B0FCC6; }
span { border-color: rgb(176,252,198); }
td.TdClassName
{
border-color: #B0FCC6;
}
.TagClassName
{
border-color: #B0FCC6;
}
</style>