Shades of Magic Mint #B6FDD9
Tints of Magic Mint #B6FDD9
RGB
CMYK
RGB Variations
Color information
#B6FDD9 (or 0xB6FDD9) is known color: Magic Mint. HEX triplet: B6, FD and D9. RGB value is (182,253,217). Sum of RGB (Red+Green+Blue) = 182+253+217=652 (86% of max value = 765). Red value is 182 (71.48% from 255 or 27.91% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #B6FDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6FDD9 is #490226. Grayscale: #E3E3E3. Windows color (decimal): -4784679 or 14286262. OLE color: 14286262.
HSL color Cylindrical-coordinate representation of color #B6FDD9: hue angle of 149.58º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B6FDD9 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 182 | 253 | 217 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.01 |
| HSL | 149.58º | 0.95% | 0.85% | - |
| HSV(B) | 149.58º | 0.28% | 0.99% | - |
| XYZ | 66.94 | 85.21 | 78.56 | - |
| YUV | 227.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 253 | 217 | 0.28 | 0 | 0.14 | 0.01 | 149.58 | 0.95 | 0.85 |
| Hex | B6 | FD | D9 | 1C | 0 | E | 1 | 96 | 5F | 55 |
| Octal | 266 | 375 | 331 | 34 | 0 | 16 | 1 | 226 | 137 | 125 |
| Binary | 10110110 | 11111101 | 11011001 | 11100 | 0 | 1110 | 1 | 10010110 | 1011111 | 1010101 |
Color Harmonies of #B6FDD9
Complementary color
Monochromatic Colors of #B6FDD9
Black with #B6FDD9
Text Example
Text Example
White with #B6FDD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6FDD9; }
p { color: rgb(182,253,217); }
H1.HeaderClassName
{
color: #B6FDD9;
}
.AnyTagClassName
{
color: #B6FDD9;
}
</style>
background-color css
<style>
a { background-color: #B6FDD9; }
a { background-color: rgb(182,253,217); }
div.DivClassName
{
background-color: #B6FDD9;
}
.BgClassName
{
background-color: #B6FDD9;
}
</style>
border-color css
<style>
span { border-color: #B6FDD9; }
span { border-color: rgb(182,253,217); }
td.TdClassName
{
border-color: #B6FDD9;
}
.TagClassName
{
border-color: #B6FDD9;
}
</style>