Shades of Magic Mint #9FECC0
Tints of Magic Mint #9FECC0
RGB
CMYK
RGB Variations
Color information
#9FECC0 (or 0x9FECC0) is known color: Magic Mint. HEX triplet: 9F, EC and C0. RGB value is (159,236,192). Sum of RGB (Red+Green+Blue) = 159+236+192=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECC0 is #60133F. Grayscale: #D0D0D0. Windows color (decimal): -6296384 or 12643487. OLE color: 12643487.
HSL color Cylindrical-coordinate representation of color #9FECC0: hue angle of 145.71º 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 #9FECC0 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 192 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.07 |
| HSL | 145.71º | 0.67% | 0.77% | - |
| HSV(B) | 145.71º | 0.33% | 0.93% | - |
| XYZ | 53.81 | 71.17 | 60.77 | - |
| YUV | 207.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 192 | 0.33 | 0 | 0.19 | 0.07 | 145.71 | 0.67 | 0.77 |
| Hex | 9F | EC | C0 | 21 | 0 | 13 | 7 | 92 | 43 | 4D |
| Octal | 237 | 354 | 300 | 41 | 0 | 23 | 7 | 222 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11000000 | 100001 | 0 | 10011 | 111 | 10010010 | 1000011 | 1001101 |
Color Harmonies of #9FECC0
Complementary color
Monochromatic Colors of #9FECC0
Black with #9FECC0
Text Example
Text Example
White with #9FECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECC0; }
p { color: rgb(159,236,192); }
H1.HeaderClassName
{
color: #9FECC0;
}
.AnyTagClassName
{
color: #9FECC0;
}
</style>
background-color css
<style>
a { background-color: #9FECC0; }
a { background-color: rgb(159,236,192); }
div.DivClassName
{
background-color: #9FECC0;
}
.BgClassName
{
background-color: #9FECC0;
}
</style>
border-color css
<style>
span { border-color: #9FECC0; }
span { border-color: rgb(159,236,192); }
td.TdClassName
{
border-color: #9FECC0;
}
.TagClassName
{
border-color: #9FECC0;
}
</style>