Shades of Magic Mint #B0FEC8
Tints of Magic Mint #B0FEC8
RGB
CMYK
RGB Variations
Color information
#B0FEC8 (or 0xB0FEC8) is known color: Magic Mint. HEX triplet: B0, FE and C8. RGB value is (176,254,200). Sum of RGB (Red+Green+Blue) = 176+254+200=630 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.94% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 200 (78.52% from 255 or 31.75% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC8 is #4F0137. Grayscale: #E0E0E0. Windows color (decimal): -5177656 or 13172400. OLE color: 13172400.
HSL color Cylindrical-coordinate representation of color #B0FEC8: hue angle of 138.46º 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 #B0FEC8 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 200 | - |
| CMYK | 0.31 | 0 | 0.21 | 0.00 |
| HSL | 138.46º | 0.98% | 0.84% | - |
| HSV(B) | 138.46º | 0.31% | 1% | - |
| XYZ | 63.77 | 84.28 | 67.55 | - |
| YUV | 224.52 | 114.16 | 93.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 200 | 0.31 | 0 | 0.21 | 0.00 | 138.46 | 0.98 | 0.84 |
| Hex | B0 | FE | C8 | 1F | 0 | 15 | 0 | 8A | 62 | 54 |
| Octal | 260 | 376 | 310 | 37 | 0 | 25 | 0 | 212 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11001000 | 11111 | 0 | 10101 | 0 | 10001010 | 1100010 | 1010100 |
Color Harmonies of #B0FEC8
Complementary color
Monochromatic Colors of #B0FEC8
Black with #B0FEC8
Text Example
Text Example
White with #B0FEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEC8; }
p { color: rgb(176,254,200); }
H1.HeaderClassName
{
color: #B0FEC8;
}
.AnyTagClassName
{
color: #B0FEC8;
}
</style>
background-color css
<style>
a { background-color: #B0FEC8; }
a { background-color: rgb(176,254,200); }
div.DivClassName
{
background-color: #B0FEC8;
}
.BgClassName
{
background-color: #B0FEC8;
}
</style>
border-color css
<style>
span { border-color: #B0FEC8; }
span { border-color: rgb(176,254,200); }
td.TdClassName
{
border-color: #B0FEC8;
}
.TagClassName
{
border-color: #B0FEC8;
}
</style>