Shades of Magic Mint #B9FFDB
Tints of Magic Mint #B9FFDB
RGB
CMYK
RGB Variations
Color information
#B9FFDB (or 0xB9FFDB) is known color: Magic Mint. HEX triplet: B9, FF and DB. RGB value is (185,255,219). Sum of RGB (Red+Green+Blue) = 185+255+219=659 (87% of max value = 765). Red value is 185 (72.66% from 255 or 28.07% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B9FFDB is #460024. Grayscale: #E6E6E6. Windows color (decimal): -4587557 or 14417849. OLE color: 14417849.
HSL color Cylindrical-coordinate representation of color #B9FFDB: hue angle of 149.14º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9FFDB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 255 | 219 | - |
| CMYK | 0.27 | 0 | 0.14 | 0 |
| HSL | 149.14º | 1% | 0.86% | - |
| HSV(B) | 149.14º | 0.27% | 1% | - |
| XYZ | 68.55 | 86.95 | 80.19 | - |
| YUV | 229.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 255 | 219 | 0.27 | 0 | 0.14 | 0 | 149.14 | 1 | 0.86 |
| Hex | B9 | FF | DB | 1B | 0 | E | 0 | 95 | 64 | 56 |
| Octal | 271 | 377 | 333 | 33 | 0 | 16 | 0 | 225 | 144 | 126 |
| Binary | 10111001 | 11111111 | 11011011 | 11011 | 0 | 1110 | 0 | 10010101 | 1100100 | 1010110 |
Color Harmonies of #B9FFDB
Complementary color
Monochromatic Colors of #B9FFDB
Black with #B9FFDB
Text Example
Text Example
White with #B9FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9FFDB; }
p { color: rgb(185,255,219); }
H1.HeaderClassName
{
color: #B9FFDB;
}
.AnyTagClassName
{
color: #B9FFDB;
}
</style>
background-color css
<style>
a { background-color: #B9FFDB; }
a { background-color: rgb(185,255,219); }
div.DivClassName
{
background-color: #B9FFDB;
}
.BgClassName
{
background-color: #B9FFDB;
}
</style>
border-color css
<style>
span { border-color: #B9FFDB; }
span { border-color: rgb(185,255,219); }
td.TdClassName
{
border-color: #B9FFDB;
}
.TagClassName
{
border-color: #B9FFDB;
}
</style>