Shades of Magic Mint #B0EBC9
Tints of Magic Mint #B0EBC9
RGB
CMYK
RGB Variations
Color information
#B0EBC9 (or 0xB0EBC9) is known color: Magic Mint. HEX triplet: B0, EB and C9. RGB value is (176,235,201). Sum of RGB (Red+Green+Blue) = 176+235+201=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 235 (92.19% from 255 or 38.40% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 235 - color contains mainly: green. Hex color #B0EBC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0EBC9 is #4F1436. Grayscale: #D5D5D5. Windows color (decimal): -5182519 or 13233072. OLE color: 13233072.
HSL color Cylindrical-coordinate representation of color #B0EBC9: hue angle of 145.42º 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 #B0EBC9 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 235 | 201 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.08 |
| HSL | 145.42º | 0.6% | 0.81% | - |
| HSV(B) | 145.42º | 0.25% | 0.92% | - |
| XYZ | 58.16 | 72.86 | 66.26 | - |
| YUV | 213.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 235 | 201 | 0.25 | 0 | 0.14 | 0.08 | 145.42 | 0.6 | 0.81 |
| Hex | B0 | EB | C9 | 19 | 0 | E | 8 | 91 | 3C | 51 |
| Octal | 260 | 353 | 311 | 31 | 0 | 16 | 10 | 221 | 74 | 121 |
| Binary | 10110000 | 11101011 | 11001001 | 11001 | 0 | 1110 | 1000 | 10010001 | 111100 | 1010001 |
Color Harmonies of #B0EBC9
Complementary color
Monochromatic Colors of #B0EBC9
Black with #B0EBC9
Text Example
Text Example
White with #B0EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EBC9; }
p { color: rgb(176,235,201); }
H1.HeaderClassName
{
color: #B0EBC9;
}
.AnyTagClassName
{
color: #B0EBC9;
}
</style>
background-color css
<style>
a { background-color: #B0EBC9; }
a { background-color: rgb(176,235,201); }
div.DivClassName
{
background-color: #B0EBC9;
}
.BgClassName
{
background-color: #B0EBC9;
}
</style>
border-color css
<style>
span { border-color: #B0EBC9; }
span { border-color: rgb(176,235,201); }
td.TdClassName
{
border-color: #B0EBC9;
}
.TagClassName
{
border-color: #B0EBC9;
}
</style>