Shades of Magic Mint #B2FBDB
Tints of Magic Mint #B2FBDB
RGB
CMYK
RGB Variations
Color information
#B2FBDB (or 0xB2FBDB) is known color: Magic Mint. HEX triplet: B2, FB and DB. RGB value is (178,251,219). Sum of RGB (Red+Green+Blue) = 178+251+219=648 (85% of max value = 765). Red value is 178 (69.92% from 255 or 27.47% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FBDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FBDB is #4D0424. Grayscale: #E1E1E1. Windows color (decimal): -5047333 or 14416818. OLE color: 14416818.
HSL color Cylindrical-coordinate representation of color #B2FBDB: hue angle of 153.7º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FBDB is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 251 | 219 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.02 |
| HSL | 153.7º | 0.9% | 0.84% | - |
| HSV(B) | 153.7º | 0.29% | 0.98% | - |
| XYZ | 65.64 | 83.57 | 79.69 | - |
| YUV | 225.53 | 124.32 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 251 | 219 | 0.29 | 0 | 0.13 | 0.02 | 153.7 | 0.9 | 0.84 |
| Hex | B2 | FB | DB | 1D | 0 | D | 2 | 9A | 5A | 54 |
| Octal | 262 | 373 | 333 | 35 | 0 | 15 | 2 | 232 | 132 | 124 |
| Binary | 10110010 | 11111011 | 11011011 | 11101 | 0 | 1101 | 10 | 10011010 | 1011010 | 1010100 |
Color Harmonies of #B2FBDB
Complementary color
Monochromatic Colors of #B2FBDB
Black with #B2FBDB
Text Example
Text Example
White with #B2FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FBDB; }
p { color: rgb(178,251,219); }
H1.HeaderClassName
{
color: #B2FBDB;
}
.AnyTagClassName
{
color: #B2FBDB;
}
</style>
background-color css
<style>
a { background-color: #B2FBDB; }
a { background-color: rgb(178,251,219); }
div.DivClassName
{
background-color: #B2FBDB;
}
.BgClassName
{
background-color: #B2FBDB;
}
</style>
border-color css
<style>
span { border-color: #B2FBDB; }
span { border-color: rgb(178,251,219); }
td.TdClassName
{
border-color: #B2FBDB;
}
.TagClassName
{
border-color: #B2FBDB;
}
</style>