Shades of Magic Mint #B4E9CB
Tints of Magic Mint #B4E9CB
RGB
CMYK
RGB Variations
Color information
#B4E9CB (or 0xB4E9CB) is known color: Magic Mint. HEX triplet: B4, E9 and CB. RGB value is (180,233,203). Sum of RGB (Red+Green+Blue) = 180+233+203=616 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.22% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 233 - color contains mainly: green. Hex color #B4E9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B4E9CB is #4B1634. Grayscale: #D5D5D5. Windows color (decimal): -4920885 or 13363636. OLE color: 13363636.
HSL color Cylindrical-coordinate representation of color #B4E9CB: hue angle of 146.04º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4E9CB is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 180 | 233 | 203 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.09 |
| HSL | 146.04º | 0.55% | 0.81% | - |
| HSV(B) | 146.04º | 0.23% | 0.91% | - |
| XYZ | 58.74 | 72.29 | 67.36 | - |
| YUV | 213.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 233 | 203 | 0.23 | 0 | 0.13 | 0.09 | 146.04 | 0.55 | 0.81 |
| Hex | B4 | E9 | CB | 17 | 0 | D | 9 | 92 | 37 | 51 |
| Octal | 264 | 351 | 313 | 27 | 0 | 15 | 11 | 222 | 67 | 121 |
| Binary | 10110100 | 11101001 | 11001011 | 10111 | 0 | 1101 | 1001 | 10010010 | 110111 | 1010001 |
Color Harmonies of #B4E9CB
Complementary color
Monochromatic Colors of #B4E9CB
Black with #B4E9CB
Text Example
Text Example
White with #B4E9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E9CB; }
p { color: rgb(180,233,203); }
H1.HeaderClassName
{
color: #B4E9CB;
}
.AnyTagClassName
{
color: #B4E9CB;
}
</style>
background-color css
<style>
a { background-color: #B4E9CB; }
a { background-color: rgb(180,233,203); }
div.DivClassName
{
background-color: #B4E9CB;
}
.BgClassName
{
background-color: #B4E9CB;
}
</style>
border-color css
<style>
span { border-color: #B4E9CB; }
span { border-color: rgb(180,233,203); }
td.TdClassName
{
border-color: #B4E9CB;
}
.TagClassName
{
border-color: #B4E9CB;
}
</style>