Shades of Magic Mint #B8FED0
Tints of Magic Mint #B8FED0
RGB
CMYK
RGB Variations
Color information
#B8FED0 (or 0xB8FED0) is known color: Magic Mint. HEX triplet: B8, FE and D0. RGB value is (184,254,208). Sum of RGB (Red+Green+Blue) = 184+254+208=646 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.48% from 646); Green value is 254 (99.61% from 255 or 39.32% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FED0 is #47012F. Grayscale: #E3E3E3. Windows color (decimal): -4653360 or 13696696. OLE color: 13696696.
HSL color Cylindrical-coordinate representation of color #B8FED0: hue angle of 140.57º 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 #B8FED0 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 208 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.00 |
| HSL | 140.57º | 0.97% | 0.86% | - |
| HSV(B) | 140.57º | 0.28% | 1% | - |
| XYZ | 66.59 | 85.63 | 72.69 | - |
| YUV | 227.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 208 | 0.28 | 0 | 0.18 | 0.00 | 140.57 | 0.97 | 0.86 |
| Hex | B8 | FE | D0 | 1C | 0 | 12 | 0 | 8D | 61 | 56 |
| Octal | 270 | 376 | 320 | 34 | 0 | 22 | 0 | 215 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11010000 | 11100 | 0 | 10010 | 0 | 10001101 | 1100001 | 1010110 |
Color Harmonies of #B8FED0
Complementary color
Monochromatic Colors of #B8FED0
Black with #B8FED0
Text Example
Text Example
White with #B8FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FED0; }
p { color: rgb(184,254,208); }
H1.HeaderClassName
{
color: #B8FED0;
}
.AnyTagClassName
{
color: #B8FED0;
}
</style>
background-color css
<style>
a { background-color: #B8FED0; }
a { background-color: rgb(184,254,208); }
div.DivClassName
{
background-color: #B8FED0;
}
.BgClassName
{
background-color: #B8FED0;
}
</style>
border-color css
<style>
span { border-color: #B8FED0; }
span { border-color: rgb(184,254,208); }
td.TdClassName
{
border-color: #B8FED0;
}
.TagClassName
{
border-color: #B8FED0;
}
</style>