Shades of Magic Mint #B0FEC9
Tints of Magic Mint #B0FEC9
RGB
CMYK
RGB Variations
Color information
#B0FEC9 (or 0xB0FEC9) is known color: Magic Mint. HEX triplet: B0, FE and C9. RGB value is (176,254,201). Sum of RGB (Red+Green+Blue) = 176+254+201=631 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.89% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC9 is #4F0136. Grayscale: #E0E0E0. Windows color (decimal): -5177655 or 13237936. OLE color: 13237936.
HSL color Cylindrical-coordinate representation of color #B0FEC9: hue angle of 139.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEC9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 201 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.00 |
| HSL | 139.23º | 0.98% | 0.84% | - |
| HSV(B) | 139.23º | 0.31% | 1% | - |
| XYZ | 63.89 | 84.33 | 68.17 | - |
| YUV | 224.64 | 114.66 | 93.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 201 | 0.31 | 0 | 0.21 | 0.00 | 139.23 | 0.98 | 0.84 |
| Hex | B0 | FE | C9 | 1F | 0 | 15 | 0 | 8B | 62 | 54 |
| Octal | 260 | 376 | 311 | 37 | 0 | 25 | 0 | 213 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11001001 | 11111 | 0 | 10101 | 0 | 10001011 | 1100010 | 1010100 |
Color Harmonies of #B0FEC9
Complementary color
Monochromatic Colors of #B0FEC9
Black with #B0FEC9
Text Example
Text Example
White with #B0FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEC9; }
p { color: rgb(176,254,201); }
H1.HeaderClassName
{
color: #B0FEC9;
}
.AnyTagClassName
{
color: #B0FEC9;
}
</style>
background-color css
<style>
a { background-color: #B0FEC9; }
a { background-color: rgb(176,254,201); }
div.DivClassName
{
background-color: #B0FEC9;
}
.BgClassName
{
background-color: #B0FEC9;
}
</style>
border-color css
<style>
span { border-color: #B0FEC9; }
span { border-color: rgb(176,254,201); }
td.TdClassName
{
border-color: #B0FEC9;
}
.TagClassName
{
border-color: #B0FEC9;
}
</style>