Shades of Magic Mint #B0FBCB
Tints of Magic Mint #B0FBCB
RGB
CMYK
RGB Variations
Color information
#B0FBCB (or 0xB0FBCB) is known color: Magic Mint. HEX triplet: B0, FB and CB. RGB value is (176,251,203). Sum of RGB (Red+Green+Blue) = 176+251+203=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 203 (79.69% from 255 or 32.22% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBCB is #4F0434. Grayscale: #DFDFDF. Windows color (decimal): -5178421 or 13368240. OLE color: 13368240.
HSL color Cylindrical-coordinate representation of color #B0FBCB: hue angle of 141.6º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FBCB is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 203 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.02 |
| HSL | 141.6º | 0.9% | 0.84% | - |
| HSV(B) | 141.6º | 0.3% | 0.98% | - |
| XYZ | 63.18 | 82.54 | 69.1 | - |
| YUV | 223.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 203 | 0.30 | 0 | 0.19 | 0.02 | 141.6 | 0.9 | 0.84 |
| Hex | B0 | FB | CB | 1E | 0 | 13 | 2 | 8E | 5A | 54 |
| Octal | 260 | 373 | 313 | 36 | 0 | 23 | 2 | 216 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11001011 | 11110 | 0 | 10011 | 10 | 10001110 | 1011010 | 1010100 |
Color Harmonies of #B0FBCB
Complementary color
Monochromatic Colors of #B0FBCB
Black with #B0FBCB
Text Example
Text Example
White with #B0FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBCB; }
p { color: rgb(176,251,203); }
H1.HeaderClassName
{
color: #B0FBCB;
}
.AnyTagClassName
{
color: #B0FBCB;
}
</style>
background-color css
<style>
a { background-color: #B0FBCB; }
a { background-color: rgb(176,251,203); }
div.DivClassName
{
background-color: #B0FBCB;
}
.BgClassName
{
background-color: #B0FBCB;
}
</style>
border-color css
<style>
span { border-color: #B0FBCB; }
span { border-color: rgb(176,251,203); }
td.TdClassName
{
border-color: #B0FBCB;
}
.TagClassName
{
border-color: #B0FBCB;
}
</style>