Shades of Magic Mint #B2F6D3
Tints of Magic Mint #B2F6D3
RGB
CMYK
RGB Variations
Color information
#B2F6D3 (or 0xB2F6D3) is known color: Magic Mint. HEX triplet: B2, F6 and D3. RGB value is (178,246,211). Sum of RGB (Red+Green+Blue) = 178+246+211=635 (84% of max value = 765). Red value is 178 (69.92% from 255 or 28.03% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2F6D3 is #4D092C. Grayscale: #DDDDDD. Windows color (decimal): -5048621 or 13891250. OLE color: 13891250.
HSL color Cylindrical-coordinate representation of color #B2F6D3: hue angle of 149.12º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F6D3 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 211 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.04 |
| HSL | 149.12º | 0.79% | 0.83% | - |
| HSV(B) | 149.12º | 0.28% | 0.96% | - |
| XYZ | 63.07 | 80.08 | 73.76 | - |
| YUV | 221.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 211 | 0.28 | 0 | 0.14 | 0.04 | 149.12 | 0.79 | 0.83 |
| Hex | B2 | F6 | D3 | 1C | 0 | E | 4 | 95 | 4F | 53 |
| Octal | 262 | 366 | 323 | 34 | 0 | 16 | 4 | 225 | 117 | 123 |
| Binary | 10110010 | 11110110 | 11010011 | 11100 | 0 | 1110 | 100 | 10010101 | 1001111 | 1010011 |
Color Harmonies of #B2F6D3
Complementary color
Monochromatic Colors of #B2F6D3
Black with #B2F6D3
Text Example
Text Example
White with #B2F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F6D3; }
p { color: rgb(178,246,211); }
H1.HeaderClassName
{
color: #B2F6D3;
}
.AnyTagClassName
{
color: #B2F6D3;
}
</style>
background-color css
<style>
a { background-color: #B2F6D3; }
a { background-color: rgb(178,246,211); }
div.DivClassName
{
background-color: #B2F6D3;
}
.BgClassName
{
background-color: #B2F6D3;
}
</style>
border-color css
<style>
span { border-color: #B2F6D3; }
span { border-color: rgb(178,246,211); }
td.TdClassName
{
border-color: #B2F6D3;
}
.TagClassName
{
border-color: #B2F6D3;
}
</style>