Shades of Magic Mint #B1F8DA
Tints of Magic Mint #B1F8DA
RGB
CMYK
RGB Variations
Color information
#B1F8DA (or 0xB1F8DA) is known color: Magic Mint. HEX triplet: B1, F8 and DA. RGB value is (177,248,218). Sum of RGB (Red+Green+Blue) = 177+248+218=643 (85% of max value = 765). Red value is 177 (69.53% from 255 or 27.53% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8DA is #4E0725. Grayscale: #DFDFDF. Windows color (decimal): -5113638 or 14350513. OLE color: 14350513.
HSL color Cylindrical-coordinate representation of color #B1F8DA: hue angle of 154.65º 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 #B1F8DA is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 218 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.03 |
| HSL | 154.65º | 0.84% | 0.83% | - |
| HSV(B) | 154.65º | 0.29% | 0.97% | - |
| XYZ | 64.35 | 81.54 | 78.68 | - |
| YUV | 223.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 218 | 0.29 | 0 | 0.12 | 0.03 | 154.65 | 0.84 | 0.83 |
| Hex | B1 | F8 | DA | 1D | 0 | C | 3 | 9B | 54 | 53 |
| Octal | 261 | 370 | 332 | 35 | 0 | 14 | 3 | 233 | 124 | 123 |
| Binary | 10110001 | 11111000 | 11011010 | 11101 | 0 | 1100 | 11 | 10011011 | 1010100 | 1010011 |
Color Harmonies of #B1F8DA
Complementary color
Monochromatic Colors of #B1F8DA
Black with #B1F8DA
Text Example
Text Example
White with #B1F8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F8DA; }
p { color: rgb(177,248,218); }
H1.HeaderClassName
{
color: #B1F8DA;
}
.AnyTagClassName
{
color: #B1F8DA;
}
</style>
background-color css
<style>
a { background-color: #B1F8DA; }
a { background-color: rgb(177,248,218); }
div.DivClassName
{
background-color: #B1F8DA;
}
.BgClassName
{
background-color: #B1F8DA;
}
</style>
border-color css
<style>
span { border-color: #B1F8DA; }
span { border-color: rgb(177,248,218); }
td.TdClassName
{
border-color: #B1F8DA;
}
.TagClassName
{
border-color: #B1F8DA;
}
</style>