Shades of Magic Mint #9FFEC5
Tints of Magic Mint #9FFEC5
RGB
CMYK
RGB Variations
Color information
#9FFEC5 (or 0x9FFEC5) is known color: Magic Mint. HEX triplet: 9F, FE and C5. RGB value is (159,254,197). Sum of RGB (Red+Green+Blue) = 159+254+197=610 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.07% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEC5 is #60013A. Grayscale: #DBDBDB. Windows color (decimal): -6291771 or 12975775. OLE color: 12975775.
HSL color Cylindrical-coordinate representation of color #9FFEC5: hue angle of 144º 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 #9FFEC5 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 197 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.00 |
| HSL | 144º | 0.98% | 0.81% | - |
| HSV(B) | 144º | 0.37% | 1% | - |
| XYZ | 59.82 | 82.29 | 65.55 | - |
| YUV | 219.1 | 115.53 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 197 | 0.37 | 0 | 0.22 | 0.00 | 144 | 0.98 | 0.81 |
| Hex | 9F | FE | C5 | 25 | 0 | 16 | 0 | 90 | 62 | 51 |
| Octal | 237 | 376 | 305 | 45 | 0 | 26 | 0 | 220 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11000101 | 100101 | 0 | 10110 | 0 | 10010000 | 1100010 | 1010001 |
Color Harmonies of #9FFEC5
Complementary color
Monochromatic Colors of #9FFEC5
Black with #9FFEC5
Text Example
Text Example
White with #9FFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEC5; }
p { color: rgb(159,254,197); }
H1.HeaderClassName
{
color: #9FFEC5;
}
.AnyTagClassName
{
color: #9FFEC5;
}
</style>
background-color css
<style>
a { background-color: #9FFEC5; }
a { background-color: rgb(159,254,197); }
div.DivClassName
{
background-color: #9FFEC5;
}
.BgClassName
{
background-color: #9FFEC5;
}
</style>
border-color css
<style>
span { border-color: #9FFEC5; }
span { border-color: rgb(159,254,197); }
td.TdClassName
{
border-color: #9FFEC5;
}
.TagClassName
{
border-color: #9FFEC5;
}
</style>