Shades of Magic Mint #99FEBF
Tints of Magic Mint #99FEBF
RGB
CMYK
RGB Variations
Color information
#99FEBF (or 0x99FEBF) is known color: Magic Mint. HEX triplet: 99, FE and BF. RGB value is (153,254,191). Sum of RGB (Red+Green+Blue) = 153+254+191=598 (79% of max value = 765). Red value is 153 (60.16% from 255 or 25.59% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEBF is #660140. Grayscale: #D8D8D8. Windows color (decimal): -6684993 or 12582553. OLE color: 12582553.
HSL color Cylindrical-coordinate representation of color #99FEBF: hue angle of 142.57º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99FEBF is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 191 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.00 |
| HSL | 142.57º | 0.98% | 0.8% | - |
| HSV(B) | 142.57º | 0.4% | 1% | - |
| XYZ | 57.98 | 81.42 | 61.95 | - |
| YUV | 216.62 | 113.54 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 191 | 0.40 | 0 | 0.25 | 0.00 | 142.57 | 0.98 | 0.8 |
| Hex | 99 | FE | BF | 28 | 0 | 19 | 0 | 8F | 62 | 50 |
| Octal | 231 | 376 | 277 | 50 | 0 | 31 | 0 | 217 | 142 | 120 |
| Binary | 10011001 | 11111110 | 10111111 | 101000 | 0 | 11001 | 0 | 10001111 | 1100010 | 1010000 |
Color Harmonies of #99FEBF
Complementary color
Monochromatic Colors of #99FEBF
Black with #99FEBF
Text Example
Text Example
White with #99FEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEBF; }
p { color: rgb(153,254,191); }
H1.HeaderClassName
{
color: #99FEBF;
}
.AnyTagClassName
{
color: #99FEBF;
}
</style>
background-color css
<style>
a { background-color: #99FEBF; }
a { background-color: rgb(153,254,191); }
div.DivClassName
{
background-color: #99FEBF;
}
.BgClassName
{
background-color: #99FEBF;
}
</style>
border-color css
<style>
span { border-color: #99FEBF; }
span { border-color: rgb(153,254,191); }
td.TdClassName
{
border-color: #99FEBF;
}
.TagClassName
{
border-color: #99FEBF;
}
</style>