Shades of Magic Mint #9FFED4
Tints of Magic Mint #9FFED4
RGB
CMYK
RGB Variations
Color information
#9FFED4 (or 0x9FFED4) is known color: Magic Mint. HEX triplet: 9F, FE and D4. RGB value is (159,254,212). Sum of RGB (Red+Green+Blue) = 159+254+212=625 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.44% from 625); Green value is 254 (99.61% from 255 or 40.64% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFED4 is #60012B. Grayscale: #DCDCDC. Windows color (decimal): -6291756 or 13958815. OLE color: 13958815.
HSL color Cylindrical-coordinate representation of color #9FFED4: hue angle of 153.47º 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 #9FFED4 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 212 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.00 |
| HSL | 153.47º | 0.98% | 0.81% | - |
| HSV(B) | 153.47º | 0.37% | 1% | - |
| XYZ | 61.62 | 83.01 | 75.06 | - |
| YUV | 220.81 | 123.03 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 212 | 0.37 | 0 | 0.17 | 0.00 | 153.47 | 0.98 | 0.81 |
| Hex | 9F | FE | D4 | 25 | 0 | 11 | 0 | 99 | 62 | 51 |
| Octal | 237 | 376 | 324 | 45 | 0 | 21 | 0 | 231 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11010100 | 100101 | 0 | 10001 | 0 | 10011001 | 1100010 | 1010001 |
Color Harmonies of #9FFED4
Complementary color
Monochromatic Colors of #9FFED4
Black with #9FFED4
Text Example
Text Example
White with #9FFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFED4; }
p { color: rgb(159,254,212); }
H1.HeaderClassName
{
color: #9FFED4;
}
.AnyTagClassName
{
color: #9FFED4;
}
</style>
background-color css
<style>
a { background-color: #9FFED4; }
a { background-color: rgb(159,254,212); }
div.DivClassName
{
background-color: #9FFED4;
}
.BgClassName
{
background-color: #9FFED4;
}
</style>
border-color css
<style>
span { border-color: #9FFED4; }
span { border-color: rgb(159,254,212); }
td.TdClassName
{
border-color: #9FFED4;
}
.TagClassName
{
border-color: #9FFED4;
}
</style>