Shades of Magic Mint #B1EBD1
Tints of Magic Mint #B1EBD1
RGB
CMYK
RGB Variations
Color information
#B1EBD1 (or 0xB1EBD1) is known color: Magic Mint. HEX triplet: B1, EB and D1. RGB value is (177,235,209). Sum of RGB (Red+Green+Blue) = 177+235+209=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 235 - color contains mainly: green. Hex color #B1EBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EBD1 is #4E142E. Grayscale: #D6D6D6. Windows color (decimal): -5116975 or 13757361. OLE color: 13757361.
HSL color Cylindrical-coordinate representation of color #B1EBD1: hue angle of 153.1º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EBD1 is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 235 | 209 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.08 |
| HSL | 153.1º | 0.59% | 0.81% | - |
| HSV(B) | 153.1º | 0.25% | 0.92% | - |
| XYZ | 59.35 | 73.37 | 71.35 | - |
| YUV | 214.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 235 | 209 | 0.25 | 0 | 0.11 | 0.08 | 153.1 | 0.59 | 0.81 |
| Hex | B1 | EB | D1 | 19 | 0 | B | 8 | 99 | 3B | 51 |
| Octal | 261 | 353 | 321 | 31 | 0 | 13 | 10 | 231 | 73 | 121 |
| Binary | 10110001 | 11101011 | 11010001 | 11001 | 0 | 1011 | 1000 | 10011001 | 111011 | 1010001 |
Color Harmonies of #B1EBD1
Complementary color
Monochromatic Colors of #B1EBD1
Black with #B1EBD1
Text Example
Text Example
White with #B1EBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EBD1; }
p { color: rgb(177,235,209); }
H1.HeaderClassName
{
color: #B1EBD1;
}
.AnyTagClassName
{
color: #B1EBD1;
}
</style>
background-color css
<style>
a { background-color: #B1EBD1; }
a { background-color: rgb(177,235,209); }
div.DivClassName
{
background-color: #B1EBD1;
}
.BgClassName
{
background-color: #B1EBD1;
}
</style>
border-color css
<style>
span { border-color: #B1EBD1; }
span { border-color: rgb(177,235,209); }
td.TdClassName
{
border-color: #B1EBD1;
}
.TagClassName
{
border-color: #B1EBD1;
}
</style>