Shades of Magic Mint #B0FEDD
Tints of Magic Mint #B0FEDD
RGB
CMYK
RGB Variations
Color information
#B0FEDD (or 0xB0FEDD) is known color: Magic Mint. HEX triplet: B0, FE and DD. RGB value is (176,254,221). Sum of RGB (Red+Green+Blue) = 176+254+221=651 (86% of max value = 765). Red value is 176 (69.14% from 255 or 27.04% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 221 (86.72% from 255 or 33.95% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FEDD is #4F0122. Grayscale: #E2E2E2. Windows color (decimal): -5177635 or 14548656. OLE color: 14548656.
HSL color Cylindrical-coordinate representation of color #B0FEDD: hue angle of 154.62º 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 #B0FEDD is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 221 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.00 |
| HSL | 154.62º | 0.98% | 0.84% | - |
| HSV(B) | 154.62º | 0.31% | 1% | - |
| XYZ | 66.4 | 85.33 | 81.38 | - |
| YUV | 226.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 221 | 0.31 | 0 | 0.13 | 0.00 | 154.62 | 0.98 | 0.84 |
| Hex | B0 | FE | DD | 1F | 0 | D | 0 | 9B | 62 | 54 |
| Octal | 260 | 376 | 335 | 37 | 0 | 15 | 0 | 233 | 142 | 124 |
| Binary | 10110000 | 11111110 | 11011101 | 11111 | 0 | 1101 | 0 | 10011011 | 1100010 | 1010100 |
Color Harmonies of #B0FEDD
Complementary color
Monochromatic Colors of #B0FEDD
Black with #B0FEDD
Text Example
Text Example
White with #B0FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FEDD; }
p { color: rgb(176,254,221); }
H1.HeaderClassName
{
color: #B0FEDD;
}
.AnyTagClassName
{
color: #B0FEDD;
}
</style>
background-color css
<style>
a { background-color: #B0FEDD; }
a { background-color: rgb(176,254,221); }
div.DivClassName
{
background-color: #B0FEDD;
}
.BgClassName
{
background-color: #B0FEDD;
}
</style>
border-color css
<style>
span { border-color: #B0FEDD; }
span { border-color: rgb(176,254,221); }
td.TdClassName
{
border-color: #B0FEDD;
}
.TagClassName
{
border-color: #B0FEDD;
}
</style>