Shades of Magic Mint #B0FFC5
Tints of Magic Mint #B0FFC5
RGB
CMYK
RGB Variations
Color information
#B0FFC5 (or 0xB0FFC5) is known color: Magic Mint. HEX triplet: B0, FF and C5. RGB value is (176,255,197). Sum of RGB (Red+Green+Blue) = 176+255+197=628 (83% of max value = 765). Red value is 176 (69.14% from 255 or 28.03% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 197 (77.34% from 255 or 31.37% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFC5 is #4F003A. Grayscale: #E0E0E0. Windows color (decimal): -5177403 or 12976048. OLE color: 12976048.
HSL color Cylindrical-coordinate representation of color #B0FFC5: hue angle of 135.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFC5 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 197 | - |
| CMYK | 0.31 | 0 | 0.23 | 0 |
| HSL | 135.95º | 1% | 0.85% | - |
| HSV(B) | 135.95º | 0.31% | 1% | - |
| XYZ | 63.74 | 84.78 | 65.83 | - |
| YUV | 224.77 | 112.33 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 197 | 0.31 | 0 | 0.23 | 0 | 135.95 | 1 | 0.85 |
| Hex | B0 | FF | C5 | 1F | 0 | 17 | 0 | 88 | 64 | 55 |
| Octal | 260 | 377 | 305 | 37 | 0 | 27 | 0 | 210 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11000101 | 11111 | 0 | 10111 | 0 | 10001000 | 1100100 | 1010101 |
Color Harmonies of #B0FFC5
Complementary color
Monochromatic Colors of #B0FFC5
Black with #B0FFC5
Text Example
Text Example
White with #B0FFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFC5; }
p { color: rgb(176,255,197); }
H1.HeaderClassName
{
color: #B0FFC5;
}
.AnyTagClassName
{
color: #B0FFC5;
}
</style>
background-color css
<style>
a { background-color: #B0FFC5; }
a { background-color: rgb(176,255,197); }
div.DivClassName
{
background-color: #B0FFC5;
}
.BgClassName
{
background-color: #B0FFC5;
}
</style>
border-color css
<style>
span { border-color: #B0FFC5; }
span { border-color: rgb(176,255,197); }
td.TdClassName
{
border-color: #B0FFC5;
}
.TagClassName
{
border-color: #B0FFC5;
}
</style>