Shades of Magic Mint #B1F4CE
Tints of Magic Mint #B1F4CE
RGB
CMYK
RGB Variations
Color information
#B1F4CE (or 0xB1F4CE) is known color: Magic Mint. HEX triplet: B1, F4 and CE. RGB value is (177,244,206). Sum of RGB (Red+Green+Blue) = 177+244+206=627 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.23% from 627); Green value is 244 (95.70% from 255 or 38.92% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 244 - color contains mainly: green. Hex color #B1F4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F4CE is #4E0B31. Grayscale: #DBDBDB. Windows color (decimal): -5114674 or 13563057. OLE color: 13563057.
HSL color Cylindrical-coordinate representation of color #B1F4CE: hue angle of 145.97º 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 #B1F4CE is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 244 | 206 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.04 |
| HSL | 145.97º | 0.75% | 0.83% | - |
| HSV(B) | 145.97º | 0.27% | 0.96% | - |
| XYZ | 61.62 | 78.5 | 70.3 | - |
| YUV | 219.64 | 120.3 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 244 | 206 | 0.27 | 0 | 0.16 | 0.04 | 145.97 | 0.75 | 0.83 |
| Hex | B1 | F4 | CE | 1B | 0 | 10 | 4 | 92 | 4B | 53 |
| Octal | 261 | 364 | 316 | 33 | 0 | 20 | 4 | 222 | 113 | 123 |
| Binary | 10110001 | 11110100 | 11001110 | 11011 | 0 | 10000 | 100 | 10010010 | 1001011 | 1010011 |
Color Harmonies of #B1F4CE
Complementary color
Monochromatic Colors of #B1F4CE
Black with #B1F4CE
Text Example
Text Example
White with #B1F4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F4CE; }
p { color: rgb(177,244,206); }
H1.HeaderClassName
{
color: #B1F4CE;
}
.AnyTagClassName
{
color: #B1F4CE;
}
</style>
background-color css
<style>
a { background-color: #B1F4CE; }
a { background-color: rgb(177,244,206); }
div.DivClassName
{
background-color: #B1F4CE;
}
.BgClassName
{
background-color: #B1F4CE;
}
</style>
border-color css
<style>
span { border-color: #B1F4CE; }
span { border-color: rgb(177,244,206); }
td.TdClassName
{
border-color: #B1F4CE;
}
.TagClassName
{
border-color: #B1F4CE;
}
</style>