Shades of Magic Mint #B2FFDF
Tints of Magic Mint #B2FFDF
RGB
CMYK
RGB Variations
Color information
#B2FFDF (or 0xB2FFDF) is known color: Magic Mint. HEX triplet: B2, FF and DF. RGB value is (178,255,223). Sum of RGB (Red+Green+Blue) = 178+255+223=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 223 (87.5% from 255 or 33.99% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFDF is #4D0020. Grayscale: #E4E4E4. Windows color (decimal): -5046305 or 14679986. OLE color: 14679986.
HSL color Cylindrical-coordinate representation of color #B2FFDF: hue angle of 155.06º 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 #B2FFDF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 223 | - |
| CMYK | 0.30 | 0 | 0.13 | 0 |
| HSL | 155.06º | 1% | 0.85% | - |
| HSV(B) | 155.06º | 0.3% | 1% | - |
| XYZ | 67.44 | 86.31 | 82.92 | - |
| YUV | 228.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 223 | 0.30 | 0 | 0.13 | 0 | 155.06 | 1 | 0.85 |
| Hex | B2 | FF | DF | 1E | 0 | D | 0 | 9B | 64 | 55 |
| Octal | 262 | 377 | 337 | 36 | 0 | 15 | 0 | 233 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11011111 | 11110 | 0 | 1101 | 0 | 10011011 | 1100100 | 1010101 |
Color Harmonies of #B2FFDF
Complementary color
Monochromatic Colors of #B2FFDF
Black with #B2FFDF
Text Example
Text Example
White with #B2FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFDF; }
p { color: rgb(178,255,223); }
H1.HeaderClassName
{
color: #B2FFDF;
}
.AnyTagClassName
{
color: #B2FFDF;
}
</style>
background-color css
<style>
a { background-color: #B2FFDF; }
a { background-color: rgb(178,255,223); }
div.DivClassName
{
background-color: #B2FFDF;
}
.BgClassName
{
background-color: #B2FFDF;
}
</style>
border-color css
<style>
span { border-color: #B2FFDF; }
span { border-color: rgb(178,255,223); }
td.TdClassName
{
border-color: #B2FFDF;
}
.TagClassName
{
border-color: #B2FFDF;
}
</style>