Shades of Magic Mint #98FED6
Tints of Magic Mint #98FED6
RGB
CMYK
RGB Variations
Color information
#98FED6 (or 0x98FED6) is known color: Magic Mint. HEX triplet: 98, FE and D6. RGB value is (152,254,214). Sum of RGB (Red+Green+Blue) = 152+254+214=620 (82% of max value = 765). Red value is 152 (59.77% from 255 or 24.52% from 620); Green value is 254 (99.61% from 255 or 40.97% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 254 - color contains mainly: green. Hex color #98FED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #98FED6 is #670129. Grayscale: #DADADA. Windows color (decimal): -6750506 or 14089880. OLE color: 14089880.
HSL color Cylindrical-coordinate representation of color #98FED6: hue angle of 156.47º 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 #98FED6 is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 254 | 214 | - |
| CMYK | 0.40 | 0 | 0.16 | 0.00 |
| HSL | 156.47º | 0.98% | 0.8% | - |
| HSV(B) | 156.47º | 0.4% | 1% | - |
| XYZ | 60.53 | 82.41 | 76.34 | - |
| YUV | 218.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 254 | 214 | 0.40 | 0 | 0.16 | 0.00 | 156.47 | 0.98 | 0.8 |
| Hex | 98 | FE | D6 | 28 | 0 | 10 | 0 | 9C | 62 | 50 |
| Octal | 230 | 376 | 326 | 50 | 0 | 20 | 0 | 234 | 142 | 120 |
| Binary | 10011000 | 11111110 | 11010110 | 101000 | 0 | 10000 | 0 | 10011100 | 1100010 | 1010000 |
Color Harmonies of #98FED6
Complementary color
Monochromatic Colors of #98FED6
Black with #98FED6
Text Example
Text Example
White with #98FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98FED6; }
p { color: rgb(152,254,214); }
H1.HeaderClassName
{
color: #98FED6;
}
.AnyTagClassName
{
color: #98FED6;
}
</style>
background-color css
<style>
a { background-color: #98FED6; }
a { background-color: rgb(152,254,214); }
div.DivClassName
{
background-color: #98FED6;
}
.BgClassName
{
background-color: #98FED6;
}
</style>
border-color css
<style>
span { border-color: #98FED6; }
span { border-color: rgb(152,254,214); }
td.TdClassName
{
border-color: #98FED6;
}
.TagClassName
{
border-color: #98FED6;
}
</style>