Shades of Magic Mint #98FEBB
Tints of Magic Mint #98FEBB
RGB
CMYK
RGB Variations
Color information
#98FEBB (or 0x98FEBB) is known color: Magic Mint. HEX triplet: 98, FE and BB. RGB value is (152,254,187). Sum of RGB (Red+Green+Blue) = 152+254+187=593 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.63% from 593); Green value is 254 (99.61% from 255 or 42.83% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FEBB is #670144. Grayscale: #D8D8D8. Windows color (decimal): -6750533 or 12320408. OLE color: 12320408.
HSL color Cylindrical-coordinate representation of color #98FEBB: hue angle of 140.59º 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 #98FEBB is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 187 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.00 |
| HSL | 140.59º | 0.98% | 0.8% | - |
| HSV(B) | 140.59º | 0.4% | 1% | - |
| XYZ | 57.36 | 81.15 | 59.65 | - |
| YUV | 215.86 | 111.71 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 187 | 0.40 | 0 | 0.26 | 0.00 | 140.59 | 0.98 | 0.8 |
| Hex | 98 | FE | BB | 28 | 0 | 1A | 0 | 8D | 62 | 50 |
| Octal | 230 | 376 | 273 | 50 | 0 | 32 | 0 | 215 | 142 | 120 |
| Binary | 10011000 | 11111110 | 10111011 | 101000 | 0 | 11010 | 0 | 10001101 | 1100010 | 1010000 |
Color Harmonies of #98FEBB
Complementary color
Monochromatic Colors of #98FEBB
Black with #98FEBB
Text Example
Text Example
White with #98FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FEBB; }
p { color: rgb(152,254,187); }
H1.HeaderClassName
{
color: #98FEBB;
}
.AnyTagClassName
{
color: #98FEBB;
}
</style>
background-color css
<style>
a { background-color: #98FEBB; }
a { background-color: rgb(152,254,187); }
div.DivClassName
{
background-color: #98FEBB;
}
.BgClassName
{
background-color: #98FEBB;
}
</style>
border-color css
<style>
span { border-color: #98FEBB; }
span { border-color: rgb(152,254,187); }
td.TdClassName
{
border-color: #98FEBB;
}
.TagClassName
{
border-color: #98FEBB;
}
</style>