Shades of Magic Mint #B8FBD2
Tints of Magic Mint #B8FBD2
RGB
CMYK
RGB Variations
Color information
#B8FBD2 (or 0xB8FBD2) is known color: Magic Mint. HEX triplet: B8, FB and D2. RGB value is (184,251,210). Sum of RGB (Red+Green+Blue) = 184+251+210=645 (85% of max value = 765). Red value is 184 (72.27% from 255 or 28.53% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #B8FBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FBD2 is #47042D. Grayscale: #E2E2E2. Windows color (decimal): -4654126 or 13827000. OLE color: 13827000.
HSL color Cylindrical-coordinate representation of color #B8FBD2: hue angle of 143.28º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FBD2 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 184 | 251 | 210 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.02 |
| HSL | 143.28º | 0.89% | 0.85% | - |
| HSV(B) | 143.28º | 0.27% | 0.98% | - |
| XYZ | 65.9 | 83.84 | 73.68 | - |
| YUV | 226.29 | 118.8 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 251 | 210 | 0.27 | 0 | 0.16 | 0.02 | 143.28 | 0.89 | 0.85 |
| Hex | B8 | FB | D2 | 1B | 0 | 10 | 2 | 8F | 59 | 55 |
| Octal | 270 | 373 | 322 | 33 | 0 | 20 | 2 | 217 | 131 | 125 |
| Binary | 10111000 | 11111011 | 11010010 | 11011 | 0 | 10000 | 10 | 10001111 | 1011001 | 1010101 |
Color Harmonies of #B8FBD2
Complementary color
Monochromatic Colors of #B8FBD2
Black with #B8FBD2
Text Example
Text Example
White with #B8FBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FBD2; }
p { color: rgb(184,251,210); }
H1.HeaderClassName
{
color: #B8FBD2;
}
.AnyTagClassName
{
color: #B8FBD2;
}
</style>
background-color css
<style>
a { background-color: #B8FBD2; }
a { background-color: rgb(184,251,210); }
div.DivClassName
{
background-color: #B8FBD2;
}
.BgClassName
{
background-color: #B8FBD2;
}
</style>
border-color css
<style>
span { border-color: #B8FBD2; }
span { border-color: rgb(184,251,210); }
td.TdClassName
{
border-color: #B8FBD2;
}
.TagClassName
{
border-color: #B8FBD2;
}
</style>