Shades of Magic Mint #B0FEC5
Tints of Magic Mint #B0FEC5
RGB
CMYK
RGB Variations
Color information
#B0FEC5 (or 0xB0FEC5) is known color: Magic Mint. HEX triplet: B0, FE and C5. RGB value is (176,254,197). Sum of RGB (Red+Green+Blue) = 176+254+197=627 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.07% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 197 (77.34% from 255 or 31.42% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEC5 is #4F013A. Grayscale: #E0E0E0. Windows color (decimal): -5177659 or 12975792. OLE color: 12975792.
HSL color Cylindrical-coordinate representation of color #B0FEC5: hue angle of 136.15º 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 #B0FEC5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 197 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.00 |
| HSL | 136.15º | 0.98% | 0.84% | - |
| HSV(B) | 136.15º | 0.31% | 1% | - |
| XYZ | 63.42 | 84.14 | 65.72 | - |
| YUV | 224.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 197 | 0.31 | 0 | 0.22 | 0.00 | 136.15 | 0.98 | 0.84 |
| Hex | B0 | FE | C5 | 1F | 0 | 16 | 0 | 88 | 62 | 54 |
| Octal | 260 | 376 | 305 | 37 | 0 | 26 | 0 | 210 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11000101 | 11111 | 0 | 10110 | 0 | 10001000 | 1100010 | 1010100 |
Color Harmonies of #B0FEC5
Complementary color
Monochromatic Colors of #B0FEC5
Black with #B0FEC5
Text Example
Text Example
White with #B0FEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEC5; }
p { color: rgb(176,254,197); }
H1.HeaderClassName
{
color: #B0FEC5;
}
.AnyTagClassName
{
color: #B0FEC5;
}
</style>
background-color css
<style>
a { background-color: #B0FEC5; }
a { background-color: rgb(176,254,197); }
div.DivClassName
{
background-color: #B0FEC5;
}
.BgClassName
{
background-color: #B0FEC5;
}
</style>
border-color css
<style>
span { border-color: #B0FEC5; }
span { border-color: rgb(176,254,197); }
td.TdClassName
{
border-color: #B0FEC5;
}
.TagClassName
{
border-color: #B0FEC5;
}
</style>