Shades of Magic Mint #98FFBD
Tints of Magic Mint #98FFBD
RGB
CMYK
RGB Variations
Color information
#98FFBD (or 0x98FFBD) is known color: Magic Mint. HEX triplet: 98, FF and BD. RGB value is (152,255,189). Sum of RGB (Red+Green+Blue) = 152+255+189=596 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.50% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #98FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FFBD is #670042. Grayscale: #D8D8D8. Windows color (decimal): -6750275 or 12451736. OLE color: 12451736.
HSL color Cylindrical-coordinate representation of color #98FFBD: hue angle of 141.55º 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 #98FFBD is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 152 | 255 | 189 | - |
| CMYK | 0.40 | 0 | 0.26 | 0 |
| HSL | 141.55º | 1% | 0.8% | - |
| HSV(B) | 141.55º | 0.4% | 1% | - |
| XYZ | 57.89 | 81.87 | 60.9 | - |
| YUV | 216.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 255 | 189 | 0.40 | 0 | 0.26 | 0 | 141.55 | 1 | 0.8 |
| Hex | 98 | FF | BD | 28 | 0 | 1A | 0 | 8E | 64 | 50 |
| Octal | 230 | 377 | 275 | 50 | 0 | 32 | 0 | 216 | 144 | 120 |
| Binary | 10011000 | 11111111 | 10111101 | 101000 | 0 | 11010 | 0 | 10001110 | 1100100 | 1010000 |
Color Harmonies of #98FFBD
Complementary color
Monochromatic Colors of #98FFBD
Black with #98FFBD
Text Example
Text Example
White with #98FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FFBD; }
p { color: rgb(152,255,189); }
H1.HeaderClassName
{
color: #98FFBD;
}
.AnyTagClassName
{
color: #98FFBD;
}
</style>
background-color css
<style>
a { background-color: #98FFBD; }
a { background-color: rgb(152,255,189); }
div.DivClassName
{
background-color: #98FFBD;
}
.BgClassName
{
background-color: #98FFBD;
}
</style>
border-color css
<style>
span { border-color: #98FFBD; }
span { border-color: rgb(152,255,189); }
td.TdClassName
{
border-color: #98FFBD;
}
.TagClassName
{
border-color: #98FFBD;
}
</style>