Shades of Magic Mint #B2E4C7
Tints of Magic Mint #B2E4C7
RGB
CMYK
RGB Variations
Color information
#B2E4C7 (or 0xB2E4C7) is known color: Magic Mint. HEX triplet: B2, E4 and C7. RGB value is (178,228,199). Sum of RGB (Red+Green+Blue) = 178+228+199=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #B2E4C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E4C7 is #4D1B38. Grayscale: #D1D1D1. Windows color (decimal): -5053241 or 13100210. OLE color: 13100210.
HSL color Cylindrical-coordinate representation of color #B2E4C7: hue angle of 145.2º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2E4C7 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 228 | 199 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.11 |
| HSL | 145.2º | 0.48% | 0.8% | - |
| HSV(B) | 145.2º | 0.22% | 0.89% | - |
| XYZ | 56.41 | 69.08 | 64.39 | - |
| YUV | 209.74 | 121.94 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 228 | 199 | 0.22 | 0 | 0.13 | 0.11 | 145.2 | 0.48 | 0.8 |
| Hex | B2 | E4 | C7 | 16 | 0 | D | B | 91 | 30 | 50 |
| Octal | 262 | 344 | 307 | 26 | 0 | 15 | 13 | 221 | 60 | 120 |
| Binary | 10110010 | 11100100 | 11000111 | 10110 | 0 | 1101 | 1011 | 10010001 | 110000 | 1010000 |
Color Harmonies of #B2E4C7
Complementary color
Monochromatic Colors of #B2E4C7
Black with #B2E4C7
Text Example
Text Example
White with #B2E4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E4C7; }
p { color: rgb(178,228,199); }
H1.HeaderClassName
{
color: #B2E4C7;
}
.AnyTagClassName
{
color: #B2E4C7;
}
</style>
background-color css
<style>
a { background-color: #B2E4C7; }
a { background-color: rgb(178,228,199); }
div.DivClassName
{
background-color: #B2E4C7;
}
.BgClassName
{
background-color: #B2E4C7;
}
</style>
border-color css
<style>
span { border-color: #B2E4C7; }
span { border-color: rgb(178,228,199); }
td.TdClassName
{
border-color: #B2E4C7;
}
.TagClassName
{
border-color: #B2E4C7;
}
</style>