Shades of Magic Mint #99FEBC
Tints of Magic Mint #99FEBC
RGB
CMYK
RGB Variations
Color information
#99FEBC (or 0x99FEBC) is known color: Magic Mint. HEX triplet: 99, FE and BC. RGB value is (153,254,188). Sum of RGB (Red+Green+Blue) = 153+254+188=595 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.71% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEBC is #660143. Grayscale: #D8D8D8. Windows color (decimal): -6684996 or 12385945. OLE color: 12385945.
HSL color Cylindrical-coordinate representation of color #99FEBC: hue angle of 140.79º 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 #99FEBC is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 188 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.00 |
| HSL | 140.79º | 0.98% | 0.8% | - |
| HSV(B) | 140.79º | 0.4% | 1% | - |
| XYZ | 57.66 | 81.29 | 60.23 | - |
| YUV | 216.28 | 112.04 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 188 | 0.40 | 0 | 0.26 | 0.00 | 140.79 | 0.98 | 0.8 |
| Hex | 99 | FE | BC | 28 | 0 | 1A | 0 | 8D | 62 | 50 |
| Octal | 231 | 376 | 274 | 50 | 0 | 32 | 0 | 215 | 142 | 120 |
| Binary | 10011001 | 11111110 | 10111100 | 101000 | 0 | 11010 | 0 | 10001101 | 1100010 | 1010000 |
Color Harmonies of #99FEBC
Complementary color
Monochromatic Colors of #99FEBC
Black with #99FEBC
Text Example
Text Example
White with #99FEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEBC; }
p { color: rgb(153,254,188); }
H1.HeaderClassName
{
color: #99FEBC;
}
.AnyTagClassName
{
color: #99FEBC;
}
</style>
background-color css
<style>
a { background-color: #99FEBC; }
a { background-color: rgb(153,254,188); }
div.DivClassName
{
background-color: #99FEBC;
}
.BgClassName
{
background-color: #99FEBC;
}
</style>
border-color css
<style>
span { border-color: #99FEBC; }
span { border-color: rgb(153,254,188); }
td.TdClassName
{
border-color: #99FEBC;
}
.TagClassName
{
border-color: #99FEBC;
}
</style>