Shades of Magic Mint #B6F6D3
Tints of Magic Mint #B6F6D3
RGB
CMYK
RGB Variations
Color information
#B6F6D3 (or 0xB6F6D3) is known color: Magic Mint. HEX triplet: B6, F6 and D3. RGB value is (182,246,211). Sum of RGB (Red+Green+Blue) = 182+246+211=639 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.48% from 639); Green value is 246 (96.48% from 255 or 38.50% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6D3 is #49092C. Grayscale: #DEDEDE. Windows color (decimal): -4786477 or 13891254. OLE color: 13891254.
HSL color Cylindrical-coordinate representation of color #B6F6D3: hue angle of 147.19º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6D3 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 246 | 211 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.04 |
| HSL | 147.19º | 0.78% | 0.84% | - |
| HSV(B) | 147.19º | 0.26% | 0.96% | - |
| XYZ | 64.01 | 80.56 | 73.8 | - |
| YUV | 222.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 246 | 211 | 0.26 | 0 | 0.14 | 0.04 | 147.19 | 0.78 | 0.84 |
| Hex | B6 | F6 | D3 | 1A | 0 | E | 4 | 93 | 4E | 54 |
| Octal | 266 | 366 | 323 | 32 | 0 | 16 | 4 | 223 | 116 | 124 |
| Binary | 10110110 | 11110110 | 11010011 | 11010 | 0 | 1110 | 100 | 10010011 | 1001110 | 1010100 |
Color Harmonies of #B6F6D3
Complementary color
Monochromatic Colors of #B6F6D3
Black with #B6F6D3
Text Example
Text Example
White with #B6F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F6D3; }
p { color: rgb(182,246,211); }
H1.HeaderClassName
{
color: #B6F6D3;
}
.AnyTagClassName
{
color: #B6F6D3;
}
</style>
background-color css
<style>
a { background-color: #B6F6D3; }
a { background-color: rgb(182,246,211); }
div.DivClassName
{
background-color: #B6F6D3;
}
.BgClassName
{
background-color: #B6F6D3;
}
</style>
border-color css
<style>
span { border-color: #B6F6D3; }
span { border-color: rgb(182,246,211); }
td.TdClassName
{
border-color: #B6F6D3;
}
.TagClassName
{
border-color: #B6F6D3;
}
</style>