Shades of Magic Mint #B3FFCE
Tints of Magic Mint #B3FFCE
RGB
CMYK
RGB Variations
Color information
#B3FFCE (or 0xB3FFCE) is known color: Magic Mint. HEX triplet: B3, FF and CE. RGB value is (179,255,206). Sum of RGB (Red+Green+Blue) = 179+255+206=640 (84% of max value = 765). Red value is 179 (70.31% from 255 or 27.97% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 206 (80.86% from 255 or 32.19% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFCE is #4C0031. Grayscale: #E2E2E2. Windows color (decimal): -4980786 or 13565875. OLE color: 13565875.
HSL color Cylindrical-coordinate representation of color #B3FFCE: hue angle of 141.32º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFCE is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 206 | - |
| CMYK | 0.30 | 0 | 0.19 | 0 |
| HSL | 141.32º | 1% | 0.85% | - |
| HSV(B) | 141.32º | 0.3% | 1% | - |
| XYZ | 65.49 | 85.56 | 71.46 | - |
| YUV | 226.69 | 116.32 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 206 | 0.30 | 0 | 0.19 | 0 | 141.32 | 1 | 0.85 |
| Hex | B3 | FF | CE | 1E | 0 | 13 | 0 | 8D | 64 | 55 |
| Octal | 263 | 377 | 316 | 36 | 0 | 23 | 0 | 215 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11001110 | 11110 | 0 | 10011 | 0 | 10001101 | 1100100 | 1010101 |
Color Harmonies of #B3FFCE
Complementary color
Monochromatic Colors of #B3FFCE
Black with #B3FFCE
Text Example
Text Example
White with #B3FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFCE; }
p { color: rgb(179,255,206); }
H1.HeaderClassName
{
color: #B3FFCE;
}
.AnyTagClassName
{
color: #B3FFCE;
}
</style>
background-color css
<style>
a { background-color: #B3FFCE; }
a { background-color: rgb(179,255,206); }
div.DivClassName
{
background-color: #B3FFCE;
}
.BgClassName
{
background-color: #B3FFCE;
}
</style>
border-color css
<style>
span { border-color: #B3FFCE; }
span { border-color: rgb(179,255,206); }
td.TdClassName
{
border-color: #B3FFCE;
}
.TagClassName
{
border-color: #B3FFCE;
}
</style>