Shades of Magic Mint #B4FBD1
Tints of Magic Mint #B4FBD1
RGB
CMYK
RGB Variations
Color information
#B4FBD1 (or 0xB4FBD1) is known color: Magic Mint. HEX triplet: B4, FB and D1. RGB value is (180,251,209). Sum of RGB (Red+Green+Blue) = 180+251+209=640 (84% of max value = 765). Red value is 180 (70.70% from 255 or 28.12% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBD1 is #4B042E. Grayscale: #E1E1E1. Windows color (decimal): -4916271 or 13761460. OLE color: 13761460.
HSL color Cylindrical-coordinate representation of color #B4FBD1: hue angle of 144.51º 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 #B4FBD1 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 209 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.02 |
| HSL | 144.51º | 0.9% | 0.85% | - |
| HSV(B) | 144.51º | 0.28% | 0.98% | - |
| XYZ | 64.83 | 83.3 | 72.98 | - |
| YUV | 224.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 209 | 0.28 | 0 | 0.17 | 0.02 | 144.51 | 0.9 | 0.85 |
| Hex | B4 | FB | D1 | 1C | 0 | 11 | 2 | 91 | 5A | 55 |
| Octal | 264 | 373 | 321 | 34 | 0 | 21 | 2 | 221 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11010001 | 11100 | 0 | 10001 | 10 | 10010001 | 1011010 | 1010101 |
Color Harmonies of #B4FBD1
Complementary color
Monochromatic Colors of #B4FBD1
Black with #B4FBD1
Text Example
Text Example
White with #B4FBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBD1; }
p { color: rgb(180,251,209); }
H1.HeaderClassName
{
color: #B4FBD1;
}
.AnyTagClassName
{
color: #B4FBD1;
}
</style>
background-color css
<style>
a { background-color: #B4FBD1; }
a { background-color: rgb(180,251,209); }
div.DivClassName
{
background-color: #B4FBD1;
}
.BgClassName
{
background-color: #B4FBD1;
}
</style>
border-color css
<style>
span { border-color: #B4FBD1; }
span { border-color: rgb(180,251,209); }
td.TdClassName
{
border-color: #B4FBD1;
}
.TagClassName
{
border-color: #B4FBD1;
}
</style>