Shades of Magic Mint #B2F0CE
Tints of Magic Mint #B2F0CE
RGB
CMYK
RGB Variations
Color information
#B2F0CE (or 0xB2F0CE) is known color: Magic Mint. HEX triplet: B2, F0 and CE. RGB value is (178,240,206). Sum of RGB (Red+Green+Blue) = 178+240+206=624 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.53% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F0CE is #4D0F31. Grayscale: #D9D9D9. Windows color (decimal): -5050162 or 13562034. OLE color: 13562034.
HSL color Cylindrical-coordinate representation of color #B2F0CE: hue angle of 147.1º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2F0CE is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 206 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.06 |
| HSL | 147.1º | 0.67% | 0.82% | - |
| HSV(B) | 147.1º | 0.26% | 0.94% | - |
| XYZ | 60.66 | 76.24 | 69.91 | - |
| YUV | 217.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 206 | 0.26 | 0 | 0.14 | 0.06 | 147.1 | 0.67 | 0.82 |
| Hex | B2 | F0 | CE | 1A | 0 | E | 6 | 93 | 43 | 52 |
| Octal | 262 | 360 | 316 | 32 | 0 | 16 | 6 | 223 | 103 | 122 |
| Binary | 10110010 | 11110000 | 11001110 | 11010 | 0 | 1110 | 110 | 10010011 | 1000011 | 1010010 |
Color Harmonies of #B2F0CE
Complementary color
Monochromatic Colors of #B2F0CE
Black with #B2F0CE
Text Example
Text Example
White with #B2F0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F0CE; }
p { color: rgb(178,240,206); }
H1.HeaderClassName
{
color: #B2F0CE;
}
.AnyTagClassName
{
color: #B2F0CE;
}
</style>
background-color css
<style>
a { background-color: #B2F0CE; }
a { background-color: rgb(178,240,206); }
div.DivClassName
{
background-color: #B2F0CE;
}
.BgClassName
{
background-color: #B2F0CE;
}
</style>
border-color css
<style>
span { border-color: #B2F0CE; }
span { border-color: rgb(178,240,206); }
td.TdClassName
{
border-color: #B2F0CE;
}
.TagClassName
{
border-color: #B2F0CE;
}
</style>