Shades of Magic Mint #B1F7DB
Tints of Magic Mint #B1F7DB
RGB
CMYK
RGB Variations
Color information
#B1F7DB (or 0xB1F7DB) is known color: Magic Mint. HEX triplet: B1, F7 and DB. RGB value is (177,247,219). Sum of RGB (Red+Green+Blue) = 177+247+219=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 247 (96.88% from 255 or 38.41% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F7DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F7DB is #4E0824. Grayscale: #DEDEDE. Windows color (decimal): -5113893 or 14415793. OLE color: 14415793.
HSL color Cylindrical-coordinate representation of color #B1F7DB: hue angle of 156º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1F7DB is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 247 | 219 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.03 |
| HSL | 156º | 0.81% | 0.83% | - |
| HSV(B) | 156º | 0.28% | 0.97% | - |
| XYZ | 64.18 | 80.98 | 79.27 | - |
| YUV | 222.88 | 125.81 | 95.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 247 | 219 | 0.28 | 0 | 0.11 | 0.03 | 156 | 0.81 | 0.83 |
| Hex | B1 | F7 | DB | 1C | 0 | B | 3 | 9C | 51 | 53 |
| Octal | 261 | 367 | 333 | 34 | 0 | 13 | 3 | 234 | 121 | 123 |
| Binary | 10110001 | 11110111 | 11011011 | 11100 | 0 | 1011 | 11 | 10011100 | 1010001 | 1010011 |
Color Harmonies of #B1F7DB
Complementary color
Monochromatic Colors of #B1F7DB
Black with #B1F7DB
Text Example
Text Example
White with #B1F7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F7DB; }
p { color: rgb(177,247,219); }
H1.HeaderClassName
{
color: #B1F7DB;
}
.AnyTagClassName
{
color: #B1F7DB;
}
</style>
background-color css
<style>
a { background-color: #B1F7DB; }
a { background-color: rgb(177,247,219); }
div.DivClassName
{
background-color: #B1F7DB;
}
.BgClassName
{
background-color: #B1F7DB;
}
</style>
border-color css
<style>
span { border-color: #B1F7DB; }
span { border-color: rgb(177,247,219); }
td.TdClassName
{
border-color: #B1F7DB;
}
.TagClassName
{
border-color: #B1F7DB;
}
</style>