Shades of Magic Mint #B6FED1
Tints of Magic Mint #B6FED1
RGB
CMYK
RGB Variations
Color information
#B6FED1 (or 0xB6FED1) is known color: Magic Mint. HEX triplet: B6, FE and D1. RGB value is (182,254,209). Sum of RGB (Red+Green+Blue) = 182+254+209=645 (85% of max value = 765). Red value is 182 (71.48% from 255 or 28.22% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #B6FED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FED1 is #49012E. Grayscale: #E3E3E3. Windows color (decimal): -4784431 or 13762230. OLE color: 13762230.
HSL color Cylindrical-coordinate representation of color #B6FED1: hue angle of 142.5º 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 #B6FED1 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 254 | 209 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.00 |
| HSL | 142.5º | 0.97% | 0.85% | - |
| HSV(B) | 142.5º | 0.28% | 1% | - |
| XYZ | 66.24 | 85.43 | 73.32 | - |
| YUV | 227.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 254 | 209 | 0.28 | 0 | 0.18 | 0.00 | 142.5 | 0.97 | 0.85 |
| Hex | B6 | FE | D1 | 1C | 0 | 12 | 0 | 8E | 61 | 55 |
| Octal | 266 | 376 | 321 | 34 | 0 | 22 | 0 | 216 | 141 | 125 |
| Binary | 10110110 | 11111110 | 11010001 | 11100 | 0 | 10010 | 0 | 10001110 | 1100001 | 1010101 |
Color Harmonies of #B6FED1
Complementary color
Monochromatic Colors of #B6FED1
Black with #B6FED1
Text Example
Text Example
White with #B6FED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FED1; }
p { color: rgb(182,254,209); }
H1.HeaderClassName
{
color: #B6FED1;
}
.AnyTagClassName
{
color: #B6FED1;
}
</style>
background-color css
<style>
a { background-color: #B6FED1; }
a { background-color: rgb(182,254,209); }
div.DivClassName
{
background-color: #B6FED1;
}
.BgClassName
{
background-color: #B6FED1;
}
</style>
border-color css
<style>
span { border-color: #B6FED1; }
span { border-color: rgb(182,254,209); }
td.TdClassName
{
border-color: #B6FED1;
}
.TagClassName
{
border-color: #B6FED1;
}
</style>