Shades of Magic Mint #99FFBC
Tints of Magic Mint #99FFBC
RGB
CMYK
RGB Variations
Color information
#99FFBC (or 0x99FFBC) is known color: Magic Mint. HEX triplet: 99, FF and BC. RGB value is (153,255,188). Sum of RGB (Red+Green+Blue) = 153+255+188=596 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.67% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFBC is #660043. Grayscale: #D9D9D9. Windows color (decimal): -6684740 or 12386201. OLE color: 12386201.
HSL color Cylindrical-coordinate representation of color #99FFBC: hue angle of 140.59º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FFBC is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 188 | - |
| CMYK | 0.4 | 0 | 0.26 | 0 |
| HSL | 140.59º | 1% | 0.8% | - |
| HSV(B) | 140.59º | 0.4% | 1% | - |
| XYZ | 57.97 | 81.92 | 60.33 | - |
| YUV | 216.86 | 111.71 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 188 | 0.4 | 0 | 0.26 | 0 | 140.59 | 1 | 0.8 |
| Hex | 99 | FF | BC | 28 | 0 | 1A | 0 | 8D | 64 | 50 |
| Octal | 231 | 377 | 274 | 50 | 0 | 32 | 0 | 215 | 144 | 120 |
| Binary | 10011001 | 11111111 | 10111100 | 101000 | 0 | 11010 | 0 | 10001101 | 1100100 | 1010000 |
Color Harmonies of #99FFBC
Complementary color
Monochromatic Colors of #99FFBC
Black with #99FFBC
Text Example
Text Example
White with #99FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFBC; }
p { color: rgb(153,255,188); }
H1.HeaderClassName
{
color: #99FFBC;
}
.AnyTagClassName
{
color: #99FFBC;
}
</style>
background-color css
<style>
a { background-color: #99FFBC; }
a { background-color: rgb(153,255,188); }
div.DivClassName
{
background-color: #99FFBC;
}
.BgClassName
{
background-color: #99FFBC;
}
</style>
border-color css
<style>
span { border-color: #99FFBC; }
span { border-color: rgb(153,255,188); }
td.TdClassName
{
border-color: #99FFBC;
}
.TagClassName
{
border-color: #99FFBC;
}
</style>