Shades of Magic Mint #B1EDCF
Tints of Magic Mint #B1EDCF
RGB
CMYK
RGB Variations
Color information
#B1EDCF (or 0xB1EDCF) is known color: Magic Mint. HEX triplet: B1, ED and CF. RGB value is (177,237,207). Sum of RGB (Red+Green+Blue) = 177+237+207=621 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.50% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #B1EDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B1EDCF is #4E1230. Grayscale: #D7D7D7. Windows color (decimal): -5116465 or 13626801. OLE color: 13626801.
HSL color Cylindrical-coordinate representation of color #B1EDCF: hue angle of 150º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1EDCF is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 177 | 237 | 207 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.07 |
| HSL | 150º | 0.63% | 0.81% | - |
| HSV(B) | 150º | 0.25% | 0.93% | - |
| XYZ | 59.68 | 74.42 | 70.25 | - |
| YUV | 215.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 237 | 207 | 0.25 | 0 | 0.13 | 0.07 | 150 | 0.63 | 0.81 |
| Hex | B1 | ED | CF | 19 | 0 | D | 7 | 96 | 3E | 51 |
| Octal | 261 | 355 | 317 | 31 | 0 | 15 | 7 | 226 | 76 | 121 |
| Binary | 10110001 | 11101101 | 11001111 | 11001 | 0 | 1101 | 111 | 10010110 | 111110 | 1010001 |
Color Harmonies of #B1EDCF
Complementary color
Monochromatic Colors of #B1EDCF
Black with #B1EDCF
Text Example
Text Example
White with #B1EDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1EDCF; }
p { color: rgb(177,237,207); }
H1.HeaderClassName
{
color: #B1EDCF;
}
.AnyTagClassName
{
color: #B1EDCF;
}
</style>
background-color css
<style>
a { background-color: #B1EDCF; }
a { background-color: rgb(177,237,207); }
div.DivClassName
{
background-color: #B1EDCF;
}
.BgClassName
{
background-color: #B1EDCF;
}
</style>
border-color css
<style>
span { border-color: #B1EDCF; }
span { border-color: rgb(177,237,207); }
td.TdClassName
{
border-color: #B1EDCF;
}
.TagClassName
{
border-color: #B1EDCF;
}
</style>