Shades of Magic Mint #B2EBD4
Tints of Magic Mint #B2EBD4
RGB
CMYK
RGB Variations
Color information
#B2EBD4 (or 0xB2EBD4) is known color: Magic Mint. HEX triplet: B2, EB and D4. RGB value is (178,235,212). Sum of RGB (Red+Green+Blue) = 178+235+212=625 (82% of max value = 765). Red value is 178 (69.92% from 255 or 28.48% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBD4 is #4D142B. Grayscale: #D7D7D7. Windows color (decimal): -5051436 or 13953970. OLE color: 13953970.
HSL color Cylindrical-coordinate representation of color #B2EBD4: hue angle of 155.79º 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 #B2EBD4 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 178 | 235 | 212 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.08 |
| HSL | 155.79º | 0.59% | 0.81% | - |
| HSV(B) | 155.79º | 0.24% | 0.92% | - |
| XYZ | 59.95 | 73.64 | 73.34 | - |
| YUV | 215.34 | 126.12 | 101.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 212 | 0.24 | 0 | 0.10 | 0.08 | 155.79 | 0.59 | 0.81 |
| Hex | B2 | EB | D4 | 18 | 0 | A | 8 | 9C | 3B | 51 |
| Octal | 262 | 353 | 324 | 30 | 0 | 12 | 10 | 234 | 73 | 121 |
| Binary | 10110010 | 11101011 | 11010100 | 11000 | 0 | 1010 | 1000 | 10011100 | 111011 | 1010001 |
Color Harmonies of #B2EBD4
Complementary color
Monochromatic Colors of #B2EBD4
Black with #B2EBD4
Text Example
Text Example
White with #B2EBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBD4; }
p { color: rgb(178,235,212); }
H1.HeaderClassName
{
color: #B2EBD4;
}
.AnyTagClassName
{
color: #B2EBD4;
}
</style>
background-color css
<style>
a { background-color: #B2EBD4; }
a { background-color: rgb(178,235,212); }
div.DivClassName
{
background-color: #B2EBD4;
}
.BgClassName
{
background-color: #B2EBD4;
}
</style>
border-color css
<style>
span { border-color: #B2EBD4; }
span { border-color: rgb(178,235,212); }
td.TdClassName
{
border-color: #B2EBD4;
}
.TagClassName
{
border-color: #B2EBD4;
}
</style>