Shades of Magic Mint #B4FBD9
Tints of Magic Mint #B4FBD9
RGB
CMYK
RGB Variations
Color information
#B4FBD9 (or 0xB4FBD9) is known color: Magic Mint. HEX triplet: B4, FB and D9. RGB value is (180,251,217). Sum of RGB (Red+Green+Blue) = 180+251+217=648 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.78% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FBD9 is #4B0426. Grayscale: #E1E1E1. Windows color (decimal): -4916263 or 14285748. OLE color: 14285748.
HSL color Cylindrical-coordinate representation of color #B4FBD9: hue angle of 151.27º 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 #B4FBD9 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 217 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.02 |
| HSL | 151.27º | 0.9% | 0.85% | - |
| HSV(B) | 151.27º | 0.28% | 0.98% | - |
| XYZ | 65.84 | 83.71 | 78.33 | - |
| YUV | 225.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 217 | 0.28 | 0 | 0.14 | 0.02 | 151.27 | 0.9 | 0.85 |
| Hex | B4 | FB | D9 | 1C | 0 | E | 2 | 97 | 5A | 55 |
| Octal | 264 | 373 | 331 | 34 | 0 | 16 | 2 | 227 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11011001 | 11100 | 0 | 1110 | 10 | 10010111 | 1011010 | 1010101 |
Color Harmonies of #B4FBD9
Complementary color
Monochromatic Colors of #B4FBD9
Black with #B4FBD9
Text Example
Text Example
White with #B4FBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBD9; }
p { color: rgb(180,251,217); }
H1.HeaderClassName
{
color: #B4FBD9;
}
.AnyTagClassName
{
color: #B4FBD9;
}
</style>
background-color css
<style>
a { background-color: #B4FBD9; }
a { background-color: rgb(180,251,217); }
div.DivClassName
{
background-color: #B4FBD9;
}
.BgClassName
{
background-color: #B4FBD9;
}
</style>
border-color css
<style>
span { border-color: #B4FBD9; }
span { border-color: rgb(180,251,217); }
td.TdClassName
{
border-color: #B4FBD9;
}
.TagClassName
{
border-color: #B4FBD9;
}
</style>