Shades of Magic Mint #B2E7CC
Tints of Magic Mint #B2E7CC
RGB
CMYK
RGB Variations
Color information
#B2E7CC (or 0xB2E7CC) is known color: Magic Mint. HEX triplet: B2, E7 and CC. RGB value is (178,231,204). Sum of RGB (Red+Green+Blue) = 178+231+204=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E7CC is #4D1833. Grayscale: #D4D4D4. Windows color (decimal): -5052468 or 13428658. OLE color: 13428658.
HSL color Cylindrical-coordinate representation of color #B2E7CC: hue angle of 149.43º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B2E7CC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 204 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.09 |
| HSL | 149.43º | 0.52% | 0.8% | - |
| HSV(B) | 149.43º | 0.23% | 0.91% | - |
| XYZ | 57.84 | 70.98 | 67.78 | - |
| YUV | 212.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 204 | 0.23 | 0 | 0.12 | 0.09 | 149.43 | 0.52 | 0.8 |
| Hex | B2 | E7 | CC | 17 | 0 | C | 9 | 95 | 34 | 50 |
| Octal | 262 | 347 | 314 | 27 | 0 | 14 | 11 | 225 | 64 | 120 |
| Binary | 10110010 | 11100111 | 11001100 | 10111 | 0 | 1100 | 1001 | 10010101 | 110100 | 1010000 |
Color Harmonies of #B2E7CC
Complementary color
Monochromatic Colors of #B2E7CC
Black with #B2E7CC
Text Example
Text Example
White with #B2E7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E7CC; }
p { color: rgb(178,231,204); }
H1.HeaderClassName
{
color: #B2E7CC;
}
.AnyTagClassName
{
color: #B2E7CC;
}
</style>
background-color css
<style>
a { background-color: #B2E7CC; }
a { background-color: rgb(178,231,204); }
div.DivClassName
{
background-color: #B2E7CC;
}
.BgClassName
{
background-color: #B2E7CC;
}
</style>
border-color css
<style>
span { border-color: #B2E7CC; }
span { border-color: rgb(178,231,204); }
td.TdClassName
{
border-color: #B2E7CC;
}
.TagClassName
{
border-color: #B2E7CC;
}
</style>