Shades of Magic Mint #B0F7C9
Tints of Magic Mint #B0F7C9
RGB
CMYK
RGB Variations
Color information
#B0F7C9 (or 0xB0F7C9) is known color: Magic Mint. HEX triplet: B0, F7 and C9. RGB value is (176,247,201). Sum of RGB (Red+Green+Blue) = 176+247+201=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 247 (96.88% from 255 or 39.58% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 247 - color contains mainly: green. Hex color #B0F7C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0F7C9 is #4F0836. Grayscale: #DCDCDC. Windows color (decimal): -5179447 or 13236144. OLE color: 13236144.
HSL color Cylindrical-coordinate representation of color #B0F7C9: hue angle of 141.13º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0F7C9 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 176 | 247 | 201 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.03 |
| HSL | 141.13º | 0.82% | 0.83% | - |
| HSV(B) | 141.13º | 0.29% | 0.97% | - |
| XYZ | 61.71 | 79.97 | 67.44 | - |
| YUV | 220.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 247 | 201 | 0.29 | 0 | 0.19 | 0.03 | 141.13 | 0.82 | 0.83 |
| Hex | B0 | F7 | C9 | 1D | 0 | 13 | 3 | 8D | 52 | 53 |
| Octal | 260 | 367 | 311 | 35 | 0 | 23 | 3 | 215 | 122 | 123 |
| Binary | 10110000 | 11110111 | 11001001 | 11101 | 0 | 10011 | 11 | 10001101 | 1010010 | 1010011 |
Color Harmonies of #B0F7C9
Complementary color
Monochromatic Colors of #B0F7C9
Black with #B0F7C9
Text Example
Text Example
White with #B0F7C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F7C9; }
p { color: rgb(176,247,201); }
H1.HeaderClassName
{
color: #B0F7C9;
}
.AnyTagClassName
{
color: #B0F7C9;
}
</style>
background-color css
<style>
a { background-color: #B0F7C9; }
a { background-color: rgb(176,247,201); }
div.DivClassName
{
background-color: #B0F7C9;
}
.BgClassName
{
background-color: #B0F7C9;
}
</style>
border-color css
<style>
span { border-color: #B0F7C9; }
span { border-color: rgb(176,247,201); }
td.TdClassName
{
border-color: #B0F7C9;
}
.TagClassName
{
border-color: #B0F7C9;
}
</style>