Shades of Magic Mint #B6F2CE
Tints of Magic Mint #B6F2CE
RGB
CMYK
RGB Variations
Color information
#B6F2CE (or 0xB6F2CE) is known color: Magic Mint. HEX triplet: B6, F2 and CE. RGB value is (182,242,206). Sum of RGB (Red+Green+Blue) = 182+242+206=630 (83% of max value = 765). Red value is 182 (71.48% from 255 or 28.89% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #B6F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F2CE is #490D31. Grayscale: #DCDCDC. Windows color (decimal): -4787506 or 13562550. OLE color: 13562550.
HSL color Cylindrical-coordinate representation of color #B6F2CE: hue angle of 144º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F2CE is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 242 | 206 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.05 |
| HSL | 144º | 0.7% | 0.83% | - |
| HSV(B) | 144º | 0.25% | 0.95% | - |
| XYZ | 62.18 | 77.91 | 70.15 | - |
| YUV | 219.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 242 | 206 | 0.25 | 0 | 0.15 | 0.05 | 144 | 0.7 | 0.83 |
| Hex | B6 | F2 | CE | 19 | 0 | F | 5 | 90 | 46 | 53 |
| Octal | 266 | 362 | 316 | 31 | 0 | 17 | 5 | 220 | 106 | 123 |
| Binary | 10110110 | 11110010 | 11001110 | 11001 | 0 | 1111 | 101 | 10010000 | 1000110 | 1010011 |
Color Harmonies of #B6F2CE
Complementary color
Monochromatic Colors of #B6F2CE
Black with #B6F2CE
Text Example
Text Example
White with #B6F2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F2CE; }
p { color: rgb(182,242,206); }
H1.HeaderClassName
{
color: #B6F2CE;
}
.AnyTagClassName
{
color: #B6F2CE;
}
</style>
background-color css
<style>
a { background-color: #B6F2CE; }
a { background-color: rgb(182,242,206); }
div.DivClassName
{
background-color: #B6F2CE;
}
.BgClassName
{
background-color: #B6F2CE;
}
</style>
border-color css
<style>
span { border-color: #B6F2CE; }
span { border-color: rgb(182,242,206); }
td.TdClassName
{
border-color: #B6F2CE;
}
.TagClassName
{
border-color: #B6F2CE;
}
</style>