Shades of Magic Mint #B8FBCF
Tints of Magic Mint #B8FBCF
RGB
CMYK
RGB Variations
Color information
#B8FBCF (or 0xB8FBCF) is known color: Magic Mint. HEX triplet: B8, FB and CF. RGB value is (184,251,207). Sum of RGB (Red+Green+Blue) = 184+251+207=642 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.66% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 207 (81.25% from 255 or 32.24% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBCF is #470430. Grayscale: #E2E2E2. Windows color (decimal): -4654129 or 13630392. OLE color: 13630392.
HSL color Cylindrical-coordinate representation of color #B8FBCF: hue angle of 140.6º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBCF is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 207 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.02 |
| HSL | 140.6º | 0.89% | 0.85% | - |
| HSV(B) | 140.6º | 0.27% | 0.98% | - |
| XYZ | 65.53 | 83.69 | 71.73 | - |
| YUV | 225.95 | 117.3 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 207 | 0.27 | 0 | 0.18 | 0.02 | 140.6 | 0.89 | 0.85 |
| Hex | B8 | FB | CF | 1B | 0 | 12 | 2 | 8D | 59 | 55 |
| Octal | 270 | 373 | 317 | 33 | 0 | 22 | 2 | 215 | 131 | 125 |
| Binary | 10111000 | 11111011 | 11001111 | 11011 | 0 | 10010 | 10 | 10001101 | 1011001 | 1010101 |
Color Harmonies of #B8FBCF
Complementary color
Monochromatic Colors of #B8FBCF
Black with #B8FBCF
Text Example
Text Example
White with #B8FBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FBCF; }
p { color: rgb(184,251,207); }
H1.HeaderClassName
{
color: #B8FBCF;
}
.AnyTagClassName
{
color: #B8FBCF;
}
</style>
background-color css
<style>
a { background-color: #B8FBCF; }
a { background-color: rgb(184,251,207); }
div.DivClassName
{
background-color: #B8FBCF;
}
.BgClassName
{
background-color: #B8FBCF;
}
</style>
border-color css
<style>
span { border-color: #B8FBCF; }
span { border-color: rgb(184,251,207); }
td.TdClassName
{
border-color: #B8FBCF;
}
.TagClassName
{
border-color: #B8FBCF;
}
</style>