Shades of Magic Mint #B6FFD2
Tints of Magic Mint #B6FFD2
RGB
CMYK
RGB Variations
Color information
#B6FFD2 (or 0xB6FFD2) is known color: Magic Mint. HEX triplet: B6, FF and D2. RGB value is (182,255,210). Sum of RGB (Red+Green+Blue) = 182+255+210=647 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.13% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 210 (82.42% from 255 or 32.46% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFD2 is #49002D. Grayscale: #E4E4E4. Windows color (decimal): -4784174 or 13828022. OLE color: 13828022.
HSL color Cylindrical-coordinate representation of color #B6FFD2: hue angle of 143.01º 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 #B6FFD2 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 210 | - |
| CMYK | 0.29 | 0 | 0.18 | 0 |
| HSL | 143.01º | 1% | 0.86% | - |
| HSV(B) | 143.01º | 0.29% | 1% | - |
| XYZ | 66.68 | 86.12 | 74.08 | - |
| YUV | 228.04 | 117.82 | 95.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 210 | 0.29 | 0 | 0.18 | 0 | 143.01 | 1 | 0.86 |
| Hex | B6 | FF | D2 | 1D | 0 | 12 | 0 | 8F | 64 | 56 |
| Octal | 266 | 377 | 322 | 35 | 0 | 22 | 0 | 217 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11010010 | 11101 | 0 | 10010 | 0 | 10001111 | 1100100 | 1010110 |
Color Harmonies of #B6FFD2
Complementary color
Monochromatic Colors of #B6FFD2
Black with #B6FFD2
Text Example
Text Example
White with #B6FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFD2; }
p { color: rgb(182,255,210); }
H1.HeaderClassName
{
color: #B6FFD2;
}
.AnyTagClassName
{
color: #B6FFD2;
}
</style>
background-color css
<style>
a { background-color: #B6FFD2; }
a { background-color: rgb(182,255,210); }
div.DivClassName
{
background-color: #B6FFD2;
}
.BgClassName
{
background-color: #B6FFD2;
}
</style>
border-color css
<style>
span { border-color: #B6FFD2; }
span { border-color: rgb(182,255,210); }
td.TdClassName
{
border-color: #B6FFD2;
}
.TagClassName
{
border-color: #B6FFD2;
}
</style>