Shades of Magic Mint #B2FEDD
Tints of Magic Mint #B2FEDD
RGB
CMYK
RGB Variations
Color information
#B2FEDD (or 0xB2FEDD) is known color: Magic Mint. HEX triplet: B2, FE and DD. RGB value is (178,254,221). Sum of RGB (Red+Green+Blue) = 178+254+221=653 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.26% from 653); Green value is 254 (99.61% from 255 or 38.90% from 653); Blue value is 221 (86.72% from 255 or 33.84% from 653); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2FEDD is #4D0122. Grayscale: #E3E3E3. Windows color (decimal): -5046563 or 14548658. OLE color: 14548658.
HSL color Cylindrical-coordinate representation of color #B2FEDD: hue angle of 153.95º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B2FEDD is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 221 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.00 |
| HSL | 153.95º | 0.97% | 0.85% | - |
| HSV(B) | 153.95º | 0.3% | 1% | - |
| XYZ | 66.85 | 85.57 | 81.4 | - |
| YUV | 227.51 | 124.32 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 221 | 0.30 | 0 | 0.13 | 0.00 | 153.95 | 0.97 | 0.85 |
| Hex | B2 | FE | DD | 1E | 0 | D | 0 | 9A | 61 | 55 |
| Octal | 262 | 376 | 335 | 36 | 0 | 15 | 0 | 232 | 141 | 125 |
| Binary | 10110010 | 11111110 | 11011101 | 11110 | 0 | 1101 | 0 | 10011010 | 1100001 | 1010101 |
Color Harmonies of #B2FEDD
Complementary color
Monochromatic Colors of #B2FEDD
Black with #B2FEDD
Text Example
Text Example
White with #B2FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FEDD; }
p { color: rgb(178,254,221); }
H1.HeaderClassName
{
color: #B2FEDD;
}
.AnyTagClassName
{
color: #B2FEDD;
}
</style>
background-color css
<style>
a { background-color: #B2FEDD; }
a { background-color: rgb(178,254,221); }
div.DivClassName
{
background-color: #B2FEDD;
}
.BgClassName
{
background-color: #B2FEDD;
}
</style>
border-color css
<style>
span { border-color: #B2FEDD; }
span { border-color: rgb(178,254,221); }
td.TdClassName
{
border-color: #B2FEDD;
}
.TagClassName
{
border-color: #B2FEDD;
}
</style>