Shades of Magic Mint #B0FBC7
Tints of Magic Mint #B0FBC7
RGB
CMYK
RGB Variations
Color information
#B0FBC7 (or 0xB0FBC7) is known color: Magic Mint. HEX triplet: B0, FB and C7. RGB value is (176,251,199). Sum of RGB (Red+Green+Blue) = 176+251+199=626 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.12% from 626); Green value is 251 (98.44% from 255 or 40.10% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FBC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FBC7 is #4F0438. Grayscale: #DEDEDE. Windows color (decimal): -5178425 or 13106096. OLE color: 13106096.
HSL color Cylindrical-coordinate representation of color #B0FBC7: hue angle of 138.4º 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 #B0FBC7 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 199 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.02 |
| HSL | 138.4º | 0.9% | 0.84% | - |
| HSV(B) | 138.4º | 0.3% | 0.98% | - |
| XYZ | 62.71 | 82.35 | 66.62 | - |
| YUV | 222.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 199 | 0.30 | 0 | 0.21 | 0.02 | 138.4 | 0.9 | 0.84 |
| Hex | B0 | FB | C7 | 1E | 0 | 15 | 2 | 8A | 5A | 54 |
| Octal | 260 | 373 | 307 | 36 | 0 | 25 | 2 | 212 | 132 | 124 |
| Binary | 10110000 | 11111011 | 11000111 | 11110 | 0 | 10101 | 10 | 10001010 | 1011010 | 1010100 |
Color Harmonies of #B0FBC7
Complementary color
Monochromatic Colors of #B0FBC7
Black with #B0FBC7
Text Example
Text Example
White with #B0FBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FBC7; }
p { color: rgb(176,251,199); }
H1.HeaderClassName
{
color: #B0FBC7;
}
.AnyTagClassName
{
color: #B0FBC7;
}
</style>
background-color css
<style>
a { background-color: #B0FBC7; }
a { background-color: rgb(176,251,199); }
div.DivClassName
{
background-color: #B0FBC7;
}
.BgClassName
{
background-color: #B0FBC7;
}
</style>
border-color css
<style>
span { border-color: #B0FBC7; }
span { border-color: rgb(176,251,199); }
td.TdClassName
{
border-color: #B0FBC7;
}
.TagClassName
{
border-color: #B0FBC7;
}
</style>