Shades of Magic Mint #B6FFD1
Tints of Magic Mint #B6FFD1
RGB
CMYK
RGB Variations
Color information
#B6FFD1 (or 0xB6FFD1) is known color: Magic Mint. HEX triplet: B6, FF and D1. RGB value is (182,255,209). Sum of RGB (Red+Green+Blue) = 182+255+209=646 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.17% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 209 (82.03% from 255 or 32.35% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFD1 is #49002E. Grayscale: #E4E4E4. Windows color (decimal): -4784175 or 13762486. OLE color: 13762486.
HSL color Cylindrical-coordinate representation of color #B6FFD1: hue angle of 142.19º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6FFD1 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 209 | - |
| CMYK | 0.29 | 0 | 0.18 | 0 |
| HSL | 142.19º | 1% | 0.86% | - |
| HSV(B) | 142.19º | 0.29% | 1% | - |
| XYZ | 66.56 | 86.07 | 73.43 | - |
| YUV | 227.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 209 | 0.29 | 0 | 0.18 | 0 | 142.19 | 1 | 0.86 |
| Hex | B6 | FF | D1 | 1D | 0 | 12 | 0 | 8E | 64 | 56 |
| Octal | 266 | 377 | 321 | 35 | 0 | 22 | 0 | 216 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11010001 | 11101 | 0 | 10010 | 0 | 10001110 | 1100100 | 1010110 |
Color Harmonies of #B6FFD1
Complementary color
Monochromatic Colors of #B6FFD1
Black with #B6FFD1
Text Example
Text Example
White with #B6FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFD1; }
p { color: rgb(182,255,209); }
H1.HeaderClassName
{
color: #B6FFD1;
}
.AnyTagClassName
{
color: #B6FFD1;
}
</style>
background-color css
<style>
a { background-color: #B6FFD1; }
a { background-color: rgb(182,255,209); }
div.DivClassName
{
background-color: #B6FFD1;
}
.BgClassName
{
background-color: #B6FFD1;
}
</style>
border-color css
<style>
span { border-color: #B6FFD1; }
span { border-color: rgb(182,255,209); }
td.TdClassName
{
border-color: #B6FFD1;
}
.TagClassName
{
border-color: #B6FFD1;
}
</style>