Shades of Magic Mint #B1F8DB
Tints of Magic Mint #B1F8DB
RGB
CMYK
RGB Variations
Color information
#B1F8DB (or 0xB1F8DB) is known color: Magic Mint. HEX triplet: B1, F8 and DB. RGB value is (177,248,219). Sum of RGB (Red+Green+Blue) = 177+248+219=644 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.48% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8DB is #4E0724. Grayscale: #DFDFDF. Windows color (decimal): -5113637 or 14416049. OLE color: 14416049.
HSL color Cylindrical-coordinate representation of color #B1F8DB: hue angle of 155.49º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1F8DB is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 219 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.03 |
| HSL | 155.49º | 0.84% | 0.83% | - |
| HSV(B) | 155.49º | 0.29% | 0.97% | - |
| XYZ | 64.49 | 81.6 | 79.37 | - |
| YUV | 223.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 219 | 0.29 | 0 | 0.12 | 0.03 | 155.49 | 0.84 | 0.83 |
| Hex | B1 | F8 | DB | 1D | 0 | C | 3 | 9B | 54 | 53 |
| Octal | 261 | 370 | 333 | 35 | 0 | 14 | 3 | 233 | 124 | 123 |
| Binary | 10110001 | 11111000 | 11011011 | 11101 | 0 | 1100 | 11 | 10011011 | 1010100 | 1010011 |
Color Harmonies of #B1F8DB
Complementary color
Monochromatic Colors of #B1F8DB
Black with #B1F8DB
Text Example
Text Example
White with #B1F8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F8DB; }
p { color: rgb(177,248,219); }
H1.HeaderClassName
{
color: #B1F8DB;
}
.AnyTagClassName
{
color: #B1F8DB;
}
</style>
background-color css
<style>
a { background-color: #B1F8DB; }
a { background-color: rgb(177,248,219); }
div.DivClassName
{
background-color: #B1F8DB;
}
.BgClassName
{
background-color: #B1F8DB;
}
</style>
border-color css
<style>
span { border-color: #B1F8DB; }
span { border-color: rgb(177,248,219); }
td.TdClassName
{
border-color: #B1F8DB;
}
.TagClassName
{
border-color: #B1F8DB;
}
</style>