Shades of Magic Mint #B3F1D9
Tints of Magic Mint #B3F1D9
RGB
CMYK
RGB Variations
Color information
#B3F1D9 (or 0xB3F1D9) is known color: Magic Mint. HEX triplet: B3, F1 and D9. RGB value is (179,241,217). Sum of RGB (Red+Green+Blue) = 179+241+217=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F1D9 is #4C0E26. Grayscale: #DBDBDB. Windows color (decimal): -4984359 or 14283187. OLE color: 14283187.
HSL color Cylindrical-coordinate representation of color #B3F1D9: hue angle of 156.77º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1D9 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 217 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.05 |
| HSL | 156.77º | 0.69% | 0.82% | - |
| HSV(B) | 156.77º | 0.26% | 0.95% | - |
| XYZ | 62.57 | 77.5 | 77.31 | - |
| YUV | 219.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 217 | 0.26 | 0 | 0.10 | 0.05 | 156.77 | 0.69 | 0.82 |
| Hex | B3 | F1 | D9 | 1A | 0 | A | 5 | 9D | 45 | 52 |
| Octal | 263 | 361 | 331 | 32 | 0 | 12 | 5 | 235 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11011001 | 11010 | 0 | 1010 | 101 | 10011101 | 1000101 | 1010010 |
Color Harmonies of #B3F1D9
Complementary color
Monochromatic Colors of #B3F1D9
Black with #B3F1D9
Text Example
Text Example
White with #B3F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1D9; }
p { color: rgb(179,241,217); }
H1.HeaderClassName
{
color: #B3F1D9;
}
.AnyTagClassName
{
color: #B3F1D9;
}
</style>
background-color css
<style>
a { background-color: #B3F1D9; }
a { background-color: rgb(179,241,217); }
div.DivClassName
{
background-color: #B3F1D9;
}
.BgClassName
{
background-color: #B3F1D9;
}
</style>
border-color css
<style>
span { border-color: #B3F1D9; }
span { border-color: rgb(179,241,217); }
td.TdClassName
{
border-color: #B3F1D9;
}
.TagClassName
{
border-color: #B3F1D9;
}
</style>