Shades of Magic Mint #B1FBCD
Tints of Magic Mint #B1FBCD
RGB
CMYK
RGB Variations
Color information
#B1FBCD (or 0xB1FBCD) is known color: Magic Mint. HEX triplet: B1, FB and CD. RGB value is (177,251,205). Sum of RGB (Red+Green+Blue) = 177+251+205=633 (83% of max value = 765). Red value is 177 (69.53% from 255 or 27.96% from 633); Green value is 251 (98.44% from 255 or 39.65% from 633); Blue value is 205 (80.47% from 255 or 32.39% from 633); Max value from RGB is 251 - color contains mainly: green. Hex color #B1FBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1FBCD is #4E0432. Grayscale: #DFDFDF. Windows color (decimal): -5112883 or 13499313. OLE color: 13499313.
HSL color Cylindrical-coordinate representation of color #B1FBCD: hue angle of 142.7º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1FBCD is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 251 | 205 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.02 |
| HSL | 142.7º | 0.9% | 0.84% | - |
| HSV(B) | 142.7º | 0.29% | 0.98% | - |
| XYZ | 63.65 | 82.75 | 70.38 | - |
| YUV | 223.63 | 117.48 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 251 | 205 | 0.29 | 0 | 0.18 | 0.02 | 142.7 | 0.9 | 0.84 |
| Hex | B1 | FB | CD | 1D | 0 | 12 | 2 | 8F | 5A | 54 |
| Octal | 261 | 373 | 315 | 35 | 0 | 22 | 2 | 217 | 132 | 124 |
| Binary | 10110001 | 11111011 | 11001101 | 11101 | 0 | 10010 | 10 | 10001111 | 1011010 | 1010100 |
Color Harmonies of #B1FBCD
Complementary color
Monochromatic Colors of #B1FBCD
Black with #B1FBCD
Text Example
Text Example
White with #B1FBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FBCD; }
p { color: rgb(177,251,205); }
H1.HeaderClassName
{
color: #B1FBCD;
}
.AnyTagClassName
{
color: #B1FBCD;
}
</style>
background-color css
<style>
a { background-color: #B1FBCD; }
a { background-color: rgb(177,251,205); }
div.DivClassName
{
background-color: #B1FBCD;
}
.BgClassName
{
background-color: #B1FBCD;
}
</style>
border-color css
<style>
span { border-color: #B1FBCD; }
span { border-color: rgb(177,251,205); }
td.TdClassName
{
border-color: #B1FBCD;
}
.TagClassName
{
border-color: #B1FBCD;
}
</style>