Shades of Magic Mint #B1F2CA
Tints of Magic Mint #B1F2CA
RGB
CMYK
RGB Variations
Color information
#B1F2CA (or 0xB1F2CA) is known color: Magic Mint. HEX triplet: B1, F2 and CA. RGB value is (177,242,202). Sum of RGB (Red+Green+Blue) = 177+242+202=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 202 (79.30% from 255 or 32.53% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F2CA is #4E0D35. Grayscale: #DADADA. Windows color (decimal): -5115190 or 13300401. OLE color: 13300401.
HSL color Cylindrical-coordinate representation of color #B1F2CA: hue angle of 143.08º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B1F2CA is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 242 | 202 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.05 |
| HSL | 143.08º | 0.71% | 0.82% | - |
| HSV(B) | 143.08º | 0.27% | 0.95% | - |
| XYZ | 60.54 | 77.12 | 67.57 | - |
| YUV | 218.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 242 | 202 | 0.27 | 0 | 0.17 | 0.05 | 143.08 | 0.71 | 0.82 |
| Hex | B1 | F2 | CA | 1B | 0 | 11 | 5 | 8F | 47 | 52 |
| Octal | 261 | 362 | 312 | 33 | 0 | 21 | 5 | 217 | 107 | 122 |
| Binary | 10110001 | 11110010 | 11001010 | 11011 | 0 | 10001 | 101 | 10001111 | 1000111 | 1010010 |
Color Harmonies of #B1F2CA
Complementary color
Monochromatic Colors of #B1F2CA
Black with #B1F2CA
Text Example
Text Example
White with #B1F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F2CA; }
p { color: rgb(177,242,202); }
H1.HeaderClassName
{
color: #B1F2CA;
}
.AnyTagClassName
{
color: #B1F2CA;
}
</style>
background-color css
<style>
a { background-color: #B1F2CA; }
a { background-color: rgb(177,242,202); }
div.DivClassName
{
background-color: #B1F2CA;
}
.BgClassName
{
background-color: #B1F2CA;
}
</style>
border-color css
<style>
span { border-color: #B1F2CA; }
span { border-color: rgb(177,242,202); }
td.TdClassName
{
border-color: #B1F2CA;
}
.TagClassName
{
border-color: #B1F2CA;
}
</style>