Shades of Magic Mint #B8FFD1
Tints of Magic Mint #B8FFD1
RGB
CMYK
RGB Variations
Color information
#B8FFD1 (or 0xB8FFD1) is known color: Magic Mint. HEX triplet: B8, FF and D1. RGB value is (184,255,209). Sum of RGB (Red+Green+Blue) = 184+255+209=648 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.40% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFD1 is #47002E. Grayscale: #E4E4E4. Windows color (decimal): -4653103 or 13762488. OLE color: 13762488.
HSL color Cylindrical-coordinate representation of color #B8FFD1: hue angle of 141.13º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFD1 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 209 | - |
| CMYK | 0.28 | 0 | 0.18 | 0 |
| HSL | 141.13º | 1% | 0.86% | - |
| HSV(B) | 141.13º | 0.28% | 1% | - |
| XYZ | 67.04 | 86.31 | 73.45 | - |
| YUV | 228.53 | 116.98 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 209 | 0.28 | 0 | 0.18 | 0 | 141.13 | 1 | 0.86 |
| Hex | B8 | FF | D1 | 1C | 0 | 12 | 0 | 8D | 64 | 56 |
| Octal | 270 | 377 | 321 | 34 | 0 | 22 | 0 | 215 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11010001 | 11100 | 0 | 10010 | 0 | 10001101 | 1100100 | 1010110 |
Color Harmonies of #B8FFD1
Complementary color
Monochromatic Colors of #B8FFD1
Black with #B8FFD1
Text Example
Text Example
White with #B8FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFD1; }
p { color: rgb(184,255,209); }
H1.HeaderClassName
{
color: #B8FFD1;
}
.AnyTagClassName
{
color: #B8FFD1;
}
</style>
background-color css
<style>
a { background-color: #B8FFD1; }
a { background-color: rgb(184,255,209); }
div.DivClassName
{
background-color: #B8FFD1;
}
.BgClassName
{
background-color: #B8FFD1;
}
</style>
border-color css
<style>
span { border-color: #B8FFD1; }
span { border-color: rgb(184,255,209); }
td.TdClassName
{
border-color: #B8FFD1;
}
.TagClassName
{
border-color: #B8FFD1;
}
</style>