Shades of Magic Mint #B2E9D0
Tints of Magic Mint #B2E9D0
RGB
CMYK
RGB Variations
Color information
#B2E9D0 (or 0xB2E9D0) is known color: Magic Mint. HEX triplet: B2, E9 and D0. RGB value is (178,233,208). Sum of RGB (Red+Green+Blue) = 178+233+208=619 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.76% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 208 (81.64% from 255 or 33.60% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E9D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2E9D0 is #4D162F. Grayscale: #D5D5D5. Windows color (decimal): -5051952 or 13691314. OLE color: 13691314.
HSL color Cylindrical-coordinate representation of color #B2E9D0: hue angle of 152.73º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2E9D0 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 208 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.09 |
| HSL | 152.73º | 0.56% | 0.81% | - |
| HSV(B) | 152.73º | 0.24% | 0.91% | - |
| XYZ | 58.88 | 72.3 | 70.53 | - |
| YUV | 213.71 | 124.78 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 208 | 0.24 | 0 | 0.11 | 0.09 | 152.73 | 0.56 | 0.81 |
| Hex | B2 | E9 | D0 | 18 | 0 | B | 9 | 99 | 38 | 51 |
| Octal | 262 | 351 | 320 | 30 | 0 | 13 | 11 | 231 | 70 | 121 |
| Binary | 10110010 | 11101001 | 11010000 | 11000 | 0 | 1011 | 1001 | 10011001 | 111000 | 1010001 |
Color Harmonies of #B2E9D0
Complementary color
Monochromatic Colors of #B2E9D0
Black with #B2E9D0
Text Example
Text Example
White with #B2E9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E9D0; }
p { color: rgb(178,233,208); }
H1.HeaderClassName
{
color: #B2E9D0;
}
.AnyTagClassName
{
color: #B2E9D0;
}
</style>
background-color css
<style>
a { background-color: #B2E9D0; }
a { background-color: rgb(178,233,208); }
div.DivClassName
{
background-color: #B2E9D0;
}
.BgClassName
{
background-color: #B2E9D0;
}
</style>
border-color css
<style>
span { border-color: #B2E9D0; }
span { border-color: rgb(178,233,208); }
td.TdClassName
{
border-color: #B2E9D0;
}
.TagClassName
{
border-color: #B2E9D0;
}
</style>