Shades of Magic Mint #B3F6D4
Tints of Magic Mint #B3F6D4
RGB
CMYK
RGB Variations
Color information
#B3F6D4 (or 0xB3F6D4) is known color: Magic Mint. HEX triplet: B3, F6 and D4. RGB value is (179,246,212). Sum of RGB (Red+Green+Blue) = 179+246+212=637 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.10% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 212 (83.20% from 255 or 33.28% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #B3F6D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F6D4 is #4C092B. Grayscale: #DEDEDE. Windows color (decimal): -4983084 or 13956787. OLE color: 13956787.
HSL color Cylindrical-coordinate representation of color #B3F6D4: hue angle of 149.55º degrees, saturation: 0.79, 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 #B3F6D4 is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 179 | 246 | 212 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.04 |
| HSL | 149.55º | 0.79% | 0.83% | - |
| HSV(B) | 149.55º | 0.27% | 0.96% | - |
| XYZ | 63.43 | 80.25 | 74.43 | - |
| YUV | 222.09 | 122.3 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 246 | 212 | 0.27 | 0 | 0.14 | 0.04 | 149.55 | 0.79 | 0.83 |
| Hex | B3 | F6 | D4 | 1B | 0 | E | 4 | 96 | 4F | 53 |
| Octal | 263 | 366 | 324 | 33 | 0 | 16 | 4 | 226 | 117 | 123 |
| Binary | 10110011 | 11110110 | 11010100 | 11011 | 0 | 1110 | 100 | 10010110 | 1001111 | 1010011 |
Color Harmonies of #B3F6D4
Complementary color
Monochromatic Colors of #B3F6D4
Black with #B3F6D4
Text Example
Text Example
White with #B3F6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F6D4; }
p { color: rgb(179,246,212); }
H1.HeaderClassName
{
color: #B3F6D4;
}
.AnyTagClassName
{
color: #B3F6D4;
}
</style>
background-color css
<style>
a { background-color: #B3F6D4; }
a { background-color: rgb(179,246,212); }
div.DivClassName
{
background-color: #B3F6D4;
}
.BgClassName
{
background-color: #B3F6D4;
}
</style>
border-color css
<style>
span { border-color: #B3F6D4; }
span { border-color: rgb(179,246,212); }
td.TdClassName
{
border-color: #B3F6D4;
}
.TagClassName
{
border-color: #B3F6D4;
}
</style>