Shades of Magic Mint #B7FED0
Tints of Magic Mint #B7FED0
RGB
CMYK
RGB Variations
Color information
#B7FED0 (or 0xB7FED0) is known color: Magic Mint. HEX triplet: B7, FE and D0. RGB value is (183,254,208). Sum of RGB (Red+Green+Blue) = 183+254+208=645 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.37% from 645); Green value is 254 (99.61% from 255 or 39.38% from 645); Blue value is 208 (81.64% from 255 or 32.25% from 645); Max value from RGB is 254 - color contains mainly: green. Hex color #B7FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7FED0 is #48012F. Grayscale: #E3E3E3. Windows color (decimal): -4718896 or 13696695. OLE color: 13696695.
HSL color Cylindrical-coordinate representation of color #B7FED0: hue angle of 141.13º 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 #B7FED0 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 254 | 208 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.00 |
| HSL | 141.13º | 0.97% | 0.86% | - |
| HSV(B) | 141.13º | 0.28% | 1% | - |
| XYZ | 66.36 | 85.5 | 72.68 | - |
| YUV | 227.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 254 | 208 | 0.28 | 0 | 0.18 | 0.00 | 141.13 | 0.97 | 0.86 |
| Hex | B7 | FE | D0 | 1C | 0 | 12 | 0 | 8D | 61 | 56 |
| Octal | 267 | 376 | 320 | 34 | 0 | 22 | 0 | 215 | 141 | 126 |
| Binary | 10110111 | 11111110 | 11010000 | 11100 | 0 | 10010 | 0 | 10001101 | 1100001 | 1010110 |
Color Harmonies of #B7FED0
Complementary color
Monochromatic Colors of #B7FED0
Black with #B7FED0
Text Example
Text Example
White with #B7FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7FED0; }
p { color: rgb(183,254,208); }
H1.HeaderClassName
{
color: #B7FED0;
}
.AnyTagClassName
{
color: #B7FED0;
}
</style>
background-color css
<style>
a { background-color: #B7FED0; }
a { background-color: rgb(183,254,208); }
div.DivClassName
{
background-color: #B7FED0;
}
.BgClassName
{
background-color: #B7FED0;
}
</style>
border-color css
<style>
span { border-color: #B7FED0; }
span { border-color: rgb(183,254,208); }
td.TdClassName
{
border-color: #B7FED0;
}
.TagClassName
{
border-color: #B7FED0;
}
</style>