Shades of Magic Mint #B1E8D2
Tints of Magic Mint #B1E8D2
RGB
CMYK
RGB Variations
Color information
#B1E8D2 (or 0xB1E8D2) is known color: Magic Mint. HEX triplet: B1, E8 and D2. RGB value is (177,232,210). Sum of RGB (Red+Green+Blue) = 177+232+210=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 232 - color contains mainly: green. Hex color #B1E8D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1E8D2 is #4E172D. Grayscale: #D5D5D5. Windows color (decimal): -5117742 or 13822129. OLE color: 13822129.
HSL color Cylindrical-coordinate representation of color #B1E8D2: hue angle of 156º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1E8D2 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 232 | 210 | - |
| CMYK | 0.24 | 0 | 0.09 | 0.09 |
| HSL | 156º | 0.54% | 0.8% | - |
| HSV(B) | 156º | 0.24% | 0.91% | - |
| XYZ | 58.62 | 71.71 | 71.73 | - |
| YUV | 213.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 232 | 210 | 0.24 | 0 | 0.09 | 0.09 | 156 | 0.54 | 0.8 |
| Hex | B1 | E8 | D2 | 18 | 0 | 9 | 9 | 9C | 36 | 50 |
| Octal | 261 | 350 | 322 | 30 | 0 | 11 | 11 | 234 | 66 | 120 |
| Binary | 10110001 | 11101000 | 11010010 | 11000 | 0 | 1001 | 1001 | 10011100 | 110110 | 1010000 |
Color Harmonies of #B1E8D2
Complementary color
Monochromatic Colors of #B1E8D2
Black with #B1E8D2
Text Example
Text Example
White with #B1E8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1E8D2; }
p { color: rgb(177,232,210); }
H1.HeaderClassName
{
color: #B1E8D2;
}
.AnyTagClassName
{
color: #B1E8D2;
}
</style>
background-color css
<style>
a { background-color: #B1E8D2; }
a { background-color: rgb(177,232,210); }
div.DivClassName
{
background-color: #B1E8D2;
}
.BgClassName
{
background-color: #B1E8D2;
}
</style>
border-color css
<style>
span { border-color: #B1E8D2; }
span { border-color: rgb(177,232,210); }
td.TdClassName
{
border-color: #B1E8D2;
}
.TagClassName
{
border-color: #B1E8D2;
}
</style>