Shades of Magic Mint #B4FFCB
Tints of Magic Mint #B4FFCB
RGB
CMYK
RGB Variations
Color information
#B4FFCB (or 0xB4FFCB) is known color: Magic Mint. HEX triplet: B4, FF and CB. RGB value is (180,255,203). Sum of RGB (Red+Green+Blue) = 180+255+203=638 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.21% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 203 (79.69% from 255 or 31.82% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FFCB is #4B0034. Grayscale: #E2E2E2. Windows color (decimal): -4915253 or 13369268. OLE color: 13369268.
HSL color Cylindrical-coordinate representation of color #B4FFCB: hue angle of 138.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FFCB is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 203 | - |
| CMYK | 0.29 | 0 | 0.20 | 0 |
| HSL | 138.4º | 1% | 0.85% | - |
| HSV(B) | 138.4º | 0.29% | 1% | - |
| XYZ | 65.36 | 85.54 | 69.56 | - |
| YUV | 226.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 203 | 0.29 | 0 | 0.20 | 0 | 138.4 | 1 | 0.85 |
| Hex | B4 | FF | CB | 1D | 0 | 14 | 0 | 8A | 64 | 55 |
| Octal | 264 | 377 | 313 | 35 | 0 | 24 | 0 | 212 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11001011 | 11101 | 0 | 10100 | 0 | 10001010 | 1100100 | 1010101 |
Color Harmonies of #B4FFCB
Complementary color
Monochromatic Colors of #B4FFCB
Black with #B4FFCB
Text Example
Text Example
White with #B4FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFCB; }
p { color: rgb(180,255,203); }
H1.HeaderClassName
{
color: #B4FFCB;
}
.AnyTagClassName
{
color: #B4FFCB;
}
</style>
background-color css
<style>
a { background-color: #B4FFCB; }
a { background-color: rgb(180,255,203); }
div.DivClassName
{
background-color: #B4FFCB;
}
.BgClassName
{
background-color: #B4FFCB;
}
</style>
border-color css
<style>
span { border-color: #B4FFCB; }
span { border-color: rgb(180,255,203); }
td.TdClassName
{
border-color: #B4FFCB;
}
.TagClassName
{
border-color: #B4FFCB;
}
</style>