Shades of Magic Mint #B7F6D3
Tints of Magic Mint #B7F6D3
RGB
CMYK
RGB Variations
Color information
#B7F6D3 (or 0xB7F6D3) is known color: Magic Mint. HEX triplet: B7, F6 and D3. RGB value is (183,246,211). Sum of RGB (Red+Green+Blue) = 183+246+211=640 (84% of max value = 765). Red value is 183 (71.88% from 255 or 28.59% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F6D3 is #48092C. Grayscale: #DFDFDF. Windows color (decimal): -4720941 or 13891255. OLE color: 13891255.
HSL color Cylindrical-coordinate representation of color #B7F6D3: hue angle of 146.67º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F6D3 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 211 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.04 |
| HSL | 146.67º | 0.78% | 0.84% | - |
| HSV(B) | 146.67º | 0.26% | 0.96% | - |
| XYZ | 64.24 | 80.68 | 73.82 | - |
| YUV | 223.17 | 121.13 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 211 | 0.26 | 0 | 0.14 | 0.04 | 146.67 | 0.78 | 0.84 |
| Hex | B7 | F6 | D3 | 1A | 0 | E | 4 | 93 | 4E | 54 |
| Octal | 267 | 366 | 323 | 32 | 0 | 16 | 4 | 223 | 116 | 124 |
| Binary | 10110111 | 11110110 | 11010011 | 11010 | 0 | 1110 | 100 | 10010011 | 1001110 | 1010100 |
Color Harmonies of #B7F6D3
Complementary color
Monochromatic Colors of #B7F6D3
Black with #B7F6D3
Text Example
Text Example
White with #B7F6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F6D3; }
p { color: rgb(183,246,211); }
H1.HeaderClassName
{
color: #B7F6D3;
}
.AnyTagClassName
{
color: #B7F6D3;
}
</style>
background-color css
<style>
a { background-color: #B7F6D3; }
a { background-color: rgb(183,246,211); }
div.DivClassName
{
background-color: #B7F6D3;
}
.BgClassName
{
background-color: #B7F6D3;
}
</style>
border-color css
<style>
span { border-color: #B7F6D3; }
span { border-color: rgb(183,246,211); }
td.TdClassName
{
border-color: #B7F6D3;
}
.TagClassName
{
border-color: #B7F6D3;
}
</style>