Shades of Magic Mint #B8FEDE
Tints of Magic Mint #B8FEDE
RGB
CMYK
RGB Variations
Color information
#B8FEDE (or 0xB8FEDE) is known color: Magic Mint. HEX triplet: B8, FE and DE. RGB value is (184,254,222). Sum of RGB (Red+Green+Blue) = 184+254+222=660 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.88% from 660); Green value is 254 (99.61% from 255 or 38.48% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FEDE is #470121. Grayscale: #E5E5E5. Windows color (decimal): -4653346 or 14614200. OLE color: 14614200.
HSL color Cylindrical-coordinate representation of color #B8FEDE: hue angle of 152.57º 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 #B8FEDE is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 184 | 254 | 222 | - |
CMYK | 0.28 | 0 | 0.13 | 0.00 |
HSL | 152.57º | 0.97% | 0.86% | - |
HSV(B) | 152.57º | 0.28% | 1% | - |
XYZ | 68.39 | 86.35 | 82.17 | - |
YUV | 229.42 | 123.81 | 95.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 254 | 222 | 0.28 | 0 | 0.13 | 0.00 | 152.57 | 0.97 | 0.86 |
Hex | B8 | FE | DE | 1C | 0 | D | 0 | 99 | 61 | 56 |
Octal | 270 | 376 | 336 | 34 | 0 | 15 | 0 | 231 | 141 | 126 |
Binary | 10111000 | 11111110 | 11011110 | 11100 | 0 | 1101 | 0 | 10011001 | 1100001 | 1010110 |
Color Harmonies of #B8FEDE
Complementary color
Monochromatic Colors of #B8FEDE
Black with #B8FEDE
Text Example
Text Example
White with #B8FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FEDE; }
p { color: rgb(184,254,222); }
H1.HeaderClassName
{
color: #B8FEDE;
}
.AnyTagClassName
{
color: #B8FEDE;
}
</style>
background-color css
<style>
a { background-color: #B8FEDE; }
a { background-color: rgb(184,254,222); }
div.DivClassName
{
background-color: #B8FEDE;
}
.BgClassName
{
background-color: #B8FEDE;
}
</style>
border-color css
<style>
span { border-color: #B8FEDE; }
span { border-color: rgb(184,254,222); }
td.TdClassName
{
border-color: #B8FEDE;
}
.TagClassName
{
border-color: #B8FEDE;
}
</style>