Shades of Magic Mint #B0FCD0
Tints of Magic Mint #B0FCD0
RGB
CMYK
RGB Variations
Color information
#B0FCD0 (or 0xB0FCD0) is known color: Magic Mint. HEX triplet: B0, FC and D0. RGB value is (176,252,208). Sum of RGB (Red+Green+Blue) = 176+252+208=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 208 (81.64% from 255 or 32.70% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCD0 is #4F032F. Grayscale: #E0E0E0. Windows color (decimal): -5178160 or 13696176. OLE color: 13696176.
HSL color Cylindrical-coordinate representation of color #B0FCD0: hue angle of 145.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FCD0 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 208 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.01 |
| HSL | 145.26º | 0.93% | 0.84% | - |
| HSV(B) | 145.26º | 0.3% | 0.99% | - |
| XYZ | 64.1 | 83.4 | 72.39 | - |
| YUV | 224.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 208 | 0.30 | 0 | 0.17 | 0.01 | 145.26 | 0.93 | 0.84 |
| Hex | B0 | FC | D0 | 1E | 0 | 11 | 1 | 91 | 5D | 54 |
| Octal | 260 | 374 | 320 | 36 | 0 | 21 | 1 | 221 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11010000 | 11110 | 0 | 10001 | 1 | 10010001 | 1011101 | 1010100 |
Color Harmonies of #B0FCD0
Complementary color
Monochromatic Colors of #B0FCD0
Black with #B0FCD0
Text Example
Text Example
White with #B0FCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCD0; }
p { color: rgb(176,252,208); }
H1.HeaderClassName
{
color: #B0FCD0;
}
.AnyTagClassName
{
color: #B0FCD0;
}
</style>
background-color css
<style>
a { background-color: #B0FCD0; }
a { background-color: rgb(176,252,208); }
div.DivClassName
{
background-color: #B0FCD0;
}
.BgClassName
{
background-color: #B0FCD0;
}
</style>
border-color css
<style>
span { border-color: #B0FCD0; }
span { border-color: rgb(176,252,208); }
td.TdClassName
{
border-color: #B0FCD0;
}
.TagClassName
{
border-color: #B0FCD0;
}
</style>