Shades of Magic Mint #B0FFCD
Tints of Magic Mint #B0FFCD
RGB
CMYK
RGB Variations
Color information
#B0FFCD (or 0xB0FFCD) is known color: Magic Mint. HEX triplet: B0, FF and CD. RGB value is (176,255,205). Sum of RGB (Red+Green+Blue) = 176+255+205=636 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.67% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 205 (80.47% from 255 or 32.23% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B0FFCD is #4F0032. Grayscale: #E1E1E1. Windows color (decimal): -5177395 or 13500336. OLE color: 13500336.
HSL color Cylindrical-coordinate representation of color #B0FFCD: hue angle of 142.03º 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 #B0FFCD is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 205 | - |
| CMYK | 0.31 | 0 | 0.20 | 0 |
| HSL | 142.03º | 1% | 0.85% | - |
| HSV(B) | 142.03º | 0.31% | 1% | - |
| XYZ | 64.68 | 85.16 | 70.79 | - |
| YUV | 225.68 | 116.33 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 205 | 0.31 | 0 | 0.20 | 0 | 142.03 | 1 | 0.85 |
| Hex | B0 | FF | CD | 1F | 0 | 14 | 0 | 8E | 64 | 55 |
| Octal | 260 | 377 | 315 | 37 | 0 | 24 | 0 | 216 | 144 | 125 |
| Binary | 10110000 | 11111111 | 11001101 | 11111 | 0 | 10100 | 0 | 10001110 | 1100100 | 1010101 |
Color Harmonies of #B0FFCD
Complementary color
Monochromatic Colors of #B0FFCD
Black with #B0FFCD
Text Example
Text Example
White with #B0FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FFCD; }
p { color: rgb(176,255,205); }
H1.HeaderClassName
{
color: #B0FFCD;
}
.AnyTagClassName
{
color: #B0FFCD;
}
</style>
background-color css
<style>
a { background-color: #B0FFCD; }
a { background-color: rgb(176,255,205); }
div.DivClassName
{
background-color: #B0FFCD;
}
.BgClassName
{
background-color: #B0FFCD;
}
</style>
border-color css
<style>
span { border-color: #B0FFCD; }
span { border-color: rgb(176,255,205); }
td.TdClassName
{
border-color: #B0FFCD;
}
.TagClassName
{
border-color: #B0FFCD;
}
</style>