Shades of Magic Mint #B1EACC
Tints of Magic Mint #B1EACC
RGB
CMYK
RGB Variations
Color information
#B1EACC (or 0xB1EACC) is known color: Magic Mint. HEX triplet: B1, EA and CC. RGB value is (177,234,204). Sum of RGB (Red+Green+Blue) = 177+234+204=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 234 (91.80% from 255 or 38.05% from 615); Blue value is 204 (80.08% from 255 or 33.17% from 615); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EACC is #4E1533. Grayscale: #D5D5D5. Windows color (decimal): -5117236 or 13429425. OLE color: 13429425.
HSL color Cylindrical-coordinate representation of color #B1EACC: hue angle of 148.42º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1EACC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 234 | 204 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.08 |
| HSL | 148.42º | 0.58% | 0.81% | - |
| HSV(B) | 148.42º | 0.24% | 0.92% | - |
| XYZ | 58.45 | 72.55 | 68.05 | - |
| YUV | 213.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 234 | 204 | 0.24 | 0 | 0.13 | 0.08 | 148.42 | 0.58 | 0.81 |
| Hex | B1 | EA | CC | 18 | 0 | D | 8 | 94 | 3A | 51 |
| Octal | 261 | 352 | 314 | 30 | 0 | 15 | 10 | 224 | 72 | 121 |
| Binary | 10110001 | 11101010 | 11001100 | 11000 | 0 | 1101 | 1000 | 10010100 | 111010 | 1010001 |
Color Harmonies of #B1EACC
Complementary color
Monochromatic Colors of #B1EACC
Black with #B1EACC
Text Example
Text Example
White with #B1EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EACC; }
p { color: rgb(177,234,204); }
H1.HeaderClassName
{
color: #B1EACC;
}
.AnyTagClassName
{
color: #B1EACC;
}
</style>
background-color css
<style>
a { background-color: #B1EACC; }
a { background-color: rgb(177,234,204); }
div.DivClassName
{
background-color: #B1EACC;
}
.BgClassName
{
background-color: #B1EACC;
}
</style>
border-color css
<style>
span { border-color: #B1EACC; }
span { border-color: rgb(177,234,204); }
td.TdClassName
{
border-color: #B1EACC;
}
.TagClassName
{
border-color: #B1EACC;
}
</style>