Shades of Magic Mint #99FFBD
Tints of Magic Mint #99FFBD
RGB
CMYK
RGB Variations
Color information
#99FFBD (or 0x99FFBD) is known color: Magic Mint. HEX triplet: 99, FF and BD. RGB value is (153,255,189). Sum of RGB (Red+Green+Blue) = 153+255+189=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 189 (74.22% from 255 or 31.66% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #99FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FFBD is #660042. Grayscale: #D9D9D9. Windows color (decimal): -6684739 or 12451737. OLE color: 12451737.
HSL color Cylindrical-coordinate representation of color #99FFBD: hue angle of 141.18º 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 #99FFBD is Cyan = 0.4, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 189 | - |
| CMYK | 0.4 | 0 | 0.26 | 0 |
| HSL | 141.18º | 1% | 0.8% | - |
| HSV(B) | 141.18º | 0.4% | 1% | - |
| XYZ | 58.08 | 81.97 | 60.9 | - |
| YUV | 216.98 | 112.21 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 189 | 0.4 | 0 | 0.26 | 0 | 141.18 | 1 | 0.8 |
| Hex | 99 | FF | BD | 28 | 0 | 1A | 0 | 8D | 64 | 50 |
| Octal | 231 | 377 | 275 | 50 | 0 | 32 | 0 | 215 | 144 | 120 |
| Binary | 10011001 | 11111111 | 10111101 | 101000 | 0 | 11010 | 0 | 10001101 | 1100100 | 1010000 |
Color Harmonies of #99FFBD
Complementary color
Monochromatic Colors of #99FFBD
Black with #99FFBD
Text Example
Text Example
White with #99FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FFBD; }
p { color: rgb(153,255,189); }
H1.HeaderClassName
{
color: #99FFBD;
}
.AnyTagClassName
{
color: #99FFBD;
}
</style>
background-color css
<style>
a { background-color: #99FFBD; }
a { background-color: rgb(153,255,189); }
div.DivClassName
{
background-color: #99FFBD;
}
.BgClassName
{
background-color: #99FFBD;
}
</style>
border-color css
<style>
span { border-color: #99FFBD; }
span { border-color: rgb(153,255,189); }
td.TdClassName
{
border-color: #99FFBD;
}
.TagClassName
{
border-color: #99FFBD;
}
</style>