Shades of Magic Mint #98F4BE
Tints of Magic Mint #98F4BE
RGB
CMYK
RGB Variations
Color information
#98F4BE (or 0x98F4BE) is known color: Magic Mint. HEX triplet: 98, F4 and BE. RGB value is (152,244,190). Sum of RGB (Red+Green+Blue) = 152+244+190=586 (77% of max value = 765). Red value is 152 (59.77% from 255 or 25.94% from 586); Green value is 244 (95.70% from 255 or 41.64% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 244 - color contains mainly: green. Hex color #98F4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F4BE is #670B41. Grayscale: #D2D2D2. Windows color (decimal): -6753090 or 12514456. OLE color: 12514456.
HSL color Cylindrical-coordinate representation of color #98F4BE: hue angle of 144.78º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #98F4BE is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 152 | 244 | 190 | - |
| CMYK | 0.38 | 0 | 0.22 | 0.04 |
| HSL | 144.78º | 0.81% | 0.78% | - |
| HSV(B) | 144.78º | 0.38% | 0.96% | - |
| XYZ | 54.59 | 75.09 | 60.33 | - |
| YUV | 210.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 244 | 190 | 0.38 | 0 | 0.22 | 0.04 | 144.78 | 0.81 | 0.78 |
| Hex | 98 | F4 | BE | 26 | 0 | 16 | 4 | 91 | 51 | 4E |
| Octal | 230 | 364 | 276 | 46 | 0 | 26 | 4 | 221 | 121 | 116 |
| Binary | 10011000 | 11110100 | 10111110 | 100110 | 0 | 10110 | 100 | 10010001 | 1010001 | 1001110 |
Color Harmonies of #98F4BE
Complementary color
Monochromatic Colors of #98F4BE
Black with #98F4BE
Text Example
Text Example
White with #98F4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F4BE; }
p { color: rgb(152,244,190); }
H1.HeaderClassName
{
color: #98F4BE;
}
.AnyTagClassName
{
color: #98F4BE;
}
</style>
background-color css
<style>
a { background-color: #98F4BE; }
a { background-color: rgb(152,244,190); }
div.DivClassName
{
background-color: #98F4BE;
}
.BgClassName
{
background-color: #98F4BE;
}
</style>
border-color css
<style>
span { border-color: #98F4BE; }
span { border-color: rgb(152,244,190); }
td.TdClassName
{
border-color: #98F4BE;
}
.TagClassName
{
border-color: #98F4BE;
}
</style>