Shades of Magic Mint #B0FBC8
Tints of Magic Mint #B0FBC8
RGB
CMYK
RGB Variations
Color information
#B0FBC8 (or 0xB0FBC8) is known color: Magic Mint. HEX triplet: B0, FB and C8. RGB value is (176,251,200). Sum of RGB (Red+Green+Blue) = 176+251+200=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 200 (78.52% from 255 or 31.90% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBC8 is #4F0437. Grayscale: #DEDEDE. Windows color (decimal): -5178424 or 13171632. OLE color: 13171632.
HSL color Cylindrical-coordinate representation of color #B0FBC8: hue angle of 139.2º 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 #B0FBC8 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 200 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.02 |
| HSL | 139.2º | 0.9% | 0.84% | - |
| HSV(B) | 139.2º | 0.3% | 0.98% | - |
| XYZ | 62.83 | 82.39 | 67.24 | - |
| YUV | 222.76 | 115.15 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 200 | 0.30 | 0 | 0.20 | 0.02 | 139.2 | 0.9 | 0.84 |
| Hex | B0 | FB | C8 | 1E | 0 | 14 | 2 | 8B | 5A | 54 |
| Octal | 260 | 373 | 310 | 36 | 0 | 24 | 2 | 213 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11001000 | 11110 | 0 | 10100 | 10 | 10001011 | 1011010 | 1010100 |
Color Harmonies of #B0FBC8
Complementary color
Monochromatic Colors of #B0FBC8
Black with #B0FBC8
Text Example
Text Example
White with #B0FBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBC8; }
p { color: rgb(176,251,200); }
H1.HeaderClassName
{
color: #B0FBC8;
}
.AnyTagClassName
{
color: #B0FBC8;
}
</style>
background-color css
<style>
a { background-color: #B0FBC8; }
a { background-color: rgb(176,251,200); }
div.DivClassName
{
background-color: #B0FBC8;
}
.BgClassName
{
background-color: #B0FBC8;
}
</style>
border-color css
<style>
span { border-color: #B0FBC8; }
span { border-color: rgb(176,251,200); }
td.TdClassName
{
border-color: #B0FBC8;
}
.TagClassName
{
border-color: #B0FBC8;
}
</style>