Shades of Magic Mint #B0FCDB
Tints of Magic Mint #B0FCDB
RGB
CMYK
RGB Variations
Color information
#B0FCDB (or 0xB0FCDB) is known color: Magic Mint. HEX triplet: B0, FC and DB. RGB value is (176,252,219). Sum of RGB (Red+Green+Blue) = 176+252+219=647 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.20% from 647); Green value is 252 (98.83% from 255 or 38.95% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FCDB is #4F0324. Grayscale: #E1E1E1. Windows color (decimal): -5178149 or 14417072. OLE color: 14417072.
HSL color Cylindrical-coordinate representation of color #B0FCDB: hue angle of 153.95º 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 #B0FCDB is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 219 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.01 |
| HSL | 153.95º | 0.93% | 0.84% | - |
| HSV(B) | 153.95º | 0.3% | 0.99% | - |
| XYZ | 65.5 | 83.97 | 79.77 | - |
| YUV | 225.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 219 | 0.30 | 0 | 0.13 | 0.01 | 153.95 | 0.93 | 0.84 |
| Hex | B0 | FC | DB | 1E | 0 | D | 1 | 9A | 5D | 54 |
| Octal | 260 | 374 | 333 | 36 | 0 | 15 | 1 | 232 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11011011 | 11110 | 0 | 1101 | 1 | 10011010 | 1011101 | 1010100 |
Color Harmonies of #B0FCDB
Complementary color
Monochromatic Colors of #B0FCDB
Black with #B0FCDB
Text Example
Text Example
White with #B0FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCDB; }
p { color: rgb(176,252,219); }
H1.HeaderClassName
{
color: #B0FCDB;
}
.AnyTagClassName
{
color: #B0FCDB;
}
</style>
background-color css
<style>
a { background-color: #B0FCDB; }
a { background-color: rgb(176,252,219); }
div.DivClassName
{
background-color: #B0FCDB;
}
.BgClassName
{
background-color: #B0FCDB;
}
</style>
border-color css
<style>
span { border-color: #B0FCDB; }
span { border-color: rgb(176,252,219); }
td.TdClassName
{
border-color: #B0FCDB;
}
.TagClassName
{
border-color: #B0FCDB;
}
</style>