Shades of Magic Mint #B6F6CE
Tints of Magic Mint #B6F6CE
RGB
CMYK
RGB Variations
Color information
#B6F6CE (or 0xB6F6CE) is known color: Magic Mint. HEX triplet: B6, F6 and CE. RGB value is (182,246,206). Sum of RGB (Red+Green+Blue) = 182+246+206=634 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.71% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 206 (80.86% from 255 or 32.49% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #B6F6CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F6CE is #490931. Grayscale: #DEDEDE. Windows color (decimal): -4786482 or 13563574. OLE color: 13563574.
HSL color Cylindrical-coordinate representation of color #B6F6CE: hue angle of 142.5º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6F6CE is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 246 | 206 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.04 |
| HSL | 142.5º | 0.78% | 0.84% | - |
| HSV(B) | 142.5º | 0.26% | 0.96% | - |
| XYZ | 63.39 | 80.31 | 70.55 | - |
| YUV | 222.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 246 | 206 | 0.26 | 0 | 0.16 | 0.04 | 142.5 | 0.78 | 0.84 |
| Hex | B6 | F6 | CE | 1A | 0 | 10 | 4 | 8E | 4E | 54 |
| Octal | 266 | 366 | 316 | 32 | 0 | 20 | 4 | 216 | 116 | 124 |
| Binary | 10110110 | 11110110 | 11001110 | 11010 | 0 | 10000 | 100 | 10001110 | 1001110 | 1010100 |
Color Harmonies of #B6F6CE
Complementary color
Monochromatic Colors of #B6F6CE
Black with #B6F6CE
Text Example
Text Example
White with #B6F6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F6CE; }
p { color: rgb(182,246,206); }
H1.HeaderClassName
{
color: #B6F6CE;
}
.AnyTagClassName
{
color: #B6F6CE;
}
</style>
background-color css
<style>
a { background-color: #B6F6CE; }
a { background-color: rgb(182,246,206); }
div.DivClassName
{
background-color: #B6F6CE;
}
.BgClassName
{
background-color: #B6F6CE;
}
</style>
border-color css
<style>
span { border-color: #B6F6CE; }
span { border-color: rgb(182,246,206); }
td.TdClassName
{
border-color: #B6F6CE;
}
.TagClassName
{
border-color: #B6F6CE;
}
</style>