Shades of Magic Mint #B0F0C6
Tints of Magic Mint #B0F0C6
RGB
CMYK
RGB Variations
Color information
#B0F0C6 (or 0xB0F0C6) is known color: Magic Mint. HEX triplet: B0, F0 and C6. RGB value is (176,240,198). Sum of RGB (Red+Green+Blue) = 176+240+198=614 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.66% from 614); Green value is 240 (94.14% from 255 or 39.09% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F0C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F0C6 is #4F0F39. Grayscale: #D8D8D8. Windows color (decimal): -5181242 or 13037744. OLE color: 13037744.
HSL color Cylindrical-coordinate representation of color #B0F0C6: hue angle of 140.62º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0F0C6 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 198 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.06 |
| HSL | 140.63º | 0.68% | 0.82% | - |
| HSV(B) | 140.63º | 0.27% | 0.94% | - |
| XYZ | 59.26 | 75.63 | 64.9 | - |
| YUV | 216.08 | 117.8 | 99.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 198 | 0.27 | 0 | 0.18 | 0.06 | 140.63 | 0.68 | 0.82 |
| Hex | B0 | F0 | C6 | 1B | 0 | 12 | 6 | 8D | 44 | 52 |
| Octal | 260 | 360 | 306 | 33 | 0 | 22 | 6 | 215 | 104 | 122 |
| Binary | 10110000 | 11110000 | 11000110 | 11011 | 0 | 10010 | 110 | 10001101 | 1000100 | 1010010 |
Color Harmonies of #B0F0C6
Complementary color
Monochromatic Colors of #B0F0C6
Black with #B0F0C6
Text Example
Text Example
White with #B0F0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F0C6; }
p { color: rgb(176,240,198); }
H1.HeaderClassName
{
color: #B0F0C6;
}
.AnyTagClassName
{
color: #B0F0C6;
}
</style>
background-color css
<style>
a { background-color: #B0F0C6; }
a { background-color: rgb(176,240,198); }
div.DivClassName
{
background-color: #B0F0C6;
}
.BgClassName
{
background-color: #B0F0C6;
}
</style>
border-color css
<style>
span { border-color: #B0F0C6; }
span { border-color: rgb(176,240,198); }
td.TdClassName
{
border-color: #B0F0C6;
}
.TagClassName
{
border-color: #B0F0C6;
}
</style>