Shades of Magic Mint #98FEDA
Tints of Magic Mint #98FEDA
RGB
CMYK
RGB Variations
Color information
#98FEDA (or 0x98FEDA) is known color: Magic Mint. HEX triplet: 98, FE and DA. RGB value is (152,254,218). Sum of RGB (Red+Green+Blue) = 152+254+218=624 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.36% from 624); Green value is 254 (99.61% from 255 or 40.71% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 254 - color contains mainly: green. Hex color #98FEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FEDA is #670125. Grayscale: #DBDBDB. Windows color (decimal): -6750502 or 14352024. OLE color: 14352024.
HSL color Cylindrical-coordinate representation of color #98FEDA: hue angle of 158.82º 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 #98FEDA is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 218 | - |
| CMYK | 0.40 | 0 | 0.14 | 0.00 |
| HSL | 158.82º | 0.98% | 0.8% | - |
| HSV(B) | 158.82º | 0.4% | 1% | - |
| XYZ | 61.05 | 82.62 | 79.06 | - |
| YUV | 219.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 218 | 0.40 | 0 | 0.14 | 0.00 | 158.82 | 0.98 | 0.8 |
| Hex | 98 | FE | DA | 28 | 0 | E | 0 | 9F | 62 | 50 |
| Octal | 230 | 376 | 332 | 50 | 0 | 16 | 0 | 237 | 142 | 120 |
| Binary | 10011000 | 11111110 | 11011010 | 101000 | 0 | 1110 | 0 | 10011111 | 1100010 | 1010000 |
Color Harmonies of #98FEDA
Complementary color
Monochromatic Colors of #98FEDA
Black with #98FEDA
Text Example
Text Example
White with #98FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FEDA; }
p { color: rgb(152,254,218); }
H1.HeaderClassName
{
color: #98FEDA;
}
.AnyTagClassName
{
color: #98FEDA;
}
</style>
background-color css
<style>
a { background-color: #98FEDA; }
a { background-color: rgb(152,254,218); }
div.DivClassName
{
background-color: #98FEDA;
}
.BgClassName
{
background-color: #98FEDA;
}
</style>
border-color css
<style>
span { border-color: #98FEDA; }
span { border-color: rgb(152,254,218); }
td.TdClassName
{
border-color: #98FEDA;
}
.TagClassName
{
border-color: #98FEDA;
}
</style>