Shades of Magic Mint #B8FFDA
Tints of Magic Mint #B8FFDA
RGB
CMYK
RGB Variations
Color information
#B8FFDA (or 0xB8FFDA) is known color: Magic Mint. HEX triplet: B8, FF and DA. RGB value is (184,255,218). Sum of RGB (Red+Green+Blue) = 184+255+218=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 255 (100% from 255 or 38.81% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFDA is #470025. Grayscale: #E5E5E5. Windows color (decimal): -4653094 or 14352312. OLE color: 14352312.
HSL color Cylindrical-coordinate representation of color #B8FFDA: hue angle of 148.73º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FFDA is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 218 | - |
| CMYK | 0.28 | 0 | 0.15 | 0 |
| HSL | 148.73º | 1% | 0.86% | - |
| HSV(B) | 148.73º | 0.28% | 1% | - |
| XYZ | 68.18 | 86.77 | 79.48 | - |
| YUV | 229.55 | 121.48 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 218 | 0.28 | 0 | 0.15 | 0 | 148.73 | 1 | 0.86 |
| Hex | B8 | FF | DA | 1C | 0 | F | 0 | 95 | 64 | 56 |
| Octal | 270 | 377 | 332 | 34 | 0 | 17 | 0 | 225 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11011010 | 11100 | 0 | 1111 | 0 | 10010101 | 1100100 | 1010110 |
Color Harmonies of #B8FFDA
Complementary color
Monochromatic Colors of #B8FFDA
Black with #B8FFDA
Text Example
Text Example
White with #B8FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFDA; }
p { color: rgb(184,255,218); }
H1.HeaderClassName
{
color: #B8FFDA;
}
.AnyTagClassName
{
color: #B8FFDA;
}
</style>
background-color css
<style>
a { background-color: #B8FFDA; }
a { background-color: rgb(184,255,218); }
div.DivClassName
{
background-color: #B8FFDA;
}
.BgClassName
{
background-color: #B8FFDA;
}
</style>
border-color css
<style>
span { border-color: #B8FFDA; }
span { border-color: rgb(184,255,218); }
td.TdClassName
{
border-color: #B8FFDA;
}
.TagClassName
{
border-color: #B8FFDA;
}
</style>