Shades of Magic Mint #B1EACF
Tints of Magic Mint #B1EACF
RGB
CMYK
RGB Variations
Color information
#B1EACF (or 0xB1EACF) is known color: Magic Mint. HEX triplet: B1, EA and CF. RGB value is (177,234,207). Sum of RGB (Red+Green+Blue) = 177+234+207=618 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.64% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #B1EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EACF is #4E1530. Grayscale: #D5D5D5. Windows color (decimal): -5117233 or 13626033. OLE color: 13626033.
HSL color Cylindrical-coordinate representation of color #B1EACF: hue angle of 151.58º 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 #B1EACF is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 234 | 207 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.08 |
| HSL | 151.58º | 0.58% | 0.81% | - |
| HSV(B) | 151.58º | 0.24% | 0.92% | - |
| XYZ | 58.82 | 72.7 | 69.96 | - |
| YUV | 213.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 234 | 207 | 0.24 | 0 | 0.12 | 0.08 | 151.58 | 0.58 | 0.81 |
| Hex | B1 | EA | CF | 18 | 0 | C | 8 | 98 | 3A | 51 |
| Octal | 261 | 352 | 317 | 30 | 0 | 14 | 10 | 230 | 72 | 121 |
| Binary | 10110001 | 11101010 | 11001111 | 11000 | 0 | 1100 | 1000 | 10011000 | 111010 | 1010001 |
Color Harmonies of #B1EACF
Complementary color
Monochromatic Colors of #B1EACF
Black with #B1EACF
Text Example
Text Example
White with #B1EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EACF; }
p { color: rgb(177,234,207); }
H1.HeaderClassName
{
color: #B1EACF;
}
.AnyTagClassName
{
color: #B1EACF;
}
</style>
background-color css
<style>
a { background-color: #B1EACF; }
a { background-color: rgb(177,234,207); }
div.DivClassName
{
background-color: #B1EACF;
}
.BgClassName
{
background-color: #B1EACF;
}
</style>
border-color css
<style>
span { border-color: #B1EACF; }
span { border-color: rgb(177,234,207); }
td.TdClassName
{
border-color: #B1EACF;
}
.TagClassName
{
border-color: #B1EACF;
}
</style>