Shades of Magic Mint #B3F5D4
Tints of Magic Mint #B3F5D4
RGB
CMYK
RGB Variations
Color information
#B3F5D4 (or 0xB3F5D4) is known color: Magic Mint. HEX triplet: B3, F5 and D4. RGB value is (179,245,212). Sum of RGB (Red+Green+Blue) = 179+245+212=636 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.14% from 636); Green value is 245 (96.09% from 255 or 38.52% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 245 - color contains mainly: green. Hex color #B3F5D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F5D4 is #4C0A2B. Grayscale: #DDDDDD. Windows color (decimal): -4983340 or 13956531. OLE color: 13956531.
HSL color Cylindrical-coordinate representation of color #B3F5D4: hue angle of 150º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B3F5D4 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 245 | 212 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.04 |
| HSL | 150º | 0.77% | 0.83% | - |
| HSV(B) | 150º | 0.27% | 0.96% | - |
| XYZ | 63.13 | 79.64 | 74.33 | - |
| YUV | 221.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 245 | 212 | 0.27 | 0 | 0.13 | 0.04 | 150 | 0.77 | 0.83 |
| Hex | B3 | F5 | D4 | 1B | 0 | D | 4 | 96 | 4D | 53 |
| Octal | 263 | 365 | 324 | 33 | 0 | 15 | 4 | 226 | 115 | 123 |
| Binary | 10110011 | 11110101 | 11010100 | 11011 | 0 | 1101 | 100 | 10010110 | 1001101 | 1010011 |
Color Harmonies of #B3F5D4
Complementary color
Monochromatic Colors of #B3F5D4
Black with #B3F5D4
Text Example
Text Example
White with #B3F5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F5D4; }
p { color: rgb(179,245,212); }
H1.HeaderClassName
{
color: #B3F5D4;
}
.AnyTagClassName
{
color: #B3F5D4;
}
</style>
background-color css
<style>
a { background-color: #B3F5D4; }
a { background-color: rgb(179,245,212); }
div.DivClassName
{
background-color: #B3F5D4;
}
.BgClassName
{
background-color: #B3F5D4;
}
</style>
border-color css
<style>
span { border-color: #B3F5D4; }
span { border-color: rgb(179,245,212); }
td.TdClassName
{
border-color: #B3F5D4;
}
.TagClassName
{
border-color: #B3F5D4;
}
</style>