Shades of Magic Mint #B2EBCD
Tints of Magic Mint #B2EBCD
RGB
CMYK
RGB Variations
Color information
#B2EBCD (or 0xB2EBCD) is known color: Magic Mint. HEX triplet: B2, EB and CD. RGB value is (178,235,205). Sum of RGB (Red+Green+Blue) = 178+235+205=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBCD is #4D1432. Grayscale: #D6D6D6. Windows color (decimal): -5051443 or 13495218. OLE color: 13495218.
HSL color Cylindrical-coordinate representation of color #B2EBCD: hue angle of 148.42º 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 #B2EBCD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 205 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.08 |
| HSL | 148.42º | 0.59% | 0.81% | - |
| HSV(B) | 148.42º | 0.24% | 0.92% | - |
| XYZ | 59.09 | 73.29 | 68.79 | - |
| YUV | 214.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 205 | 0.24 | 0 | 0.13 | 0.08 | 148.42 | 0.59 | 0.81 |
| Hex | B2 | EB | CD | 18 | 0 | D | 8 | 94 | 3B | 51 |
| Octal | 262 | 353 | 315 | 30 | 0 | 15 | 10 | 224 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11001101 | 11000 | 0 | 1101 | 1000 | 10010100 | 111011 | 1010001 |
Color Harmonies of #B2EBCD
Complementary color
Monochromatic Colors of #B2EBCD
Black with #B2EBCD
Text Example
Text Example
White with #B2EBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBCD; }
p { color: rgb(178,235,205); }
H1.HeaderClassName
{
color: #B2EBCD;
}
.AnyTagClassName
{
color: #B2EBCD;
}
</style>
background-color css
<style>
a { background-color: #B2EBCD; }
a { background-color: rgb(178,235,205); }
div.DivClassName
{
background-color: #B2EBCD;
}
.BgClassName
{
background-color: #B2EBCD;
}
</style>
border-color css
<style>
span { border-color: #B2EBCD; }
span { border-color: rgb(178,235,205); }
td.TdClassName
{
border-color: #B2EBCD;
}
.TagClassName
{
border-color: #B2EBCD;
}
</style>