Shades of Magic Mint #B3E5CB
Tints of Magic Mint #B3E5CB
RGB
CMYK
RGB Variations
Color information
#B3E5CB (or 0xB3E5CB) is known color: Magic Mint. HEX triplet: B3, E5 and CB. RGB value is (179,229,203). Sum of RGB (Red+Green+Blue) = 179+229+203=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 229 (89.84% from 255 or 37.48% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 229 - color contains mainly: green. Hex color #B3E5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3E5CB is #4C1A34. Grayscale: #D3D3D3. Windows color (decimal): -4987445 or 13362611. OLE color: 13362611.
HSL color Cylindrical-coordinate representation of color #B3E5CB: hue angle of 148.8º degrees, saturation: 0.49, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3E5CB is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 179 | 229 | 203 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.10 |
| HSL | 148.8º | 0.49% | 0.8% | - |
| HSV(B) | 148.8º | 0.22% | 0.9% | - |
| XYZ | 57.39 | 69.93 | 66.97 | - |
| YUV | 211.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 229 | 203 | 0.22 | 0 | 0.11 | 0.10 | 148.8 | 0.49 | 0.8 |
| Hex | B3 | E5 | CB | 16 | 0 | B | A | 95 | 31 | 50 |
| Octal | 263 | 345 | 313 | 26 | 0 | 13 | 12 | 225 | 61 | 120 |
| Binary | 10110011 | 11100101 | 11001011 | 10110 | 0 | 1011 | 1010 | 10010101 | 110001 | 1010000 |
Color Harmonies of #B3E5CB
Complementary color
Monochromatic Colors of #B3E5CB
Black with #B3E5CB
Text Example
Text Example
White with #B3E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E5CB; }
p { color: rgb(179,229,203); }
H1.HeaderClassName
{
color: #B3E5CB;
}
.AnyTagClassName
{
color: #B3E5CB;
}
</style>
background-color css
<style>
a { background-color: #B3E5CB; }
a { background-color: rgb(179,229,203); }
div.DivClassName
{
background-color: #B3E5CB;
}
.BgClassName
{
background-color: #B3E5CB;
}
</style>
border-color css
<style>
span { border-color: #B3E5CB; }
span { border-color: rgb(179,229,203); }
td.TdClassName
{
border-color: #B3E5CB;
}
.TagClassName
{
border-color: #B3E5CB;
}
</style>