Shades of Magic Mint #B1F4CF
Tints of Magic Mint #B1F4CF
RGB
CMYK
RGB Variations
Color information
#B1F4CF (or 0xB1F4CF) is known color: Magic Mint. HEX triplet: B1, F4 and CF. RGB value is (177,244,207). Sum of RGB (Red+Green+Blue) = 177+244+207=628 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.18% from 628); Green value is 244 (95.70% from 255 or 38.85% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4CF is #4E0B30. Grayscale: #DBDBDB. Windows color (decimal): -5114673 or 13628593. OLE color: 13628593.
HSL color Cylindrical-coordinate representation of color #B1F4CF: hue angle of 146.87º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F4CF is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 207 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.04 |
| HSL | 146.87º | 0.75% | 0.83% | - |
| HSV(B) | 146.87º | 0.27% | 0.96% | - |
| XYZ | 61.74 | 78.55 | 70.94 | - |
| YUV | 219.75 | 120.8 | 97.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 207 | 0.27 | 0 | 0.15 | 0.04 | 146.87 | 0.75 | 0.83 |
| Hex | B1 | F4 | CF | 1B | 0 | F | 4 | 93 | 4B | 53 |
| Octal | 261 | 364 | 317 | 33 | 0 | 17 | 4 | 223 | 113 | 123 |
| Binary | 10110001 | 11110100 | 11001111 | 11011 | 0 | 1111 | 100 | 10010011 | 1001011 | 1010011 |
Color Harmonies of #B1F4CF
Complementary color
Monochromatic Colors of #B1F4CF
Black with #B1F4CF
Text Example
Text Example
White with #B1F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4CF; }
p { color: rgb(177,244,207); }
H1.HeaderClassName
{
color: #B1F4CF;
}
.AnyTagClassName
{
color: #B1F4CF;
}
</style>
background-color css
<style>
a { background-color: #B1F4CF; }
a { background-color: rgb(177,244,207); }
div.DivClassName
{
background-color: #B1F4CF;
}
.BgClassName
{
background-color: #B1F4CF;
}
</style>
border-color css
<style>
span { border-color: #B1F4CF; }
span { border-color: rgb(177,244,207); }
td.TdClassName
{
border-color: #B1F4CF;
}
.TagClassName
{
border-color: #B1F4CF;
}
</style>