Shades of Magic Mint #99FDBF
Tints of Magic Mint #99FDBF
RGB
CMYK
RGB Variations
Color information
#99FDBF (or 0x99FDBF) is known color: Magic Mint. HEX triplet: 99, FD and BF. RGB value is (153,253,191). Sum of RGB (Red+Green+Blue) = 153+253+191=597 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.63% from 597); Green value is 253 (99.22% from 255 or 42.38% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 253 - color contains mainly: green. Hex color #99FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FDBF is #660240. Grayscale: #D8D8D8. Windows color (decimal): -6685249 or 12582297. OLE color: 12582297.
HSL color Cylindrical-coordinate representation of color #99FDBF: hue angle of 142.8º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FDBF is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 191 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.01 |
| HSL | 142.8º | 0.96% | 0.8% | - |
| HSV(B) | 142.8º | 0.4% | 0.99% | - |
| XYZ | 57.67 | 80.78 | 61.84 | - |
| YUV | 216.03 | 113.87 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 191 | 0.40 | 0 | 0.25 | 0.01 | 142.8 | 0.96 | 0.8 |
| Hex | 99 | FD | BF | 28 | 0 | 19 | 1 | 8F | 60 | 50 |
| Octal | 231 | 375 | 277 | 50 | 0 | 31 | 1 | 217 | 140 | 120 |
| Binary | 10011001 | 11111101 | 10111111 | 101000 | 0 | 11001 | 1 | 10001111 | 1100000 | 1010000 |
Color Harmonies of #99FDBF
Complementary color
Monochromatic Colors of #99FDBF
Black with #99FDBF
Text Example
Text Example
White with #99FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FDBF; }
p { color: rgb(153,253,191); }
H1.HeaderClassName
{
color: #99FDBF;
}
.AnyTagClassName
{
color: #99FDBF;
}
</style>
background-color css
<style>
a { background-color: #99FDBF; }
a { background-color: rgb(153,253,191); }
div.DivClassName
{
background-color: #99FDBF;
}
.BgClassName
{
background-color: #99FDBF;
}
</style>
border-color css
<style>
span { border-color: #99FDBF; }
span { border-color: rgb(153,253,191); }
td.TdClassName
{
border-color: #99FDBF;
}
.TagClassName
{
border-color: #99FDBF;
}
</style>