Shades of Magic Mint #B3FAD0
Tints of Magic Mint #B3FAD0
RGB
CMYK
RGB Variations
Color information
#B3FAD0 (or 0xB3FAD0) is known color: Magic Mint. HEX triplet: B3, FA and D0. RGB value is (179,250,208). Sum of RGB (Red+Green+Blue) = 179+250+208=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FAD0 is #4C052F. Grayscale: #E0E0E0. Windows color (decimal): -4982064 or 13695667. OLE color: 13695667.
HSL color Cylindrical-coordinate representation of color #B3FAD0: hue angle of 144.51º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3FAD0 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 250 | 208 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.02 |
| HSL | 144.51º | 0.88% | 0.84% | - |
| HSV(B) | 144.51º | 0.28% | 0.98% | - |
| XYZ | 64.16 | 82.51 | 72.22 | - |
| YUV | 223.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 250 | 208 | 0.28 | 0 | 0.17 | 0.02 | 144.51 | 0.88 | 0.84 |
| Hex | B3 | FA | D0 | 1C | 0 | 11 | 2 | 91 | 58 | 54 |
| Octal | 263 | 372 | 320 | 34 | 0 | 21 | 2 | 221 | 130 | 124 |
| Binary | 10110011 | 11111010 | 11010000 | 11100 | 0 | 10001 | 10 | 10010001 | 1011000 | 1010100 |
Color Harmonies of #B3FAD0
Complementary color
Monochromatic Colors of #B3FAD0
Black with #B3FAD0
Text Example
Text Example
White with #B3FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FAD0; }
p { color: rgb(179,250,208); }
H1.HeaderClassName
{
color: #B3FAD0;
}
.AnyTagClassName
{
color: #B3FAD0;
}
</style>
background-color css
<style>
a { background-color: #B3FAD0; }
a { background-color: rgb(179,250,208); }
div.DivClassName
{
background-color: #B3FAD0;
}
.BgClassName
{
background-color: #B3FAD0;
}
</style>
border-color css
<style>
span { border-color: #B3FAD0; }
span { border-color: rgb(179,250,208); }
td.TdClassName
{
border-color: #B3FAD0;
}
.TagClassName
{
border-color: #B3FAD0;
}
</style>