Shades of Magic Mint #B6FFD4
Tints of Magic Mint #B6FFD4
RGB
CMYK
RGB Variations
Color information
#B6FFD4 (or 0xB6FFD4) is known color: Magic Mint. HEX triplet: B6, FF and D4. RGB value is (182,255,212). Sum of RGB (Red+Green+Blue) = 182+255+212=649 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.04% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFD4 is #49002B. Grayscale: #E4E4E4. Windows color (decimal): -4784172 or 13959094. OLE color: 13959094.
HSL color Cylindrical-coordinate representation of color #B6FFD4: hue angle of 144.66º 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 #B6FFD4 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 212 | - |
| CMYK | 0.29 | 0 | 0.17 | 0 |
| HSL | 144.66º | 1% | 0.86% | - |
| HSV(B) | 144.66º | 0.29% | 1% | - |
| XYZ | 66.94 | 86.22 | 75.4 | - |
| YUV | 228.27 | 118.82 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 212 | 0.29 | 0 | 0.17 | 0 | 144.66 | 1 | 0.86 |
| Hex | B6 | FF | D4 | 1D | 0 | 11 | 0 | 91 | 64 | 56 |
| Octal | 266 | 377 | 324 | 35 | 0 | 21 | 0 | 221 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11010100 | 11101 | 0 | 10001 | 0 | 10010001 | 1100100 | 1010110 |
Color Harmonies of #B6FFD4
Complementary color
Monochromatic Colors of #B6FFD4
Black with #B6FFD4
Text Example
Text Example
White with #B6FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFD4; }
p { color: rgb(182,255,212); }
H1.HeaderClassName
{
color: #B6FFD4;
}
.AnyTagClassName
{
color: #B6FFD4;
}
</style>
background-color css
<style>
a { background-color: #B6FFD4; }
a { background-color: rgb(182,255,212); }
div.DivClassName
{
background-color: #B6FFD4;
}
.BgClassName
{
background-color: #B6FFD4;
}
</style>
border-color css
<style>
span { border-color: #B6FFD4; }
span { border-color: rgb(182,255,212); }
td.TdClassName
{
border-color: #B6FFD4;
}
.TagClassName
{
border-color: #B6FFD4;
}
</style>