Shades of Magic Mint #B2EDCB
Tints of Magic Mint #B2EDCB
RGB
CMYK
RGB Variations
Color information
#B2EDCB (or 0xB2EDCB) is known color: Magic Mint. HEX triplet: B2, ED and CB. RGB value is (178,237,203). Sum of RGB (Red+Green+Blue) = 178+237+203=618 (81% of max value = 765). Red value is 178 (69.92% from 255 or 28.80% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #B2EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EDCB is #4D1234. Grayscale: #D7D7D7. Windows color (decimal): -5050933 or 13364658. OLE color: 13364658.
HSL color Cylindrical-coordinate representation of color #B2EDCB: hue angle of 145.42º degrees, saturation: 0.62, 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 #B2EDCB is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 237 | 203 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.07 |
| HSL | 145.42º | 0.62% | 0.81% | - |
| HSV(B) | 145.42º | 0.25% | 0.93% | - |
| XYZ | 59.42 | 74.35 | 67.72 | - |
| YUV | 215.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 203 | 0.25 | 0 | 0.14 | 0.07 | 145.42 | 0.62 | 0.81 |
| Hex | B2 | ED | CB | 19 | 0 | E | 7 | 91 | 3E | 51 |
| Octal | 262 | 355 | 313 | 31 | 0 | 16 | 7 | 221 | 76 | 121 |
| Binary | 10110010 | 11101101 | 11001011 | 11001 | 0 | 1110 | 111 | 10010001 | 111110 | 1010001 |
Color Harmonies of #B2EDCB
Complementary color
Monochromatic Colors of #B2EDCB
Black with #B2EDCB
Text Example
Text Example
White with #B2EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDCB; }
p { color: rgb(178,237,203); }
H1.HeaderClassName
{
color: #B2EDCB;
}
.AnyTagClassName
{
color: #B2EDCB;
}
</style>
background-color css
<style>
a { background-color: #B2EDCB; }
a { background-color: rgb(178,237,203); }
div.DivClassName
{
background-color: #B2EDCB;
}
.BgClassName
{
background-color: #B2EDCB;
}
</style>
border-color css
<style>
span { border-color: #B2EDCB; }
span { border-color: rgb(178,237,203); }
td.TdClassName
{
border-color: #B2EDCB;
}
.TagClassName
{
border-color: #B2EDCB;
}
</style>