Shades of Magic Mint #B6FECF
Tints of Magic Mint #B6FECF
RGB
CMYK
RGB Variations
Color information
#B6FECF (or 0xB6FECF) is known color: Magic Mint. HEX triplet: B6, FE and CF. RGB value is (182,254,207). Sum of RGB (Red+Green+Blue) = 182+254+207=643 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.30% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FECF is #490130. Grayscale: #E3E3E3. Windows color (decimal): -4784433 or 13631158. OLE color: 13631158.
HSL color Cylindrical-coordinate representation of color #B6FECF: hue angle of 140.83º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FECF is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 207 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.00 |
| HSL | 140.83º | 0.97% | 0.85% | - |
| HSV(B) | 140.83º | 0.28% | 1% | - |
| XYZ | 66 | 85.33 | 72.02 | - |
| YUV | 227.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 207 | 0.28 | 0 | 0.19 | 0.00 | 140.83 | 0.97 | 0.85 |
| Hex | B6 | FE | CF | 1C | 0 | 13 | 0 | 8D | 61 | 55 |
| Octal | 266 | 376 | 317 | 34 | 0 | 23 | 0 | 215 | 141 | 125 |
| Binary | 10110110 | 11111110 | 11001111 | 11100 | 0 | 10011 | 0 | 10001101 | 1100001 | 1010101 |
Color Harmonies of #B6FECF
Complementary color
Monochromatic Colors of #B6FECF
Black with #B6FECF
Text Example
Text Example
White with #B6FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FECF; }
p { color: rgb(182,254,207); }
H1.HeaderClassName
{
color: #B6FECF;
}
.AnyTagClassName
{
color: #B6FECF;
}
</style>
background-color css
<style>
a { background-color: #B6FECF; }
a { background-color: rgb(182,254,207); }
div.DivClassName
{
background-color: #B6FECF;
}
.BgClassName
{
background-color: #B6FECF;
}
</style>
border-color css
<style>
span { border-color: #B6FECF; }
span { border-color: rgb(182,254,207); }
td.TdClassName
{
border-color: #B6FECF;
}
.TagClassName
{
border-color: #B6FECF;
}
</style>