Shades of Magic Mint #98FECF
Tints of Magic Mint #98FECF
RGB
CMYK
RGB Variations
Color information
#98FECF (or 0x98FECF) is known color: Magic Mint. HEX triplet: 98, FE and CF. RGB value is (152,254,207). Sum of RGB (Red+Green+Blue) = 152+254+207=613 (81% of max value = 765). Red value is 152 (59.77% from 255 or 24.80% from 613); Green value is 254 (99.61% from 255 or 41.44% from 613); Blue value is 207 (81.25% from 255 or 33.77% from 613); Max value from RGB is 254 - color contains mainly: green. Hex color #98FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FECF is #670130. Grayscale: #DADADA. Windows color (decimal): -6750513 or 13631128. OLE color: 13631128.
HSL color Cylindrical-coordinate representation of color #98FECF: hue angle of 152.35º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98FECF is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 207 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.00 |
| HSL | 152.35º | 0.98% | 0.8% | - |
| HSV(B) | 152.35º | 0.4% | 1% | - |
| XYZ | 59.65 | 82.06 | 71.73 | - |
| YUV | 218.14 | 121.71 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 207 | 0.40 | 0 | 0.19 | 0.00 | 152.35 | 0.98 | 0.8 |
| Hex | 98 | FE | CF | 28 | 0 | 13 | 0 | 98 | 62 | 50 |
| Octal | 230 | 376 | 317 | 50 | 0 | 23 | 0 | 230 | 142 | 120 |
| Binary | 10011000 | 11111110 | 11001111 | 101000 | 0 | 10011 | 0 | 10011000 | 1100010 | 1010000 |
Color Harmonies of #98FECF
Complementary color
Monochromatic Colors of #98FECF
Black with #98FECF
Text Example
Text Example
White with #98FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FECF; }
p { color: rgb(152,254,207); }
H1.HeaderClassName
{
color: #98FECF;
}
.AnyTagClassName
{
color: #98FECF;
}
</style>
background-color css
<style>
a { background-color: #98FECF; }
a { background-color: rgb(152,254,207); }
div.DivClassName
{
background-color: #98FECF;
}
.BgClassName
{
background-color: #98FECF;
}
</style>
border-color css
<style>
span { border-color: #98FECF; }
span { border-color: rgb(152,254,207); }
td.TdClassName
{
border-color: #98FECF;
}
.TagClassName
{
border-color: #98FECF;
}
</style>