Shades of Magic Mint #B8FFDC
Tints of Magic Mint #B8FFDC
RGB
CMYK
RGB Variations
Color information
#B8FFDC (or 0xB8FFDC) is known color: Magic Mint. HEX triplet: B8, FF and DC. RGB value is (184,255,220). Sum of RGB (Red+Green+Blue) = 184+255+220=659 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.92% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #B8FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B8FFDC is #470023. Grayscale: #E5E5E5. Windows color (decimal): -4653092 or 14483384. OLE color: 14483384.
HSL color Cylindrical-coordinate representation of color #B8FFDC: hue angle of 150.42º 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 #B8FFDC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 255 | 220 | - |
| CMYK | 0.28 | 0 | 0.14 | 0 |
| HSL | 150.42º | 1% | 0.86% | - |
| HSV(B) | 150.42º | 0.28% | 1% | - |
| XYZ | 68.45 | 86.88 | 80.87 | - |
| YUV | 229.78 | 122.48 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 255 | 220 | 0.28 | 0 | 0.14 | 0 | 150.42 | 1 | 0.86 |
| Hex | B8 | FF | DC | 1C | 0 | E | 0 | 96 | 64 | 56 |
| Octal | 270 | 377 | 334 | 34 | 0 | 16 | 0 | 226 | 144 | 126 |
| Binary | 10111000 | 11111111 | 11011100 | 11100 | 0 | 1110 | 0 | 10010110 | 1100100 | 1010110 |
Color Harmonies of #B8FFDC
Complementary color
Monochromatic Colors of #B8FFDC
Black with #B8FFDC
Text Example
Text Example
White with #B8FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FFDC; }
p { color: rgb(184,255,220); }
H1.HeaderClassName
{
color: #B8FFDC;
}
.AnyTagClassName
{
color: #B8FFDC;
}
</style>
background-color css
<style>
a { background-color: #B8FFDC; }
a { background-color: rgb(184,255,220); }
div.DivClassName
{
background-color: #B8FFDC;
}
.BgClassName
{
background-color: #B8FFDC;
}
</style>
border-color css
<style>
span { border-color: #B8FFDC; }
span { border-color: rgb(184,255,220); }
td.TdClassName
{
border-color: #B8FFDC;
}
.TagClassName
{
border-color: #B8FFDC;
}
</style>