Shades of Magic Mint #B3FFCB
Tints of Magic Mint #B3FFCB
RGB
CMYK
RGB Variations
Color information
#B3FFCB (or 0xB3FFCB) is known color: Magic Mint. HEX triplet: B3, FF and CB. RGB value is (179,255,203). Sum of RGB (Red+Green+Blue) = 179+255+203=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 203 (79.69% from 255 or 31.87% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFCB is #4C0034. Grayscale: #E2E2E2. Windows color (decimal): -4980789 or 13369267. OLE color: 13369267.
HSL color Cylindrical-coordinate representation of color #B3FFCB: hue angle of 138.95º 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 #B3FFCB is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 203 | - |
| CMYK | 0.30 | 0 | 0.20 | 0 |
| HSL | 138.95º | 1% | 0.85% | - |
| HSV(B) | 138.95º | 0.3% | 1% | - |
| XYZ | 65.13 | 85.42 | 69.55 | - |
| YUV | 226.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 203 | 0.30 | 0 | 0.20 | 0 | 138.95 | 1 | 0.85 |
| Hex | B3 | FF | CB | 1E | 0 | 14 | 0 | 8B | 64 | 55 |
| Octal | 263 | 377 | 313 | 36 | 0 | 24 | 0 | 213 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11001011 | 11110 | 0 | 10100 | 0 | 10001011 | 1100100 | 1010101 |
Color Harmonies of #B3FFCB
Complementary color
Monochromatic Colors of #B3FFCB
Black with #B3FFCB
Text Example
Text Example
White with #B3FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFCB; }
p { color: rgb(179,255,203); }
H1.HeaderClassName
{
color: #B3FFCB;
}
.AnyTagClassName
{
color: #B3FFCB;
}
</style>
background-color css
<style>
a { background-color: #B3FFCB; }
a { background-color: rgb(179,255,203); }
div.DivClassName
{
background-color: #B3FFCB;
}
.BgClassName
{
background-color: #B3FFCB;
}
</style>
border-color css
<style>
span { border-color: #B3FFCB; }
span { border-color: rgb(179,255,203); }
td.TdClassName
{
border-color: #B3FFCB;
}
.TagClassName
{
border-color: #B3FFCB;
}
</style>