Shades of Magic Mint #9FFED6
Tints of Magic Mint #9FFED6
RGB
CMYK
RGB Variations
Color information
#9FFED6 (or 0x9FFED6) is known color: Magic Mint. HEX triplet: 9F, FE and D6. RGB value is (159,254,214). Sum of RGB (Red+Green+Blue) = 159+254+214=627 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.36% from 627); Green value is 254 (99.61% from 255 or 40.51% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFED6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFED6 is #600129. Grayscale: #DDDDDD. Windows color (decimal): -6291754 or 14089887. OLE color: 14089887.
HSL color Cylindrical-coordinate representation of color #9FFED6: hue angle of 154.74º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFED6 is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 214 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.00 |
| HSL | 154.74º | 0.98% | 0.81% | - |
| HSV(B) | 154.74º | 0.37% | 1% | - |
| XYZ | 61.88 | 83.11 | 76.4 | - |
| YUV | 221.04 | 124.03 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 214 | 0.37 | 0 | 0.16 | 0.00 | 154.74 | 0.98 | 0.81 |
| Hex | 9F | FE | D6 | 25 | 0 | 10 | 0 | 9B | 62 | 51 |
| Octal | 237 | 376 | 326 | 45 | 0 | 20 | 0 | 233 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11010110 | 100101 | 0 | 10000 | 0 | 10011011 | 1100010 | 1010001 |
Color Harmonies of #9FFED6
Complementary color
Monochromatic Colors of #9FFED6
Black with #9FFED6
Text Example
Text Example
White with #9FFED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFED6; }
p { color: rgb(159,254,214); }
H1.HeaderClassName
{
color: #9FFED6;
}
.AnyTagClassName
{
color: #9FFED6;
}
</style>
background-color css
<style>
a { background-color: #9FFED6; }
a { background-color: rgb(159,254,214); }
div.DivClassName
{
background-color: #9FFED6;
}
.BgClassName
{
background-color: #9FFED6;
}
</style>
border-color css
<style>
span { border-color: #9FFED6; }
span { border-color: rgb(159,254,214); }
td.TdClassName
{
border-color: #9FFED6;
}
.TagClassName
{
border-color: #9FFED6;
}
</style>