Shades of Magic Mint #B3FCD6
Tints of Magic Mint #B3FCD6
RGB
CMYK
RGB Variations
Color information
#B3FCD6 (or 0xB3FCD6) is known color: Magic Mint. HEX triplet: B3, FC and D6. RGB value is (179,252,214). Sum of RGB (Red+Green+Blue) = 179+252+214=645 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.75% from 645); Green value is 252 (98.83% from 255 or 39.07% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 252 - color contains mainly: green. Hex color #B3FCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FCD6 is #4C0329. Grayscale: #E1E1E1. Windows color (decimal): -4981546 or 14089395. OLE color: 14089395.
HSL color Cylindrical-coordinate representation of color #B3FCD6: hue angle of 148.77º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3FCD6 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 252 | 214 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.01 |
| HSL | 148.77º | 0.92% | 0.85% | - |
| HSV(B) | 148.77º | 0.29% | 0.99% | - |
| XYZ | 65.54 | 84.06 | 76.39 | - |
| YUV | 225.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 252 | 214 | 0.29 | 0 | 0.15 | 0.01 | 148.77 | 0.92 | 0.85 |
| Hex | B3 | FC | D6 | 1D | 0 | F | 1 | 95 | 5C | 55 |
| Octal | 263 | 374 | 326 | 35 | 0 | 17 | 1 | 225 | 134 | 125 |
| Binary | 10110011 | 11111100 | 11010110 | 11101 | 0 | 1111 | 1 | 10010101 | 1011100 | 1010101 |
Color Harmonies of #B3FCD6
Complementary color
Monochromatic Colors of #B3FCD6
Black with #B3FCD6
Text Example
Text Example
White with #B3FCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FCD6; }
p { color: rgb(179,252,214); }
H1.HeaderClassName
{
color: #B3FCD6;
}
.AnyTagClassName
{
color: #B3FCD6;
}
</style>
background-color css
<style>
a { background-color: #B3FCD6; }
a { background-color: rgb(179,252,214); }
div.DivClassName
{
background-color: #B3FCD6;
}
.BgClassName
{
background-color: #B3FCD6;
}
</style>
border-color css
<style>
span { border-color: #B3FCD6; }
span { border-color: rgb(179,252,214); }
td.TdClassName
{
border-color: #B3FCD6;
}
.TagClassName
{
border-color: #B3FCD6;
}
</style>