Shades of Magic Mint #B7FED4
Tints of Magic Mint #B7FED4
RGB
CMYK
RGB Variations
Color information
#B7FED4 (or 0xB7FED4) is known color: Magic Mint. HEX triplet: B7, FE and D4. RGB value is (183,254,212). Sum of RGB (Red+Green+Blue) = 183+254+212=649 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.20% from 649); Green value is 254 (99.61% from 255 or 39.14% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FED4 is #48012B. Grayscale: #E4E4E4. Windows color (decimal): -4718892 or 13958839. OLE color: 13958839.
HSL color Cylindrical-coordinate representation of color #B7FED4: hue angle of 144.51º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7FED4 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 254 | 212 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.00 |
| HSL | 144.51º | 0.97% | 0.86% | - |
| HSV(B) | 144.51º | 0.28% | 1% | - |
| XYZ | 66.85 | 85.7 | 75.31 | - |
| YUV | 227.98 | 118.98 | 95.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 254 | 212 | 0.28 | 0 | 0.17 | 0.00 | 144.51 | 0.97 | 0.86 |
| Hex | B7 | FE | D4 | 1C | 0 | 11 | 0 | 91 | 61 | 56 |
| Octal | 267 | 376 | 324 | 34 | 0 | 21 | 0 | 221 | 141 | 126 |
| Binary | 10110111 | 11111110 | 11010100 | 11100 | 0 | 10001 | 0 | 10010001 | 1100001 | 1010110 |
Color Harmonies of #B7FED4
Complementary color
Monochromatic Colors of #B7FED4
Black with #B7FED4
Text Example
Text Example
White with #B7FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FED4; }
p { color: rgb(183,254,212); }
H1.HeaderClassName
{
color: #B7FED4;
}
.AnyTagClassName
{
color: #B7FED4;
}
</style>
background-color css
<style>
a { background-color: #B7FED4; }
a { background-color: rgb(183,254,212); }
div.DivClassName
{
background-color: #B7FED4;
}
.BgClassName
{
background-color: #B7FED4;
}
</style>
border-color css
<style>
span { border-color: #B7FED4; }
span { border-color: rgb(183,254,212); }
td.TdClassName
{
border-color: #B7FED4;
}
.TagClassName
{
border-color: #B7FED4;
}
</style>