Shades of Magic Mint #B0FFD7
Tints of Magic Mint #B0FFD7
RGB
CMYK
RGB Variations
Color information
#B0FFD7 (or 0xB0FFD7) is known color: Magic Mint. HEX triplet: B0, FF and D7. RGB value is (176,255,215). Sum of RGB (Red+Green+Blue) = 176+255+215=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 215 (84.38% from 255 or 33.28% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFD7 is #4F0028. Grayscale: #E2E2E2. Windows color (decimal): -5177385 or 14155696. OLE color: 14155696.
HSL color Cylindrical-coordinate representation of color #B0FFD7: hue angle of 149.62º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FFD7 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 215 | - |
| CMYK | 0.31 | 0 | 0.16 | 0 |
| HSL | 149.62º | 1% | 0.85% | - |
| HSV(B) | 149.62º | 0.31% | 1% | - |
| XYZ | 65.93 | 85.66 | 77.35 | - |
| YUV | 226.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 215 | 0.31 | 0 | 0.16 | 0 | 149.62 | 1 | 0.85 |
| Hex | B0 | FF | D7 | 1F | 0 | 10 | 0 | 96 | 64 | 55 |
| Octal | 260 | 377 | 327 | 37 | 0 | 20 | 0 | 226 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11010111 | 11111 | 0 | 10000 | 0 | 10010110 | 1100100 | 1010101 |
Color Harmonies of #B0FFD7
Complementary color
Monochromatic Colors of #B0FFD7
Black with #B0FFD7
Text Example
Text Example
White with #B0FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFD7; }
p { color: rgb(176,255,215); }
H1.HeaderClassName
{
color: #B0FFD7;
}
.AnyTagClassName
{
color: #B0FFD7;
}
</style>
background-color css
<style>
a { background-color: #B0FFD7; }
a { background-color: rgb(176,255,215); }
div.DivClassName
{
background-color: #B0FFD7;
}
.BgClassName
{
background-color: #B0FFD7;
}
</style>
border-color css
<style>
span { border-color: #B0FFD7; }
span { border-color: rgb(176,255,215); }
td.TdClassName
{
border-color: #B0FFD7;
}
.TagClassName
{
border-color: #B0FFD7;
}
</style>