Shades of Magic Mint #9FECC5
Tints of Magic Mint #9FECC5
RGB
CMYK
RGB Variations
Color information
#9FECC5 (or 0x9FECC5) is known color: Magic Mint. HEX triplet: 9F, EC and C5. RGB value is (159,236,197). Sum of RGB (Red+Green+Blue) = 159+236+197=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 236 (92.58% from 255 or 39.86% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECC5 is #60133A. Grayscale: #D0D0D0. Windows color (decimal): -6296379 or 12971167. OLE color: 12971167.
HSL color Cylindrical-coordinate representation of color #9FECC5: hue angle of 149.61º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FECC5 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 197 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.07 |
| HSL | 149.61º | 0.67% | 0.77% | - |
| HSV(B) | 149.61º | 0.33% | 0.93% | - |
| XYZ | 54.37 | 71.39 | 63.74 | - |
| YUV | 208.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 197 | 0.33 | 0 | 0.17 | 0.07 | 149.61 | 0.67 | 0.77 |
| Hex | 9F | EC | C5 | 21 | 0 | 11 | 7 | 96 | 43 | 4D |
| Octal | 237 | 354 | 305 | 41 | 0 | 21 | 7 | 226 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11000101 | 100001 | 0 | 10001 | 111 | 10010110 | 1000011 | 1001101 |
Color Harmonies of #9FECC5
Complementary color
Monochromatic Colors of #9FECC5
Black with #9FECC5
Text Example
Text Example
White with #9FECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECC5; }
p { color: rgb(159,236,197); }
H1.HeaderClassName
{
color: #9FECC5;
}
.AnyTagClassName
{
color: #9FECC5;
}
</style>
background-color css
<style>
a { background-color: #9FECC5; }
a { background-color: rgb(159,236,197); }
div.DivClassName
{
background-color: #9FECC5;
}
.BgClassName
{
background-color: #9FECC5;
}
</style>
border-color css
<style>
span { border-color: #9FECC5; }
span { border-color: rgb(159,236,197); }
td.TdClassName
{
border-color: #9FECC5;
}
.TagClassName
{
border-color: #9FECC5;
}
</style>