Shades of Magic Mint #B2EFCE
Tints of Magic Mint #B2EFCE
RGB
CMYK
RGB Variations
Color information
#B2EFCE (or 0xB2EFCE) is known color: Magic Mint. HEX triplet: B2, EF and CE. RGB value is (178,239,206). Sum of RGB (Red+Green+Blue) = 178+239+206=623 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.57% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EFCE is #4D1031. Grayscale: #D9D9D9. Windows color (decimal): -5050418 or 13561778. OLE color: 13561778.
HSL color Cylindrical-coordinate representation of color #B2EFCE: hue angle of 147.54º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFCE is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 206 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.06 |
| HSL | 147.54º | 0.66% | 0.82% | - |
| HSV(B) | 147.54º | 0.26% | 0.94% | - |
| XYZ | 60.37 | 75.65 | 69.81 | - |
| YUV | 217 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 206 | 0.26 | 0 | 0.14 | 0.06 | 147.54 | 0.66 | 0.82 |
| Hex | B2 | EF | CE | 1A | 0 | E | 6 | 94 | 42 | 52 |
| Octal | 262 | 357 | 316 | 32 | 0 | 16 | 6 | 224 | 102 | 122 |
| Binary | 10110010 | 11101111 | 11001110 | 11010 | 0 | 1110 | 110 | 10010100 | 1000010 | 1010010 |
Color Harmonies of #B2EFCE
Complementary color
Monochromatic Colors of #B2EFCE
Black with #B2EFCE
Text Example
Text Example
White with #B2EFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFCE; }
p { color: rgb(178,239,206); }
H1.HeaderClassName
{
color: #B2EFCE;
}
.AnyTagClassName
{
color: #B2EFCE;
}
</style>
background-color css
<style>
a { background-color: #B2EFCE; }
a { background-color: rgb(178,239,206); }
div.DivClassName
{
background-color: #B2EFCE;
}
.BgClassName
{
background-color: #B2EFCE;
}
</style>
border-color css
<style>
span { border-color: #B2EFCE; }
span { border-color: rgb(178,239,206); }
td.TdClassName
{
border-color: #B2EFCE;
}
.TagClassName
{
border-color: #B2EFCE;
}
</style>