Shades of Magic Mint #B2FCC9
Tints of Magic Mint #B2FCC9
RGB
CMYK
RGB Variations
Color information
#B2FCC9 (or 0xB2FCC9) is known color: Magic Mint. HEX triplet: B2, FC and C9. RGB value is (178,252,201). Sum of RGB (Red+Green+Blue) = 178+252+201=631 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.21% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 201 (78.91% from 255 or 31.85% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FCC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FCC9 is #4D0336. Grayscale: #E0E0E0. Windows color (decimal): -5047095 or 13237426. OLE color: 13237426.
HSL color Cylindrical-coordinate representation of color #B2FCC9: hue angle of 138.65º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2FCC9 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 201 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.01 |
| HSL | 138.65º | 0.93% | 0.84% | - |
| HSV(B) | 138.65º | 0.29% | 0.99% | - |
| XYZ | 63.71 | 83.3 | 67.98 | - |
| YUV | 224.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 201 | 0.29 | 0 | 0.20 | 0.01 | 138.65 | 0.93 | 0.84 |
| Hex | B2 | FC | C9 | 1D | 0 | 14 | 1 | 8B | 5C | 54 |
| Octal | 262 | 374 | 311 | 35 | 0 | 24 | 1 | 213 | 134 | 124 |
| Binary | 10110010 | 11111100 | 11001001 | 11101 | 0 | 10100 | 1 | 10001011 | 1011100 | 1010100 |
Color Harmonies of #B2FCC9
Complementary color
Monochromatic Colors of #B2FCC9
Black with #B2FCC9
Text Example
Text Example
White with #B2FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FCC9; }
p { color: rgb(178,252,201); }
H1.HeaderClassName
{
color: #B2FCC9;
}
.AnyTagClassName
{
color: #B2FCC9;
}
</style>
background-color css
<style>
a { background-color: #B2FCC9; }
a { background-color: rgb(178,252,201); }
div.DivClassName
{
background-color: #B2FCC9;
}
.BgClassName
{
background-color: #B2FCC9;
}
</style>
border-color css
<style>
span { border-color: #B2FCC9; }
span { border-color: rgb(178,252,201); }
td.TdClassName
{
border-color: #B2FCC9;
}
.TagClassName
{
border-color: #B2FCC9;
}
</style>