Shades of Magic Mint #B2FFCF
Tints of Magic Mint #B2FFCF
RGB
CMYK
RGB Variations
Color information
#B2FFCF (or 0xB2FFCF) is known color: Magic Mint. HEX triplet: B2, FF and CF. RGB value is (178,255,207). Sum of RGB (Red+Green+Blue) = 178+255+207=640 (84% of max value = 765). Red value is 178 (69.92% from 255 or 27.81% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FFCF is #4D0030. Grayscale: #E2E2E2. Windows color (decimal): -5046321 or 13631410. OLE color: 13631410.
HSL color Cylindrical-coordinate representation of color #B2FFCF: hue angle of 142.6º 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 #B2FFCF is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 207 | - |
| CMYK | 0.30 | 0 | 0.19 | 0 |
| HSL | 142.6º | 1% | 0.85% | - |
| HSV(B) | 142.6º | 0.3% | 1% | - |
| XYZ | 65.38 | 85.49 | 72.09 | - |
| YUV | 226.51 | 116.99 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 207 | 0.30 | 0 | 0.19 | 0 | 142.6 | 1 | 0.85 |
| Hex | B2 | FF | CF | 1E | 0 | 13 | 0 | 8F | 64 | 55 |
| Octal | 262 | 377 | 317 | 36 | 0 | 23 | 0 | 217 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11001111 | 11110 | 0 | 10011 | 0 | 10001111 | 1100100 | 1010101 |
Color Harmonies of #B2FFCF
Complementary color
Monochromatic Colors of #B2FFCF
Black with #B2FFCF
Text Example
Text Example
White with #B2FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFCF; }
p { color: rgb(178,255,207); }
H1.HeaderClassName
{
color: #B2FFCF;
}
.AnyTagClassName
{
color: #B2FFCF;
}
</style>
background-color css
<style>
a { background-color: #B2FFCF; }
a { background-color: rgb(178,255,207); }
div.DivClassName
{
background-color: #B2FFCF;
}
.BgClassName
{
background-color: #B2FFCF;
}
</style>
border-color css
<style>
span { border-color: #B2FFCF; }
span { border-color: rgb(178,255,207); }
td.TdClassName
{
border-color: #B2FFCF;
}
.TagClassName
{
border-color: #B2FFCF;
}
</style>