Shades of Magic Mint #B2EBC8
Tints of Magic Mint #B2EBC8
RGB
CMYK
RGB Variations
Color information
#B2EBC8 (or 0xB2EBC8) is known color: Magic Mint. HEX triplet: B2, EB and C8. RGB value is (178,235,200). Sum of RGB (Red+Green+Blue) = 178+235+200=613 (81% of max value = 765). Red value is 178 (69.92% from 255 or 29.04% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBC8 is #4D1437. Grayscale: #D6D6D6. Windows color (decimal): -5051448 or 13167538. OLE color: 13167538.
HSL color Cylindrical-coordinate representation of color #B2EBC8: hue angle of 143.16º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBC8 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 200 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.08 |
| HSL | 143.16º | 0.59% | 0.81% | - |
| HSV(B) | 143.16º | 0.24% | 0.92% | - |
| XYZ | 58.49 | 73.05 | 65.66 | - |
| YUV | 213.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 200 | 0.24 | 0 | 0.15 | 0.08 | 143.16 | 0.59 | 0.81 |
| Hex | B2 | EB | C8 | 18 | 0 | F | 8 | 8F | 3B | 51 |
| Octal | 262 | 353 | 310 | 30 | 0 | 17 | 10 | 217 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11001000 | 11000 | 0 | 1111 | 1000 | 10001111 | 111011 | 1010001 |
Color Harmonies of #B2EBC8
Complementary color
Monochromatic Colors of #B2EBC8
Black with #B2EBC8
Text Example
Text Example
White with #B2EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBC8; }
p { color: rgb(178,235,200); }
H1.HeaderClassName
{
color: #B2EBC8;
}
.AnyTagClassName
{
color: #B2EBC8;
}
</style>
background-color css
<style>
a { background-color: #B2EBC8; }
a { background-color: rgb(178,235,200); }
div.DivClassName
{
background-color: #B2EBC8;
}
.BgClassName
{
background-color: #B2EBC8;
}
</style>
border-color css
<style>
span { border-color: #B2EBC8; }
span { border-color: rgb(178,235,200); }
td.TdClassName
{
border-color: #B2EBC8;
}
.TagClassName
{
border-color: #B2EBC8;
}
</style>