Shades of Magic Mint #99FEBB
Tints of Magic Mint #99FEBB
RGB
CMYK
RGB Variations
Color information
#99FEBB (or 0x99FEBB) is known color: Magic Mint. HEX triplet: 99, FE and BB. RGB value is (153,254,187). Sum of RGB (Red+Green+Blue) = 153+254+187=594 (78% of max value = 765). Red value is 153 (60.16% from 255 or 25.76% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #99FEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #99FEBB is #660144. Grayscale: #D8D8D8. Windows color (decimal): -6684997 or 12320409. OLE color: 12320409.
HSL color Cylindrical-coordinate representation of color #99FEBB: hue angle of 140.2º 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 #99FEBB is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 187 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.00 |
| HSL | 140.2º | 0.98% | 0.8% | - |
| HSV(B) | 140.2º | 0.4% | 1% | - |
| XYZ | 57.55 | 81.24 | 59.66 | - |
| YUV | 216.16 | 111.54 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 187 | 0.40 | 0 | 0.26 | 0.00 | 140.2 | 0.98 | 0.8 |
| Hex | 99 | FE | BB | 28 | 0 | 1A | 0 | 8C | 62 | 50 |
| Octal | 231 | 376 | 273 | 50 | 0 | 32 | 0 | 214 | 142 | 120 |
| Binary | 10011001 | 11111110 | 10111011 | 101000 | 0 | 11010 | 0 | 10001100 | 1100010 | 1010000 |
Color Harmonies of #99FEBB
Complementary color
Monochromatic Colors of #99FEBB
Black with #99FEBB
Text Example
Text Example
White with #99FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FEBB; }
p { color: rgb(153,254,187); }
H1.HeaderClassName
{
color: #99FEBB;
}
.AnyTagClassName
{
color: #99FEBB;
}
</style>
background-color css
<style>
a { background-color: #99FEBB; }
a { background-color: rgb(153,254,187); }
div.DivClassName
{
background-color: #99FEBB;
}
.BgClassName
{
background-color: #99FEBB;
}
</style>
border-color css
<style>
span { border-color: #99FEBB; }
span { border-color: rgb(153,254,187); }
td.TdClassName
{
border-color: #99FEBB;
}
.TagClassName
{
border-color: #99FEBB;
}
</style>