Shades of Magic Mint #B3FFCD
Tints of Magic Mint #B3FFCD
RGB
CMYK
RGB Variations
Color information
#B3FFCD (or 0xB3FFCD) is known color: Magic Mint. HEX triplet: B3, FF and CD. RGB value is (179,255,205). Sum of RGB (Red+Green+Blue) = 179+255+205=639 (84% of max value = 765). Red value is 179 (70.31% from 255 or 28.01% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B3FFCD is #4C0032. Grayscale: #E2E2E2. Windows color (decimal): -4980787 or 13500339. OLE color: 13500339.
HSL color Cylindrical-coordinate representation of color #B3FFCD: hue angle of 140.53º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFCD is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 205 | - |
| CMYK | 0.30 | 0 | 0.20 | 0 |
| HSL | 140.53º | 1% | 0.85% | - |
| HSV(B) | 140.53º | 0.3% | 1% | - |
| XYZ | 65.37 | 85.51 | 70.82 | - |
| YUV | 226.58 | 115.82 | 94.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 205 | 0.30 | 0 | 0.20 | 0 | 140.53 | 1 | 0.85 |
| Hex | B3 | FF | CD | 1E | 0 | 14 | 0 | 8D | 64 | 55 |
| Octal | 263 | 377 | 315 | 36 | 0 | 24 | 0 | 215 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11001101 | 11110 | 0 | 10100 | 0 | 10001101 | 1100100 | 1010101 |
Color Harmonies of #B3FFCD
Complementary color
Monochromatic Colors of #B3FFCD
Black with #B3FFCD
Text Example
Text Example
White with #B3FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFCD; }
p { color: rgb(179,255,205); }
H1.HeaderClassName
{
color: #B3FFCD;
}
.AnyTagClassName
{
color: #B3FFCD;
}
</style>
background-color css
<style>
a { background-color: #B3FFCD; }
a { background-color: rgb(179,255,205); }
div.DivClassName
{
background-color: #B3FFCD;
}
.BgClassName
{
background-color: #B3FFCD;
}
</style>
border-color css
<style>
span { border-color: #B3FFCD; }
span { border-color: rgb(179,255,205); }
td.TdClassName
{
border-color: #B3FFCD;
}
.TagClassName
{
border-color: #B3FFCD;
}
</style>