Shades of Magic Mint #B7F7D4
Tints of Magic Mint #B7F7D4
RGB
CMYK
RGB Variations
Color information
#B7F7D4 (or 0xB7F7D4) is known color: Magic Mint. HEX triplet: B7, F7 and D4. RGB value is (183,247,212). Sum of RGB (Red+Green+Blue) = 183+247+212=642 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.50% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #B7F7D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F7D4 is #48082B. Grayscale: #DFDFDF. Windows color (decimal): -4720684 or 13957047. OLE color: 13957047.
HSL color Cylindrical-coordinate representation of color #B7F7D4: hue angle of 147.19º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F7D4 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 183 | 247 | 212 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.03 |
| HSL | 147.19º | 0.8% | 0.84% | - |
| HSV(B) | 147.19º | 0.26% | 0.97% | - |
| XYZ | 64.67 | 81.34 | 74.58 | - |
| YUV | 223.87 | 121.3 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 247 | 212 | 0.26 | 0 | 0.14 | 0.03 | 147.19 | 0.8 | 0.84 |
| Hex | B7 | F7 | D4 | 1A | 0 | E | 3 | 93 | 50 | 54 |
| Octal | 267 | 367 | 324 | 32 | 0 | 16 | 3 | 223 | 120 | 124 |
| Binary | 10110111 | 11110111 | 11010100 | 11010 | 0 | 1110 | 11 | 10010011 | 1010000 | 1010100 |
Color Harmonies of #B7F7D4
Complementary color
Monochromatic Colors of #B7F7D4
Black with #B7F7D4
Text Example
Text Example
White with #B7F7D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F7D4; }
p { color: rgb(183,247,212); }
H1.HeaderClassName
{
color: #B7F7D4;
}
.AnyTagClassName
{
color: #B7F7D4;
}
</style>
background-color css
<style>
a { background-color: #B7F7D4; }
a { background-color: rgb(183,247,212); }
div.DivClassName
{
background-color: #B7F7D4;
}
.BgClassName
{
background-color: #B7F7D4;
}
</style>
border-color css
<style>
span { border-color: #B7F7D4; }
span { border-color: rgb(183,247,212); }
td.TdClassName
{
border-color: #B7F7D4;
}
.TagClassName
{
border-color: #B7F7D4;
}
</style>