Shades of Magic Mint #B3F7CA
Tints of Magic Mint #B3F7CA
RGB
CMYK
RGB Variations
Color information
#B3F7CA (or 0xB3F7CA) is known color: Magic Mint. HEX triplet: B3, F7 and CA. RGB value is (179,247,202). Sum of RGB (Red+Green+Blue) = 179+247+202=628 (83% of max value = 765). Red value is 179 (70.31% from 255 or 28.50% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 202 (79.30% from 255 or 32.17% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #B3F7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3F7CA is #4C0835. Grayscale: #DDDDDD. Windows color (decimal): -4982838 or 13301683. OLE color: 13301683.
HSL color Cylindrical-coordinate representation of color #B3F7CA: hue angle of 140.29º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3F7CA is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 247 | 202 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.03 |
| HSL | 140.29º | 0.81% | 0.84% | - |
| HSV(B) | 140.29º | 0.28% | 0.97% | - |
| XYZ | 62.51 | 80.37 | 68.1 | - |
| YUV | 221.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 247 | 202 | 0.28 | 0 | 0.18 | 0.03 | 140.29 | 0.81 | 0.84 |
| Hex | B3 | F7 | CA | 1C | 0 | 12 | 3 | 8C | 51 | 54 |
| Octal | 263 | 367 | 312 | 34 | 0 | 22 | 3 | 214 | 121 | 124 |
| Binary | 10110011 | 11110111 | 11001010 | 11100 | 0 | 10010 | 11 | 10001100 | 1010001 | 1010100 |
Color Harmonies of #B3F7CA
Complementary color
Monochromatic Colors of #B3F7CA
Black with #B3F7CA
Text Example
Text Example
White with #B3F7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F7CA; }
p { color: rgb(179,247,202); }
H1.HeaderClassName
{
color: #B3F7CA;
}
.AnyTagClassName
{
color: #B3F7CA;
}
</style>
background-color css
<style>
a { background-color: #B3F7CA; }
a { background-color: rgb(179,247,202); }
div.DivClassName
{
background-color: #B3F7CA;
}
.BgClassName
{
background-color: #B3F7CA;
}
</style>
border-color css
<style>
span { border-color: #B3F7CA; }
span { border-color: rgb(179,247,202); }
td.TdClassName
{
border-color: #B3F7CA;
}
.TagClassName
{
border-color: #B3F7CA;
}
</style>