Shades of Magic Mint #B1F0D6
Tints of Magic Mint #B1F0D6
RGB
CMYK
RGB Variations
Color information
#B1F0D6 (or 0xB1F0D6) is known color: Magic Mint. HEX triplet: B1, F0 and D6. RGB value is (177,240,214). Sum of RGB (Red+Green+Blue) = 177+240+214=631 (83% of max value = 765). Red value is 177 (69.53% from 255 or 28.05% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #B1F0D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1F0D6 is #4E0F29. Grayscale: #DADADA. Windows color (decimal): -5115690 or 14086321. OLE color: 14086321.
HSL color Cylindrical-coordinate representation of color #B1F0D6: hue angle of 155.24º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1F0D6 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 240 | 214 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.06 |
| HSL | 155.24º | 0.68% | 0.82% | - |
| HSV(B) | 155.24º | 0.26% | 0.94% | - |
| XYZ | 61.43 | 76.52 | 75.15 | - |
| YUV | 218.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 240 | 214 | 0.26 | 0 | 0.11 | 0.06 | 155.24 | 0.68 | 0.82 |
| Hex | B1 | F0 | D6 | 1A | 0 | B | 6 | 9B | 44 | 52 |
| Octal | 261 | 360 | 326 | 32 | 0 | 13 | 6 | 233 | 104 | 122 |
| Binary | 10110001 | 11110000 | 11010110 | 11010 | 0 | 1011 | 110 | 10011011 | 1000100 | 1010010 |
Color Harmonies of #B1F0D6
Complementary color
Monochromatic Colors of #B1F0D6
Black with #B1F0D6
Text Example
Text Example
White with #B1F0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F0D6; }
p { color: rgb(177,240,214); }
H1.HeaderClassName
{
color: #B1F0D6;
}
.AnyTagClassName
{
color: #B1F0D6;
}
</style>
background-color css
<style>
a { background-color: #B1F0D6; }
a { background-color: rgb(177,240,214); }
div.DivClassName
{
background-color: #B1F0D6;
}
.BgClassName
{
background-color: #B1F0D6;
}
</style>
border-color css
<style>
span { border-color: #B1F0D6; }
span { border-color: rgb(177,240,214); }
td.TdClassName
{
border-color: #B1F0D6;
}
.TagClassName
{
border-color: #B1F0D6;
}
</style>