Shades of Magic Mint #B3E4CB
Tints of Magic Mint #B3E4CB
RGB
CMYK
RGB Variations
Color information
#B3E4CB (or 0xB3E4CB) is known color: Magic Mint. HEX triplet: B3, E4 and CB. RGB value is (179,228,203). Sum of RGB (Red+Green+Blue) = 179+228+203=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 228 (89.45% from 255 or 37.38% from 610); Blue value is 203 (79.69% from 255 or 33.28% from 610); Max value from RGB is 228 - color contains mainly: green. Hex color #B3E4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E4CB is #4C1B34. Grayscale: #D2D2D2. Windows color (decimal): -4987701 or 13362355. OLE color: 13362355.
HSL color Cylindrical-coordinate representation of color #B3E4CB: hue angle of 149.39º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3E4CB is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 179 | 228 | 203 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.11 |
| HSL | 149.39º | 0.48% | 0.8% | - |
| HSV(B) | 149.39º | 0.21% | 0.89% | - |
| XYZ | 57.11 | 69.38 | 66.88 | - |
| YUV | 210.5 | 123.77 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 228 | 203 | 0.21 | 0 | 0.11 | 0.11 | 149.39 | 0.48 | 0.8 |
| Hex | B3 | E4 | CB | 15 | 0 | B | B | 95 | 30 | 50 |
| Octal | 263 | 344 | 313 | 25 | 0 | 13 | 13 | 225 | 60 | 120 |
| Binary | 10110011 | 11100100 | 11001011 | 10101 | 0 | 1011 | 1011 | 10010101 | 110000 | 1010000 |
Color Harmonies of #B3E4CB
Complementary color
Monochromatic Colors of #B3E4CB
Black with #B3E4CB
Text Example
Text Example
White with #B3E4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E4CB; }
p { color: rgb(179,228,203); }
H1.HeaderClassName
{
color: #B3E4CB;
}
.AnyTagClassName
{
color: #B3E4CB;
}
</style>
background-color css
<style>
a { background-color: #B3E4CB; }
a { background-color: rgb(179,228,203); }
div.DivClassName
{
background-color: #B3E4CB;
}
.BgClassName
{
background-color: #B3E4CB;
}
</style>
border-color css
<style>
span { border-color: #B3E4CB; }
span { border-color: rgb(179,228,203); }
td.TdClassName
{
border-color: #B3E4CB;
}
.TagClassName
{
border-color: #B3E4CB;
}
</style>