Shades of Magic Mint #B8FEDD
Tints of Magic Mint #B8FEDD
RGB
CMYK
RGB Variations
Color information
#B8FEDD (or 0xB8FEDD) is known color: Magic Mint. HEX triplet: B8, FE and DD. RGB value is (184,254,221). Sum of RGB (Red+Green+Blue) = 184+254+221=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEDD is #470122. Grayscale: #E5E5E5. Windows color (decimal): -4653347 or 14548664. OLE color: 14548664.
HSL color Cylindrical-coordinate representation of color #B8FEDD: hue angle of 151.71º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEDD is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 221 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.00 |
| HSL | 151.71º | 0.97% | 0.86% | - |
| HSV(B) | 151.71º | 0.28% | 1% | - |
| XYZ | 68.26 | 86.29 | 81.47 | - |
| YUV | 229.31 | 123.31 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 221 | 0.28 | 0 | 0.13 | 0.00 | 151.71 | 0.97 | 0.86 |
| Hex | B8 | FE | DD | 1C | 0 | D | 0 | 98 | 61 | 56 |
| Octal | 270 | 376 | 335 | 34 | 0 | 15 | 0 | 230 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11011101 | 11100 | 0 | 1101 | 0 | 10011000 | 1100001 | 1010110 |
Color Harmonies of #B8FEDD
Complementary color
Monochromatic Colors of #B8FEDD
Black with #B8FEDD
Text Example
Text Example
White with #B8FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FEDD; }
p { color: rgb(184,254,221); }
H1.HeaderClassName
{
color: #B8FEDD;
}
.AnyTagClassName
{
color: #B8FEDD;
}
</style>
background-color css
<style>
a { background-color: #B8FEDD; }
a { background-color: rgb(184,254,221); }
div.DivClassName
{
background-color: #B8FEDD;
}
.BgClassName
{
background-color: #B8FEDD;
}
</style>
border-color css
<style>
span { border-color: #B8FEDD; }
span { border-color: rgb(184,254,221); }
td.TdClassName
{
border-color: #B8FEDD;
}
.TagClassName
{
border-color: #B8FEDD;
}
</style>