Shades of Magic Mint #98F1BE
Tints of Magic Mint #98F1BE
RGB
CMYK
RGB Variations
Color information
#98F1BE (or 0x98F1BE) is known color: Magic Mint. HEX triplet: 98, F1 and BE. RGB value is (152,241,190). Sum of RGB (Red+Green+Blue) = 152+241+190=583 (77% of max value = 765). Red value is 152 (59.77% from 255 or 26.07% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #98F1BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98F1BE is #670E41. Grayscale: #D0D0D0. Windows color (decimal): -6753858 or 12513688. OLE color: 12513688.
HSL color Cylindrical-coordinate representation of color #98F1BE: hue angle of 145.62º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #98F1BE is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 190 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.05 |
| HSL | 145.62º | 0.76% | 0.77% | - |
| HSV(B) | 145.62º | 0.37% | 0.95% | - |
| XYZ | 53.7 | 73.3 | 60.03 | - |
| YUV | 208.58 | 117.51 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 190 | 0.37 | 0 | 0.21 | 0.05 | 145.62 | 0.76 | 0.77 |
| Hex | 98 | F1 | BE | 25 | 0 | 15 | 5 | 92 | 4C | 4D |
| Octal | 230 | 361 | 276 | 45 | 0 | 25 | 5 | 222 | 114 | 115 |
| Binary | 10011000 | 11110001 | 10111110 | 100101 | 0 | 10101 | 101 | 10010010 | 1001100 | 1001101 |
Color Harmonies of #98F1BE
Complementary color
Monochromatic Colors of #98F1BE
Black with #98F1BE
Text Example
Text Example
White with #98F1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F1BE; }
p { color: rgb(152,241,190); }
H1.HeaderClassName
{
color: #98F1BE;
}
.AnyTagClassName
{
color: #98F1BE;
}
</style>
background-color css
<style>
a { background-color: #98F1BE; }
a { background-color: rgb(152,241,190); }
div.DivClassName
{
background-color: #98F1BE;
}
.BgClassName
{
background-color: #98F1BE;
}
</style>
border-color css
<style>
span { border-color: #98F1BE; }
span { border-color: rgb(152,241,190); }
td.TdClassName
{
border-color: #98F1BE;
}
.TagClassName
{
border-color: #98F1BE;
}
</style>