Shades of Magic Mint #B0FFCB
Tints of Magic Mint #B0FFCB
RGB
CMYK
RGB Variations
Color information
#B0FFCB (or 0xB0FFCB) is known color: Magic Mint. HEX triplet: B0, FF and CB. RGB value is (176,255,203). Sum of RGB (Red+Green+Blue) = 176+255+203=634 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.76% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFCB is #4F0034. Grayscale: #E1E1E1. Windows color (decimal): -5177397 or 13369264. OLE color: 13369264.
HSL color Cylindrical-coordinate representation of color #B0FFCB: hue angle of 140.51º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFCB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 203 | - |
| CMYK | 0.31 | 0 | 0.20 | 0 |
| HSL | 140.51º | 1% | 0.85% | - |
| HSV(B) | 140.51º | 0.31% | 1% | - |
| XYZ | 64.44 | 85.06 | 69.52 | - |
| YUV | 225.45 | 115.33 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 203 | 0.31 | 0 | 0.20 | 0 | 140.51 | 1 | 0.85 |
| Hex | B0 | FF | CB | 1F | 0 | 14 | 0 | 8D | 64 | 55 |
| Octal | 260 | 377 | 313 | 37 | 0 | 24 | 0 | 215 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11001011 | 11111 | 0 | 10100 | 0 | 10001101 | 1100100 | 1010101 |
Color Harmonies of #B0FFCB
Complementary color
Monochromatic Colors of #B0FFCB
Black with #B0FFCB
Text Example
Text Example
White with #B0FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFCB; }
p { color: rgb(176,255,203); }
H1.HeaderClassName
{
color: #B0FFCB;
}
.AnyTagClassName
{
color: #B0FFCB;
}
</style>
background-color css
<style>
a { background-color: #B0FFCB; }
a { background-color: rgb(176,255,203); }
div.DivClassName
{
background-color: #B0FFCB;
}
.BgClassName
{
background-color: #B0FFCB;
}
</style>
border-color css
<style>
span { border-color: #B0FFCB; }
span { border-color: rgb(176,255,203); }
td.TdClassName
{
border-color: #B0FFCB;
}
.TagClassName
{
border-color: #B0FFCB;
}
</style>