Shades of Magic Mint #B3E8C7
Tints of Magic Mint #B3E8C7
RGB
CMYK
RGB Variations
Color information
#B3E8C7 (or 0xB3E8C7) is known color: Magic Mint. HEX triplet: B3, E8 and C7. RGB value is (179,232,199). Sum of RGB (Red+Green+Blue) = 179+232+199=610 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.34% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 199 (78.12% from 255 or 32.62% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #B3E8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3E8C7 is #4C1738. Grayscale: #D4D4D4. Windows color (decimal): -4986681 or 13101235. OLE color: 13101235.
HSL color Cylindrical-coordinate representation of color #B3E8C7: hue angle of 142.64º 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 #B3E8C7 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 232 | 199 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.09 |
| HSL | 142.64º | 0.54% | 0.81% | - |
| HSV(B) | 142.64º | 0.23% | 0.91% | - |
| XYZ | 57.76 | 71.42 | 64.77 | - |
| YUV | 212.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 232 | 199 | 0.23 | 0 | 0.14 | 0.09 | 142.64 | 0.54 | 0.81 |
| Hex | B3 | E8 | C7 | 17 | 0 | E | 9 | 8F | 36 | 51 |
| Octal | 263 | 350 | 307 | 27 | 0 | 16 | 11 | 217 | 66 | 121 |
| Binary | 10110011 | 11101000 | 11000111 | 10111 | 0 | 1110 | 1001 | 10001111 | 110110 | 1010001 |
Color Harmonies of #B3E8C7
Complementary color
Monochromatic Colors of #B3E8C7
Black with #B3E8C7
Text Example
Text Example
White with #B3E8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E8C7; }
p { color: rgb(179,232,199); }
H1.HeaderClassName
{
color: #B3E8C7;
}
.AnyTagClassName
{
color: #B3E8C7;
}
</style>
background-color css
<style>
a { background-color: #B3E8C7; }
a { background-color: rgb(179,232,199); }
div.DivClassName
{
background-color: #B3E8C7;
}
.BgClassName
{
background-color: #B3E8C7;
}
</style>
border-color css
<style>
span { border-color: #B3E8C7; }
span { border-color: rgb(179,232,199); }
td.TdClassName
{
border-color: #B3E8C7;
}
.TagClassName
{
border-color: #B3E8C7;
}
</style>