Shades of Magic Mint #B0FEDC
Tints of Magic Mint #B0FEDC
RGB
CMYK
RGB Variations
Color information
#B0FEDC (or 0xB0FEDC) is known color: Magic Mint. HEX triplet: B0, FE and DC. RGB value is (176,254,220). Sum of RGB (Red+Green+Blue) = 176+254+220=650 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.08% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEDC is #4F0123. Grayscale: #E2E2E2. Windows color (decimal): -5177636 or 14483120. OLE color: 14483120.
HSL color Cylindrical-coordinate representation of color #B0FEDC: hue angle of 153.85º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FEDC is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 220 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.00 |
| HSL | 153.85º | 0.98% | 0.84% | - |
| HSV(B) | 153.85º | 0.31% | 1% | - |
| XYZ | 66.26 | 85.28 | 80.68 | - |
| YUV | 226.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 220 | 0.31 | 0 | 0.13 | 0.00 | 153.85 | 0.98 | 0.84 |
| Hex | B0 | FE | DC | 1F | 0 | D | 0 | 9A | 62 | 54 |
| Octal | 260 | 376 | 334 | 37 | 0 | 15 | 0 | 232 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11011100 | 11111 | 0 | 1101 | 0 | 10011010 | 1100010 | 1010100 |
Color Harmonies of #B0FEDC
Complementary color
Monochromatic Colors of #B0FEDC
Black with #B0FEDC
Text Example
Text Example
White with #B0FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEDC; }
p { color: rgb(176,254,220); }
H1.HeaderClassName
{
color: #B0FEDC;
}
.AnyTagClassName
{
color: #B0FEDC;
}
</style>
background-color css
<style>
a { background-color: #B0FEDC; }
a { background-color: rgb(176,254,220); }
div.DivClassName
{
background-color: #B0FEDC;
}
.BgClassName
{
background-color: #B0FEDC;
}
</style>
border-color css
<style>
span { border-color: #B0FEDC; }
span { border-color: rgb(176,254,220); }
td.TdClassName
{
border-color: #B0FEDC;
}
.TagClassName
{
border-color: #B0FEDC;
}
</style>