Shades of Magic Mint #98FABB
Tints of Magic Mint #98FABB
RGB
CMYK
RGB Variations
Color information
#98FABB (or 0x98FABB) is known color: Magic Mint. HEX triplet: 98, FA and BB. RGB value is (152,250,187). Sum of RGB (Red+Green+Blue) = 152+250+187=589 (78% of max value = 765). Red value is 152 (59.77% from 255 or 25.81% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #98FABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FABB is #670544. Grayscale: #D5D5D5. Windows color (decimal): -6751557 or 12319384. OLE color: 12319384.
HSL color Cylindrical-coordinate representation of color #98FABB: hue angle of 141.43º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98FABB is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 250 | 187 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.02 |
| HSL | 141.43º | 0.91% | 0.79% | - |
| HSV(B) | 141.43º | 0.39% | 0.98% | - |
| XYZ | 56.1 | 78.63 | 59.23 | - |
| YUV | 213.52 | 113.03 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 250 | 187 | 0.39 | 0 | 0.25 | 0.02 | 141.43 | 0.91 | 0.79 |
| Hex | 98 | FA | BB | 27 | 0 | 19 | 2 | 8D | 5B | 4F |
| Octal | 230 | 372 | 273 | 47 | 0 | 31 | 2 | 215 | 133 | 117 |
| Binary | 10011000 | 11111010 | 10111011 | 100111 | 0 | 11001 | 10 | 10001101 | 1011011 | 1001111 |
Color Harmonies of #98FABB
Complementary color
Monochromatic Colors of #98FABB
Black with #98FABB
Text Example
Text Example
White with #98FABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FABB; }
p { color: rgb(152,250,187); }
H1.HeaderClassName
{
color: #98FABB;
}
.AnyTagClassName
{
color: #98FABB;
}
</style>
background-color css
<style>
a { background-color: #98FABB; }
a { background-color: rgb(152,250,187); }
div.DivClassName
{
background-color: #98FABB;
}
.BgClassName
{
background-color: #98FABB;
}
</style>
border-color css
<style>
span { border-color: #98FABB; }
span { border-color: rgb(152,250,187); }
td.TdClassName
{
border-color: #98FABB;
}
.TagClassName
{
border-color: #98FABB;
}
</style>