Shades of Magic Mint #B3EACB
Tints of Magic Mint #B3EACB
RGB
CMYK
RGB Variations
Color information
#B3EACB (or 0xB3EACB) is known color: Magic Mint. HEX triplet: B3, EA and CB. RGB value is (179,234,203). Sum of RGB (Red+Green+Blue) = 179+234+203=616 (81% of max value = 765). Red value is 179 (70.31% from 255 or 29.06% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #B3EACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3EACB is #4C1534. Grayscale: #D6D6D6. Windows color (decimal): -4986165 or 13363891. OLE color: 13363891.
HSL color Cylindrical-coordinate representation of color #B3EACB: hue angle of 146.18º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B3EACB is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 179 | 234 | 203 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.08 |
| HSL | 146.18º | 0.57% | 0.81% | - |
| HSV(B) | 146.18º | 0.24% | 0.92% | - |
| XYZ | 58.79 | 72.74 | 67.44 | - |
| YUV | 214.02 | 121.78 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 234 | 203 | 0.24 | 0 | 0.13 | 0.08 | 146.18 | 0.57 | 0.81 |
| Hex | B3 | EA | CB | 18 | 0 | D | 8 | 92 | 39 | 51 |
| Octal | 263 | 352 | 313 | 30 | 0 | 15 | 10 | 222 | 71 | 121 |
| Binary | 10110011 | 11101010 | 11001011 | 11000 | 0 | 1101 | 1000 | 10010010 | 111001 | 1010001 |
Color Harmonies of #B3EACB
Complementary color
Monochromatic Colors of #B3EACB
Black with #B3EACB
Text Example
Text Example
White with #B3EACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EACB; }
p { color: rgb(179,234,203); }
H1.HeaderClassName
{
color: #B3EACB;
}
.AnyTagClassName
{
color: #B3EACB;
}
</style>
background-color css
<style>
a { background-color: #B3EACB; }
a { background-color: rgb(179,234,203); }
div.DivClassName
{
background-color: #B3EACB;
}
.BgClassName
{
background-color: #B3EACB;
}
</style>
border-color css
<style>
span { border-color: #B3EACB; }
span { border-color: rgb(179,234,203); }
td.TdClassName
{
border-color: #B3EACB;
}
.TagClassName
{
border-color: #B3EACB;
}
</style>