Shades of Magic Mint #B2E2C9
Tints of Magic Mint #B2E2C9
RGB
CMYK
RGB Variations
Color information
#B2E2C9 (or 0xB2E2C9) is known color: Magic Mint. HEX triplet: B2, E2 and C9. RGB value is (178,226,201). Sum of RGB (Red+Green+Blue) = 178+226+201=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2E2C9 is #4D1D36. Grayscale: #D0D0D0. Windows color (decimal): -5053751 or 13230770. OLE color: 13230770.
HSL color Cylindrical-coordinate representation of color #B2E2C9: hue angle of 148.75º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2E2C9 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 178 | 226 | 201 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.11 |
| HSL | 148.75º | 0.45% | 0.79% | - |
| HSV(B) | 148.75º | 0.21% | 0.89% | - |
| XYZ | 56.1 | 68.07 | 65.44 | - |
| YUV | 208.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 226 | 201 | 0.21 | 0 | 0.11 | 0.11 | 148.75 | 0.45 | 0.79 |
| Hex | B2 | E2 | C9 | 15 | 0 | B | B | 95 | 2D | 4F |
| Octal | 262 | 342 | 311 | 25 | 0 | 13 | 13 | 225 | 55 | 117 |
| Binary | 10110010 | 11100010 | 11001001 | 10101 | 0 | 1011 | 1011 | 10010101 | 101101 | 1001111 |
Color Harmonies of #B2E2C9
Complementary color
Monochromatic Colors of #B2E2C9
Black with #B2E2C9
Text Example
Text Example
White with #B2E2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E2C9; }
p { color: rgb(178,226,201); }
H1.HeaderClassName
{
color: #B2E2C9;
}
.AnyTagClassName
{
color: #B2E2C9;
}
</style>
background-color css
<style>
a { background-color: #B2E2C9; }
a { background-color: rgb(178,226,201); }
div.DivClassName
{
background-color: #B2E2C9;
}
.BgClassName
{
background-color: #B2E2C9;
}
</style>
border-color css
<style>
span { border-color: #B2E2C9; }
span { border-color: rgb(178,226,201); }
td.TdClassName
{
border-color: #B2E2C9;
}
.TagClassName
{
border-color: #B2E2C9;
}
</style>