Shades of Magic Mint #B6F4D3
Tints of Magic Mint #B6F4D3
RGB
CMYK
RGB Variations
Color information
#B6F4D3 (or 0xB6F4D3) is known color: Magic Mint. HEX triplet: B6, F4 and D3. RGB value is (182,244,211). Sum of RGB (Red+Green+Blue) = 182+244+211=637 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.57% from 637); Green value is 244 (95.70% from 255 or 38.30% from 637); Blue value is 211 (82.81% from 255 or 33.12% from 637); Max value from RGB is 244 - color contains mainly: green. Hex color #B6F4D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6F4D3 is #490B2C. Grayscale: #DDDDDD. Windows color (decimal): -4786989 or 13890742. OLE color: 13890742.
HSL color Cylindrical-coordinate representation of color #B6F4D3: hue angle of 148.06º degrees, saturation: 0.74, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B6F4D3 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 182 | 244 | 211 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.04 |
| HSL | 148.06º | 0.74% | 0.84% | - |
| HSV(B) | 148.06º | 0.25% | 0.96% | - |
| XYZ | 63.4 | 79.35 | 73.6 | - |
| YUV | 221.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 244 | 211 | 0.25 | 0 | 0.14 | 0.04 | 148.06 | 0.74 | 0.84 |
| Hex | B6 | F4 | D3 | 19 | 0 | E | 4 | 94 | 4A | 54 |
| Octal | 266 | 364 | 323 | 31 | 0 | 16 | 4 | 224 | 112 | 124 |
| Binary | 10110110 | 11110100 | 11010011 | 11001 | 0 | 1110 | 100 | 10010100 | 1001010 | 1010100 |
Color Harmonies of #B6F4D3
Complementary color
Monochromatic Colors of #B6F4D3
Black with #B6F4D3
Text Example
Text Example
White with #B6F4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6F4D3; }
p { color: rgb(182,244,211); }
H1.HeaderClassName
{
color: #B6F4D3;
}
.AnyTagClassName
{
color: #B6F4D3;
}
</style>
background-color css
<style>
a { background-color: #B6F4D3; }
a { background-color: rgb(182,244,211); }
div.DivClassName
{
background-color: #B6F4D3;
}
.BgClassName
{
background-color: #B6F4D3;
}
</style>
border-color css
<style>
span { border-color: #B6F4D3; }
span { border-color: rgb(182,244,211); }
td.TdClassName
{
border-color: #B6F4D3;
}
.TagClassName
{
border-color: #B6F4D3;
}
</style>