Shades of Magic Mint #98FCC1
Tints of Magic Mint #98FCC1
RGB
CMYK
RGB Variations
Color information
#98FCC1 (or 0x98FCC1) is known color: Magic Mint. HEX triplet: 98, FC and C1. RGB value is (152,252,193). Sum of RGB (Red+Green+Blue) = 152+252+193=597 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.46% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 193 (75.78% from 255 or 32.33% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCC1 is #67033E. Grayscale: #D7D7D7. Windows color (decimal): -6751039 or 12713112. OLE color: 12713112.
HSL color Cylindrical-coordinate representation of color #98FCC1: hue angle of 144.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FCC1 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 193 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.01 |
| HSL | 144.6º | 0.94% | 0.79% | - |
| HSV(B) | 144.6º | 0.4% | 0.99% | - |
| XYZ | 57.38 | 80.15 | 62.9 | - |
| YUV | 215.37 | 115.37 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 193 | 0.40 | 0 | 0.23 | 0.01 | 144.6 | 0.94 | 0.79 |
| Hex | 98 | FC | C1 | 28 | 0 | 17 | 1 | 91 | 5E | 4F |
| Octal | 230 | 374 | 301 | 50 | 0 | 27 | 1 | 221 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11000001 | 101000 | 0 | 10111 | 1 | 10010001 | 1011110 | 1001111 |
Color Harmonies of #98FCC1
Complementary color
Monochromatic Colors of #98FCC1
Black with #98FCC1
Text Example
Text Example
White with #98FCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCC1; }
p { color: rgb(152,252,193); }
H1.HeaderClassName
{
color: #98FCC1;
}
.AnyTagClassName
{
color: #98FCC1;
}
</style>
background-color css
<style>
a { background-color: #98FCC1; }
a { background-color: rgb(152,252,193); }
div.DivClassName
{
background-color: #98FCC1;
}
.BgClassName
{
background-color: #98FCC1;
}
</style>
border-color css
<style>
span { border-color: #98FCC1; }
span { border-color: rgb(152,252,193); }
td.TdClassName
{
border-color: #98FCC1;
}
.TagClassName
{
border-color: #98FCC1;
}
</style>