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