Shades of Magic Mint #B4FBCB
Tints of Magic Mint #B4FBCB
RGB
CMYK
RGB Variations
Color information
#B4FBCB (or 0xB4FBCB) is known color: Magic Mint. HEX triplet: B4, FB and CB. RGB value is (180,251,203). Sum of RGB (Red+Green+Blue) = 180+251+203=634 (83% of max value = 765). Red value is 180 (70.70% from 255 or 28.39% from 634); Green value is 251 (98.44% from 255 or 39.59% from 634); Blue value is 203 (79.69% from 255 or 32.02% from 634); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBCB is #4B0434. Grayscale: #E0E0E0. Windows color (decimal): -4916277 or 13368244. OLE color: 13368244.
HSL color Cylindrical-coordinate representation of color #B4FBCB: hue angle of 139.44º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBCB is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 203 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.02 |
| HSL | 139.44º | 0.9% | 0.85% | - |
| HSV(B) | 139.44º | 0.28% | 0.98% | - |
| XYZ | 64.1 | 83.01 | 69.14 | - |
| YUV | 224.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 203 | 0.28 | 0 | 0.19 | 0.02 | 139.44 | 0.9 | 0.85 |
| Hex | B4 | FB | CB | 1C | 0 | 13 | 2 | 8B | 5A | 55 |
| Octal | 264 | 373 | 313 | 34 | 0 | 23 | 2 | 213 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11001011 | 11100 | 0 | 10011 | 10 | 10001011 | 1011010 | 1010101 |
Color Harmonies of #B4FBCB
Complementary color
Monochromatic Colors of #B4FBCB
Black with #B4FBCB
Text Example
Text Example
White with #B4FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBCB; }
p { color: rgb(180,251,203); }
H1.HeaderClassName
{
color: #B4FBCB;
}
.AnyTagClassName
{
color: #B4FBCB;
}
</style>
background-color css
<style>
a { background-color: #B4FBCB; }
a { background-color: rgb(180,251,203); }
div.DivClassName
{
background-color: #B4FBCB;
}
.BgClassName
{
background-color: #B4FBCB;
}
</style>
border-color css
<style>
span { border-color: #B4FBCB; }
span { border-color: rgb(180,251,203); }
td.TdClassName
{
border-color: #B4FBCB;
}
.TagClassName
{
border-color: #B4FBCB;
}
</style>