Shades of Magic Mint #B2FECA
Tints of Magic Mint #B2FECA
RGB
CMYK
RGB Variations
Color information
#B2FECA (or 0xB2FECA) is known color: Magic Mint. HEX triplet: B2, FE and CA. RGB value is (178,254,202). Sum of RGB (Red+Green+Blue) = 178+254+202=634 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.08% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 202 (79.30% from 255 or 31.86% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FECA is #4D0135. Grayscale: #E1E1E1. Windows color (decimal): -5046582 or 13303474. OLE color: 13303474.
HSL color Cylindrical-coordinate representation of color #B2FECA: hue angle of 138.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FECA is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 202 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.00 |
| HSL | 138.95º | 0.97% | 0.85% | - |
| HSV(B) | 138.95º | 0.3% | 1% | - |
| XYZ | 64.46 | 84.61 | 68.81 | - |
| YUV | 225.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 202 | 0.30 | 0 | 0.20 | 0.00 | 138.95 | 0.97 | 0.85 |
| Hex | B2 | FE | CA | 1E | 0 | 14 | 0 | 8B | 61 | 55 |
| Octal | 262 | 376 | 312 | 36 | 0 | 24 | 0 | 213 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11001010 | 11110 | 0 | 10100 | 0 | 10001011 | 1100001 | 1010101 |
Color Harmonies of #B2FECA
Complementary color
Monochromatic Colors of #B2FECA
Black with #B2FECA
Text Example
Text Example
White with #B2FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FECA; }
p { color: rgb(178,254,202); }
H1.HeaderClassName
{
color: #B2FECA;
}
.AnyTagClassName
{
color: #B2FECA;
}
</style>
background-color css
<style>
a { background-color: #B2FECA; }
a { background-color: rgb(178,254,202); }
div.DivClassName
{
background-color: #B2FECA;
}
.BgClassName
{
background-color: #B2FECA;
}
</style>
border-color css
<style>
span { border-color: #B2FECA; }
span { border-color: rgb(178,254,202); }
td.TdClassName
{
border-color: #B2FECA;
}
.TagClassName
{
border-color: #B2FECA;
}
</style>