Shades of Magic Mint #B4FADB
Tints of Magic Mint #B4FADB
RGB
CMYK
RGB Variations
Color information
#B4FADB (or 0xB4FADB) is known color: Magic Mint. HEX triplet: B4, FA and DB. RGB value is (180,250,219). Sum of RGB (Red+Green+Blue) = 180+250+219=649 (85% of max value = 765). Red value is 180 (70.70% from 255 or 27.73% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4FADB is #4B0524. Grayscale: #E1E1E1. Windows color (decimal): -4916517 or 14416564. OLE color: 14416564.
HSL color Cylindrical-coordinate representation of color #B4FADB: hue angle of 153.43º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FADB is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 250 | 219 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.02 |
| HSL | 153.43º | 0.88% | 0.84% | - |
| HSV(B) | 153.43º | 0.28% | 0.98% | - |
| XYZ | 65.79 | 83.19 | 79.61 | - |
| YUV | 225.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 250 | 219 | 0.28 | 0 | 0.12 | 0.02 | 153.43 | 0.88 | 0.84 |
| Hex | B4 | FA | DB | 1C | 0 | C | 2 | 99 | 58 | 54 |
| Octal | 264 | 372 | 333 | 34 | 0 | 14 | 2 | 231 | 130 | 124 |
| Binary | 10110100 | 11111010 | 11011011 | 11100 | 0 | 1100 | 10 | 10011001 | 1011000 | 1010100 |
Color Harmonies of #B4FADB
Complementary color
Monochromatic Colors of #B4FADB
Black with #B4FADB
Text Example
Text Example
White with #B4FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FADB; }
p { color: rgb(180,250,219); }
H1.HeaderClassName
{
color: #B4FADB;
}
.AnyTagClassName
{
color: #B4FADB;
}
</style>
background-color css
<style>
a { background-color: #B4FADB; }
a { background-color: rgb(180,250,219); }
div.DivClassName
{
background-color: #B4FADB;
}
.BgClassName
{
background-color: #B4FADB;
}
</style>
border-color css
<style>
span { border-color: #B4FADB; }
span { border-color: rgb(180,250,219); }
td.TdClassName
{
border-color: #B4FADB;
}
.TagClassName
{
border-color: #B4FADB;
}
</style>