Shades of Magic Mint #B0EBC5
Tints of Magic Mint #B0EBC5
RGB
CMYK
RGB Variations
Color information
#B0EBC5 (or 0xB0EBC5) is known color: Magic Mint. HEX triplet: B0, EB and C5. RGB value is (176,235,197). Sum of RGB (Red+Green+Blue) = 176+235+197=608 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.95% from 608); Green value is 235 (92.19% from 255 or 38.65% from 608); Blue value is 197 (77.34% from 255 or 32.40% from 608); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBC5 is #4F143A. Grayscale: #D5D5D5. Windows color (decimal): -5182523 or 12970928. OLE color: 12970928.
HSL color Cylindrical-coordinate representation of color #B0EBC5: hue angle of 141.36º degrees, saturation: 0.6, 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 #B0EBC5 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 197 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.08 |
| HSL | 141.36º | 0.6% | 0.81% | - |
| HSV(B) | 141.36º | 0.25% | 0.92% | - |
| XYZ | 57.69 | 72.68 | 63.81 | - |
| YUV | 213.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 197 | 0.25 | 0 | 0.16 | 0.08 | 141.36 | 0.6 | 0.81 |
| Hex | B0 | EB | C5 | 19 | 0 | 10 | 8 | 8D | 3C | 51 |
| Octal | 260 | 353 | 305 | 31 | 0 | 20 | 10 | 215 | 74 | 121 |
| Binary | 10110000 | 11101011 | 11000101 | 11001 | 0 | 10000 | 1000 | 10001101 | 111100 | 1010001 |
Color Harmonies of #B0EBC5
Complementary color
Monochromatic Colors of #B0EBC5
Black with #B0EBC5
Text Example
Text Example
White with #B0EBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBC5; }
p { color: rgb(176,235,197); }
H1.HeaderClassName
{
color: #B0EBC5;
}
.AnyTagClassName
{
color: #B0EBC5;
}
</style>
background-color css
<style>
a { background-color: #B0EBC5; }
a { background-color: rgb(176,235,197); }
div.DivClassName
{
background-color: #B0EBC5;
}
.BgClassName
{
background-color: #B0EBC5;
}
</style>
border-color css
<style>
span { border-color: #B0EBC5; }
span { border-color: rgb(176,235,197); }
td.TdClassName
{
border-color: #B0EBC5;
}
.TagClassName
{
border-color: #B0EBC5;
}
</style>