Shades of Magic Mint #B6FFCF
Tints of Magic Mint #B6FFCF
RGB
CMYK
RGB Variations
Color information
#B6FFCF (or 0xB6FFCF) is known color: Magic Mint. HEX triplet: B6, FF and CF. RGB value is (182,255,207). Sum of RGB (Red+Green+Blue) = 182+255+207=644 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.26% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 207 (81.25% from 255 or 32.14% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #B6FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FFCF is #490030. Grayscale: #E3E3E3. Windows color (decimal): -4784177 or 13631414. OLE color: 13631414.
HSL color Cylindrical-coordinate representation of color #B6FFCF: hue angle of 140.55º 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 #B6FFCF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 255 | 207 | - |
| CMYK | 0.29 | 0 | 0.19 | 0 |
| HSL | 140.55º | 1% | 0.86% | - |
| HSV(B) | 140.55º | 0.29% | 1% | - |
| XYZ | 66.31 | 85.97 | 72.13 | - |
| YUV | 227.7 | 116.32 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 255 | 207 | 0.29 | 0 | 0.19 | 0 | 140.55 | 1 | 0.86 |
| Hex | B6 | FF | CF | 1D | 0 | 13 | 0 | 8D | 64 | 56 |
| Octal | 266 | 377 | 317 | 35 | 0 | 23 | 0 | 215 | 144 | 126 |
| Binary | 10110110 | 11111111 | 11001111 | 11101 | 0 | 10011 | 0 | 10001101 | 1100100 | 1010110 |
Color Harmonies of #B6FFCF
Complementary color
Monochromatic Colors of #B6FFCF
Black with #B6FFCF
Text Example
Text Example
White with #B6FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FFCF; }
p { color: rgb(182,255,207); }
H1.HeaderClassName
{
color: #B6FFCF;
}
.AnyTagClassName
{
color: #B6FFCF;
}
</style>
background-color css
<style>
a { background-color: #B6FFCF; }
a { background-color: rgb(182,255,207); }
div.DivClassName
{
background-color: #B6FFCF;
}
.BgClassName
{
background-color: #B6FFCF;
}
</style>
border-color css
<style>
span { border-color: #B6FFCF; }
span { border-color: rgb(182,255,207); }
td.TdClassName
{
border-color: #B6FFCF;
}
.TagClassName
{
border-color: #B6FFCF;
}
</style>