Shades of Magic Mint #B1F8C8
Tints of Magic Mint #B1F8C8
RGB
CMYK
RGB Variations
Color information
#B1F8C8 (or 0xB1F8C8) is known color: Magic Mint. HEX triplet: B1, F8 and C8. RGB value is (177,248,200). Sum of RGB (Red+Green+Blue) = 177+248+200=625 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.32% from 625); Green value is 248 (97.27% from 255 or 39.68% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 248 - color contains mainly: green. Hex color #B1F8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F8C8 is #4E0737. Grayscale: #DDDDDD. Windows color (decimal): -5113656 or 13170865. OLE color: 13170865.
HSL color Cylindrical-coordinate representation of color #B1F8C8: hue angle of 139.44º 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 #B1F8C8 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 248 | 200 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.03 |
| HSL | 139.44º | 0.84% | 0.83% | - |
| HSV(B) | 139.44º | 0.29% | 0.97% | - |
| XYZ | 62.12 | 80.65 | 66.94 | - |
| YUV | 221.3 | 115.98 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 248 | 200 | 0.29 | 0 | 0.19 | 0.03 | 139.44 | 0.84 | 0.83 |
| Hex | B1 | F8 | C8 | 1D | 0 | 13 | 3 | 8B | 54 | 53 |
| Octal | 261 | 370 | 310 | 35 | 0 | 23 | 3 | 213 | 124 | 123 |
| Binary | 10110001 | 11111000 | 11001000 | 11101 | 0 | 10011 | 11 | 10001011 | 1010100 | 1010011 |
Color Harmonies of #B1F8C8
Complementary color
Monochromatic Colors of #B1F8C8
Black with #B1F8C8
Text Example
Text Example
White with #B1F8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F8C8; }
p { color: rgb(177,248,200); }
H1.HeaderClassName
{
color: #B1F8C8;
}
.AnyTagClassName
{
color: #B1F8C8;
}
</style>
background-color css
<style>
a { background-color: #B1F8C8; }
a { background-color: rgb(177,248,200); }
div.DivClassName
{
background-color: #B1F8C8;
}
.BgClassName
{
background-color: #B1F8C8;
}
</style>
border-color css
<style>
span { border-color: #B1F8C8; }
span { border-color: rgb(177,248,200); }
td.TdClassName
{
border-color: #B1F8C8;
}
.TagClassName
{
border-color: #B1F8C8;
}
</style>