Shades of Magic Mint #B8FED4
Tints of Magic Mint #B8FED4
RGB
CMYK
RGB Variations
Color information
#B8FED4 (or 0xB8FED4) is known color: Magic Mint. HEX triplet: B8, FE and D4. RGB value is (184,254,212). Sum of RGB (Red+Green+Blue) = 184+254+212=650 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.31% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FED4 is #47012B. Grayscale: #E4E4E4. Windows color (decimal): -4653356 or 13958840. OLE color: 13958840.
HSL color Cylindrical-coordinate representation of color #B8FED4: hue angle of 144º 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 #B8FED4 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 212 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.00 |
| HSL | 144º | 0.97% | 0.86% | - |
| HSV(B) | 144º | 0.28% | 1% | - |
| XYZ | 67.09 | 85.83 | 75.32 | - |
| YUV | 228.28 | 118.81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 212 | 0.28 | 0 | 0.17 | 0.00 | 144 | 0.97 | 0.86 |
| Hex | B8 | FE | D4 | 1C | 0 | 11 | 0 | 90 | 61 | 56 |
| Octal | 270 | 376 | 324 | 34 | 0 | 21 | 0 | 220 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11010100 | 11100 | 0 | 10001 | 0 | 10010000 | 1100001 | 1010110 |
Color Harmonies of #B8FED4
Complementary color
Monochromatic Colors of #B8FED4
Black with #B8FED4
Text Example
Text Example
White with #B8FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FED4; }
p { color: rgb(184,254,212); }
H1.HeaderClassName
{
color: #B8FED4;
}
.AnyTagClassName
{
color: #B8FED4;
}
</style>
background-color css
<style>
a { background-color: #B8FED4; }
a { background-color: rgb(184,254,212); }
div.DivClassName
{
background-color: #B8FED4;
}
.BgClassName
{
background-color: #B8FED4;
}
</style>
border-color css
<style>
span { border-color: #B8FED4; }
span { border-color: rgb(184,254,212); }
td.TdClassName
{
border-color: #B8FED4;
}
.TagClassName
{
border-color: #B8FED4;
}
</style>