Shades of Magic Mint #B2ECD6
Tints of Magic Mint #B2ECD6
RGB
CMYK
RGB Variations
Color information
#B2ECD6 (or 0xB2ECD6) is known color: Magic Mint. HEX triplet: B2, EC and D6. RGB value is (178,236,214). Sum of RGB (Red+Green+Blue) = 178+236+214=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 214 (83.98% from 255 or 34.08% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #B2ECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2ECD6 is #4D1329. Grayscale: #D8D8D8. Windows color (decimal): -5051178 or 14085298. OLE color: 14085298.
HSL color Cylindrical-coordinate representation of color #B2ECD6: hue angle of 157.24º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2ECD6 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 236 | 214 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.07 |
| HSL | 157.24º | 0.6% | 0.81% | - |
| HSV(B) | 157.24º | 0.25% | 0.93% | - |
| XYZ | 60.49 | 74.31 | 74.77 | - |
| YUV | 216.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 236 | 214 | 0.25 | 0 | 0.09 | 0.07 | 157.24 | 0.6 | 0.81 |
| Hex | B2 | EC | D6 | 19 | 0 | 9 | 7 | 9D | 3C | 51 |
| Octal | 262 | 354 | 326 | 31 | 0 | 11 | 7 | 235 | 74 | 121 |
| Binary | 10110010 | 11101100 | 11010110 | 11001 | 0 | 1001 | 111 | 10011101 | 111100 | 1010001 |
Color Harmonies of #B2ECD6
Complementary color
Monochromatic Colors of #B2ECD6
Black with #B2ECD6
Text Example
Text Example
White with #B2ECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ECD6; }
p { color: rgb(178,236,214); }
H1.HeaderClassName
{
color: #B2ECD6;
}
.AnyTagClassName
{
color: #B2ECD6;
}
</style>
background-color css
<style>
a { background-color: #B2ECD6; }
a { background-color: rgb(178,236,214); }
div.DivClassName
{
background-color: #B2ECD6;
}
.BgClassName
{
background-color: #B2ECD6;
}
</style>
border-color css
<style>
span { border-color: #B2ECD6; }
span { border-color: rgb(178,236,214); }
td.TdClassName
{
border-color: #B2ECD6;
}
.TagClassName
{
border-color: #B2ECD6;
}
</style>