Shades of Magic Mint #B1EECE
Tints of Magic Mint #B1EECE
RGB
CMYK
RGB Variations
Color information
#B1EECE (or 0xB1EECE) is known color: Magic Mint. HEX triplet: B1, EE and CE. RGB value is (177,238,206). Sum of RGB (Red+Green+Blue) = 177+238+206=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EECE is #4E1131. Grayscale: #D8D8D8. Windows color (decimal): -5116210 or 13561521. OLE color: 13561521.
HSL color Cylindrical-coordinate representation of color #B1EECE: hue angle of 148.52º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B1EECE is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 238 | 206 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 148.52º | 0.64% | 0.81% | - |
| HSV(B) | 148.52º | 0.26% | 0.93% | - |
| XYZ | 59.85 | 74.95 | 69.71 | - |
| YUV | 216.11 | 122.29 | 100.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 238 | 206 | 0.26 | 0 | 0.13 | 0.07 | 148.52 | 0.64 | 0.81 |
| Hex | B1 | EE | CE | 1A | 0 | D | 7 | 95 | 40 | 51 |
| Octal | 261 | 356 | 316 | 32 | 0 | 15 | 7 | 225 | 100 | 121 |
| Binary | 10110001 | 11101110 | 11001110 | 11010 | 0 | 1101 | 111 | 10010101 | 1000000 | 1010001 |
Color Harmonies of #B1EECE
Complementary color
Monochromatic Colors of #B1EECE
Black with #B1EECE
Text Example
Text Example
White with #B1EECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EECE; }
p { color: rgb(177,238,206); }
H1.HeaderClassName
{
color: #B1EECE;
}
.AnyTagClassName
{
color: #B1EECE;
}
</style>
background-color css
<style>
a { background-color: #B1EECE; }
a { background-color: rgb(177,238,206); }
div.DivClassName
{
background-color: #B1EECE;
}
.BgClassName
{
background-color: #B1EECE;
}
</style>
border-color css
<style>
span { border-color: #B1EECE; }
span { border-color: rgb(177,238,206); }
td.TdClassName
{
border-color: #B1EECE;
}
.TagClassName
{
border-color: #B1EECE;
}
</style>