Shades of Magic Mint #B2FFDB
Tints of Magic Mint #B2FFDB
RGB
CMYK
RGB Variations
Color information
#B2FFDB (or 0xB2FFDB) is known color: Magic Mint. HEX triplet: B2, FF and DB. RGB value is (178,255,219). Sum of RGB (Red+Green+Blue) = 178+255+219=652 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.30% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 219 (85.94% from 255 or 33.59% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFDB is #4D0024. Grayscale: #E3E3E3. Windows color (decimal): -5046309 or 14417842. OLE color: 14417842.
HSL color Cylindrical-coordinate representation of color #B2FFDB: hue angle of 151.95º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FFDB is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 219 | - |
| CMYK | 0.30 | 0 | 0.14 | 0 |
| HSL | 151.95º | 1% | 0.85% | - |
| HSV(B) | 151.95º | 0.3% | 1% | - |
| XYZ | 66.91 | 86.1 | 80.11 | - |
| YUV | 227.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 219 | 0.30 | 0 | 0.14 | 0 | 151.95 | 1 | 0.85 |
| Hex | B2 | FF | DB | 1E | 0 | E | 0 | 98 | 64 | 55 |
| Octal | 262 | 377 | 333 | 36 | 0 | 16 | 0 | 230 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11011011 | 11110 | 0 | 1110 | 0 | 10011000 | 1100100 | 1010101 |
Color Harmonies of #B2FFDB
Complementary color
Monochromatic Colors of #B2FFDB
Black with #B2FFDB
Text Example
Text Example
White with #B2FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFDB; }
p { color: rgb(178,255,219); }
H1.HeaderClassName
{
color: #B2FFDB;
}
.AnyTagClassName
{
color: #B2FFDB;
}
</style>
background-color css
<style>
a { background-color: #B2FFDB; }
a { background-color: rgb(178,255,219); }
div.DivClassName
{
background-color: #B2FFDB;
}
.BgClassName
{
background-color: #B2FFDB;
}
</style>
border-color css
<style>
span { border-color: #B2FFDB; }
span { border-color: rgb(178,255,219); }
td.TdClassName
{
border-color: #B2FFDB;
}
.TagClassName
{
border-color: #B2FFDB;
}
</style>