Shades of Magic Mint #98FCC3
Tints of Magic Mint #98FCC3
RGB
CMYK
RGB Variations
Color information
#98FCC3 (or 0x98FCC3) is known color: Magic Mint. HEX triplet: 98, FC and C3. RGB value is (152,252,195). Sum of RGB (Red+Green+Blue) = 152+252+195=599 (79% of max value = 765). Red value is 152 (59.77% from 255 or 25.38% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 195 (76.56% from 255 or 32.55% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #98FCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FCC3 is #67033C. Grayscale: #D7D7D7. Windows color (decimal): -6751037 or 12844184. OLE color: 12844184.
HSL color Cylindrical-coordinate representation of color #98FCC3: hue angle of 145.8º 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 #98FCC3 is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 152 | 252 | 195 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.01 |
| HSL | 145.8º | 0.94% | 0.79% | - |
| HSV(B) | 145.8º | 0.4% | 0.99% | - |
| XYZ | 57.61 | 80.24 | 64.08 | - |
| YUV | 215.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 252 | 195 | 0.40 | 0 | 0.23 | 0.01 | 145.8 | 0.94 | 0.79 |
| Hex | 98 | FC | C3 | 28 | 0 | 17 | 1 | 92 | 5E | 4F |
| Octal | 230 | 374 | 303 | 50 | 0 | 27 | 1 | 222 | 136 | 117 |
| Binary | 10011000 | 11111100 | 11000011 | 101000 | 0 | 10111 | 1 | 10010010 | 1011110 | 1001111 |
Color Harmonies of #98FCC3
Complementary color
Monochromatic Colors of #98FCC3
Black with #98FCC3
Text Example
Text Example
White with #98FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FCC3; }
p { color: rgb(152,252,195); }
H1.HeaderClassName
{
color: #98FCC3;
}
.AnyTagClassName
{
color: #98FCC3;
}
</style>
background-color css
<style>
a { background-color: #98FCC3; }
a { background-color: rgb(152,252,195); }
div.DivClassName
{
background-color: #98FCC3;
}
.BgClassName
{
background-color: #98FCC3;
}
</style>
border-color css
<style>
span { border-color: #98FCC3; }
span { border-color: rgb(152,252,195); }
td.TdClassName
{
border-color: #98FCC3;
}
.TagClassName
{
border-color: #98FCC3;
}
</style>