Shades of Magic Mint #B0FDCB
Tints of Magic Mint #B0FDCB
RGB
CMYK
RGB Variations
Color information
#B0FDCB (or 0xB0FDCB) is known color: Magic Mint. HEX triplet: B0, FD and CB. RGB value is (176,253,203). Sum of RGB (Red+Green+Blue) = 176+253+203=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 253 (99.22% from 255 or 40.03% from 632); Blue value is 203 (79.69% from 255 or 32.12% from 632); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FDCB is #4F0234. Grayscale: #E0E0E0. Windows color (decimal): -5177909 or 13368752. OLE color: 13368752.
HSL color Cylindrical-coordinate representation of color #B0FDCB: hue angle of 141.04º degrees, saturation: 0.95, 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 #B0FDCB is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 203 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.01 |
| HSL | 141.04º | 0.95% | 0.84% | - |
| HSV(B) | 141.04º | 0.3% | 0.99% | - |
| XYZ | 63.81 | 83.79 | 69.31 | - |
| YUV | 224.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 203 | 0.30 | 0 | 0.20 | 0.01 | 141.04 | 0.95 | 0.84 |
| Hex | B0 | FD | CB | 1E | 0 | 14 | 1 | 8D | 5F | 54 |
| Octal | 260 | 375 | 313 | 36 | 0 | 24 | 1 | 215 | 137 | 124 |
| Binary | 10110000 | 11111101 | 11001011 | 11110 | 0 | 10100 | 1 | 10001101 | 1011111 | 1010100 |
Color Harmonies of #B0FDCB
Complementary color
Monochromatic Colors of #B0FDCB
Black with #B0FDCB
Text Example
Text Example
White with #B0FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FDCB; }
p { color: rgb(176,253,203); }
H1.HeaderClassName
{
color: #B0FDCB;
}
.AnyTagClassName
{
color: #B0FDCB;
}
</style>
background-color css
<style>
a { background-color: #B0FDCB; }
a { background-color: rgb(176,253,203); }
div.DivClassName
{
background-color: #B0FDCB;
}
.BgClassName
{
background-color: #B0FDCB;
}
</style>
border-color css
<style>
span { border-color: #B0FDCB; }
span { border-color: rgb(176,253,203); }
td.TdClassName
{
border-color: #B0FDCB;
}
.TagClassName
{
border-color: #B0FDCB;
}
</style>