Shades of Magic Mint #B0FFC9
Tints of Magic Mint #B0FFC9
RGB
CMYK
RGB Variations
Color information
#B0FFC9 (or 0xB0FFC9) is known color: Magic Mint. HEX triplet: B0, FF and C9. RGB value is (176,255,201). Sum of RGB (Red+Green+Blue) = 176+255+201=632 (83% of max value = 765). Red value is 176 (69.14% from 255 or 27.85% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 201 (78.91% from 255 or 31.80% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFC9 is #4F0036. Grayscale: #E1E1E1. Windows color (decimal): -5177399 or 13238192. OLE color: 13238192.
HSL color Cylindrical-coordinate representation of color #B0FFC9: hue angle of 138.99º 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 #B0FFC9 is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 201 | - |
| CMYK | 0.31 | 0 | 0.21 | 0 |
| HSL | 138.99º | 1% | 0.85% | - |
| HSV(B) | 138.99º | 0.31% | 1% | - |
| XYZ | 64.21 | 84.97 | 68.27 | - |
| YUV | 225.22 | 114.33 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 201 | 0.31 | 0 | 0.21 | 0 | 138.99 | 1 | 0.85 |
| Hex | B0 | FF | C9 | 1F | 0 | 15 | 0 | 8B | 64 | 55 |
| Octal | 260 | 377 | 311 | 37 | 0 | 25 | 0 | 213 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11001001 | 11111 | 0 | 10101 | 0 | 10001011 | 1100100 | 1010101 |
Color Harmonies of #B0FFC9
Complementary color
Monochromatic Colors of #B0FFC9
Black with #B0FFC9
Text Example
Text Example
White with #B0FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFC9; }
p { color: rgb(176,255,201); }
H1.HeaderClassName
{
color: #B0FFC9;
}
.AnyTagClassName
{
color: #B0FFC9;
}
</style>
background-color css
<style>
a { background-color: #B0FFC9; }
a { background-color: rgb(176,255,201); }
div.DivClassName
{
background-color: #B0FFC9;
}
.BgClassName
{
background-color: #B0FFC9;
}
</style>
border-color css
<style>
span { border-color: #B0FFC9; }
span { border-color: rgb(176,255,201); }
td.TdClassName
{
border-color: #B0FFC9;
}
.TagClassName
{
border-color: #B0FFC9;
}
</style>