Shades of Magic Mint #98FFBC
Tints of Magic Mint #98FFBC
RGB
CMYK
RGB Variations
Color information
#98FFBC (or 0x98FFBC) is known color: Magic Mint. HEX triplet: 98, FF and BC. RGB value is (152,255,188). Sum of RGB (Red+Green+Blue) = 152+255+188=595 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.55% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFBC is #670043. Grayscale: #D8D8D8. Windows color (decimal): -6750276 or 12386200. OLE color: 12386200.
HSL color Cylindrical-coordinate representation of color #98FFBC: hue angle of 140.97º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FFBC is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 188 | - |
| CMYK | 0.40 | 0 | 0.26 | 0 |
| HSL | 140.97º | 1% | 0.8% | - |
| HSV(B) | 140.97º | 0.4% | 1% | - |
| XYZ | 57.79 | 81.83 | 60.33 | - |
| YUV | 216.57 | 111.88 | 81.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 188 | 0.40 | 0 | 0.26 | 0 | 140.97 | 1 | 0.8 |
| Hex | 98 | FF | BC | 28 | 0 | 1A | 0 | 8D | 64 | 50 |
| Octal | 230 | 377 | 274 | 50 | 0 | 32 | 0 | 215 | 144 | 120 |
| Binary | 10011000 | 11111111 | 10111100 | 101000 | 0 | 11010 | 0 | 10001101 | 1100100 | 1010000 |
Color Harmonies of #98FFBC
Complementary color
Monochromatic Colors of #98FFBC
Black with #98FFBC
Text Example
Text Example
White with #98FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFBC; }
p { color: rgb(152,255,188); }
H1.HeaderClassName
{
color: #98FFBC;
}
.AnyTagClassName
{
color: #98FFBC;
}
</style>
background-color css
<style>
a { background-color: #98FFBC; }
a { background-color: rgb(152,255,188); }
div.DivClassName
{
background-color: #98FFBC;
}
.BgClassName
{
background-color: #98FFBC;
}
</style>
border-color css
<style>
span { border-color: #98FFBC; }
span { border-color: rgb(152,255,188); }
td.TdClassName
{
border-color: #98FFBC;
}
.TagClassName
{
border-color: #98FFBC;
}
</style>