Shades of Magic Mint #B6F6D7
Tints of Magic Mint #B6F6D7
RGB
CMYK
RGB Variations
Color information
#B6F6D7 (or 0xB6F6D7) is known color: Magic Mint. HEX triplet: B6, F6 and D7. RGB value is (182,246,215). Sum of RGB (Red+Green+Blue) = 182+246+215=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6D7 is #490928. Grayscale: #DFDFDF. Windows color (decimal): -4786473 or 14153398. OLE color: 14153398.
HSL color Cylindrical-coordinate representation of color #B6F6D7: hue angle of 150.94º 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 #B6F6D7 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 246 | 215 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.04 |
| HSL | 150.94º | 0.78% | 0.84% | - |
| HSV(B) | 150.94º | 0.26% | 0.96% | - |
| XYZ | 64.51 | 80.76 | 76.48 | - |
| YUV | 223.33 | 123.3 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 246 | 215 | 0.26 | 0 | 0.13 | 0.04 | 150.94 | 0.78 | 0.84 |
| Hex | B6 | F6 | D7 | 1A | 0 | D | 4 | 97 | 4E | 54 |
| Octal | 266 | 366 | 327 | 32 | 0 | 15 | 4 | 227 | 116 | 124 |
| Binary | 10110110 | 11110110 | 11010111 | 11010 | 0 | 1101 | 100 | 10010111 | 1001110 | 1010100 |
Color Harmonies of #B6F6D7
Complementary color
Monochromatic Colors of #B6F6D7
Black with #B6F6D7
Text Example
Text Example
White with #B6F6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F6D7; }
p { color: rgb(182,246,215); }
H1.HeaderClassName
{
color: #B6F6D7;
}
.AnyTagClassName
{
color: #B6F6D7;
}
</style>
background-color css
<style>
a { background-color: #B6F6D7; }
a { background-color: rgb(182,246,215); }
div.DivClassName
{
background-color: #B6F6D7;
}
.BgClassName
{
background-color: #B6F6D7;
}
</style>
border-color css
<style>
span { border-color: #B6F6D7; }
span { border-color: rgb(182,246,215); }
td.TdClassName
{
border-color: #B6F6D7;
}
.TagClassName
{
border-color: #B6F6D7;
}
</style>