Shades of Magic Mint #B2F5CE
Tints of Magic Mint #B2F5CE
RGB
CMYK
RGB Variations
Color information
#B2F5CE (or 0xB2F5CE) is known color: Magic Mint. HEX triplet: B2, F5 and CE. RGB value is (178,245,206). Sum of RGB (Red+Green+Blue) = 178+245+206=629 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.30% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F5CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F5CE is #4D0A31. Grayscale: #DCDCDC. Windows color (decimal): -5048882 or 13563314. OLE color: 13563314.
HSL color Cylindrical-coordinate representation of color #B2F5CE: hue angle of 145.07º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F5CE is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 206 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.04 |
| HSL | 145.07º | 0.77% | 0.83% | - |
| HSV(B) | 145.07º | 0.27% | 0.96% | - |
| XYZ | 62.15 | 79.23 | 70.41 | - |
| YUV | 220.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 206 | 0.27 | 0 | 0.16 | 0.04 | 145.07 | 0.77 | 0.83 |
| Hex | B2 | F5 | CE | 1B | 0 | 10 | 4 | 91 | 4D | 53 |
| Octal | 262 | 365 | 316 | 33 | 0 | 20 | 4 | 221 | 115 | 123 |
| Binary | 10110010 | 11110101 | 11001110 | 11011 | 0 | 10000 | 100 | 10010001 | 1001101 | 1010011 |
Color Harmonies of #B2F5CE
Complementary color
Monochromatic Colors of #B2F5CE
Black with #B2F5CE
Text Example
Text Example
White with #B2F5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F5CE; }
p { color: rgb(178,245,206); }
H1.HeaderClassName
{
color: #B2F5CE;
}
.AnyTagClassName
{
color: #B2F5CE;
}
</style>
background-color css
<style>
a { background-color: #B2F5CE; }
a { background-color: rgb(178,245,206); }
div.DivClassName
{
background-color: #B2F5CE;
}
.BgClassName
{
background-color: #B2F5CE;
}
</style>
border-color css
<style>
span { border-color: #B2F5CE; }
span { border-color: rgb(178,245,206); }
td.TdClassName
{
border-color: #B2F5CE;
}
.TagClassName
{
border-color: #B2F5CE;
}
</style>