Shades of Magic Mint #B3FECC
Tints of Magic Mint #B3FECC
RGB
CMYK
RGB Variations
Color information
#B3FECC (or 0xB3FECC) is known color: Magic Mint. HEX triplet: B3, FE and CC. RGB value is (179,254,204). Sum of RGB (Red+Green+Blue) = 179+254+204=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 254 (99.61% from 255 or 39.87% from 637); Blue value is 204 (80.08% from 255 or 32.03% from 637); Max value from RGB is 254 - color contains mainly: green. Hex color #B3FECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FECC is #4C0133. Grayscale: #E1E1E1. Windows color (decimal): -4981044 or 13434547. OLE color: 13434547.
HSL color Cylindrical-coordinate representation of color #B3FECC: hue angle of 140º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FECC is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 179 | 254 | 204 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.00 |
| HSL | 140º | 0.97% | 0.85% | - |
| HSV(B) | 140º | 0.3% | 1% | - |
| XYZ | 64.93 | 84.83 | 70.08 | - |
| YUV | 225.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 204 | 0.30 | 0 | 0.20 | 0.00 | 140 | 0.97 | 0.85 |
| Hex | B3 | FE | CC | 1E | 0 | 14 | 0 | 8C | 61 | 55 |
| Octal | 263 | 376 | 314 | 36 | 0 | 24 | 0 | 214 | 141 | 125 |
| Binary | 10110011 | 11111110 | 11001100 | 11110 | 0 | 10100 | 0 | 10001100 | 1100001 | 1010101 |
Color Harmonies of #B3FECC
Complementary color
Monochromatic Colors of #B3FECC
Black with #B3FECC
Text Example
Text Example
White with #B3FECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FECC; }
p { color: rgb(179,254,204); }
H1.HeaderClassName
{
color: #B3FECC;
}
.AnyTagClassName
{
color: #B3FECC;
}
</style>
background-color css
<style>
a { background-color: #B3FECC; }
a { background-color: rgb(179,254,204); }
div.DivClassName
{
background-color: #B3FECC;
}
.BgClassName
{
background-color: #B3FECC;
}
</style>
border-color css
<style>
span { border-color: #B3FECC; }
span { border-color: rgb(179,254,204); }
td.TdClassName
{
border-color: #B3FECC;
}
.TagClassName
{
border-color: #B3FECC;
}
</style>