Shades of Magic Mint #B3E8CB
Tints of Magic Mint #B3E8CB
RGB
CMYK
RGB Variations
Color information
#B3E8CB (or 0xB3E8CB) is known color: Magic Mint. HEX triplet: B3, E8 and CB. RGB value is (179,232,203). Sum of RGB (Red+Green+Blue) = 179+232+203=614 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.15% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 203 (79.69% from 255 or 33.06% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8CB is #4C1734. Grayscale: #D4D4D4. Windows color (decimal): -4986677 or 13363379. OLE color: 13363379.
HSL color Cylindrical-coordinate representation of color #B3E8CB: hue angle of 147.17º degrees, saturation: 0.54, 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 #B3E8CB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 232 | 203 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.09 |
| HSL | 147.17º | 0.54% | 0.81% | - |
| HSV(B) | 147.17º | 0.23% | 0.91% | - |
| XYZ | 58.23 | 71.61 | 67.25 | - |
| YUV | 212.85 | 122.44 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 203 | 0.23 | 0 | 0.12 | 0.09 | 147.17 | 0.54 | 0.81 |
| Hex | B3 | E8 | CB | 17 | 0 | C | 9 | 93 | 36 | 51 |
| Octal | 263 | 350 | 313 | 27 | 0 | 14 | 11 | 223 | 66 | 121 |
| Binary | 10110011 | 11101000 | 11001011 | 10111 | 0 | 1100 | 1001 | 10010011 | 110110 | 1010001 |
Color Harmonies of #B3E8CB
Complementary color
Monochromatic Colors of #B3E8CB
Black with #B3E8CB
Text Example
Text Example
White with #B3E8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8CB; }
p { color: rgb(179,232,203); }
H1.HeaderClassName
{
color: #B3E8CB;
}
.AnyTagClassName
{
color: #B3E8CB;
}
</style>
background-color css
<style>
a { background-color: #B3E8CB; }
a { background-color: rgb(179,232,203); }
div.DivClassName
{
background-color: #B3E8CB;
}
.BgClassName
{
background-color: #B3E8CB;
}
</style>
border-color css
<style>
span { border-color: #B3E8CB; }
span { border-color: rgb(179,232,203); }
td.TdClassName
{
border-color: #B3E8CB;
}
.TagClassName
{
border-color: #B3E8CB;
}
</style>