Shades of Magic Mint #B6F9CE
Tints of Magic Mint #B6F9CE
RGB
CMYK
RGB Variations
Color information
#B6F9CE (or 0xB6F9CE) is known color: Magic Mint. HEX triplet: B6, F9 and CE. RGB value is (182,249,206). Sum of RGB (Red+Green+Blue) = 182+249+206=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 206 (80.86% from 255 or 32.34% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #B6F9CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F9CE is #490631. Grayscale: #E0E0E0. Windows color (decimal): -4785714 or 13564342. OLE color: 13564342.
HSL color Cylindrical-coordinate representation of color #B6F9CE: hue angle of 141.49º degrees, saturation: 0.85, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6F9CE is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 249 | 206 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.02 |
| HSL | 141.49º | 0.85% | 0.85% | - |
| HSV(B) | 141.49º | 0.27% | 0.98% | - |
| XYZ | 64.31 | 82.15 | 70.86 | - |
| YUV | 224.07 | 117.8 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 249 | 206 | 0.27 | 0 | 0.17 | 0.02 | 141.49 | 0.85 | 0.85 |
| Hex | B6 | F9 | CE | 1B | 0 | 11 | 2 | 8D | 55 | 55 |
| Octal | 266 | 371 | 316 | 33 | 0 | 21 | 2 | 215 | 125 | 125 |
| Binary | 10110110 | 11111001 | 11001110 | 11011 | 0 | 10001 | 10 | 10001101 | 1010101 | 1010101 |
Color Harmonies of #B6F9CE
Complementary color
Monochromatic Colors of #B6F9CE
Black with #B6F9CE
Text Example
Text Example
White with #B6F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F9CE; }
p { color: rgb(182,249,206); }
H1.HeaderClassName
{
color: #B6F9CE;
}
.AnyTagClassName
{
color: #B6F9CE;
}
</style>
background-color css
<style>
a { background-color: #B6F9CE; }
a { background-color: rgb(182,249,206); }
div.DivClassName
{
background-color: #B6F9CE;
}
.BgClassName
{
background-color: #B6F9CE;
}
</style>
border-color css
<style>
span { border-color: #B6F9CE; }
span { border-color: rgb(182,249,206); }
td.TdClassName
{
border-color: #B6F9CE;
}
.TagClassName
{
border-color: #B6F9CE;
}
</style>