Shades of Magic Mint #9FEBC0
Tints of Magic Mint #9FEBC0
RGB
CMYK
RGB Variations
Color information
#9FEBC0 (or 0x9FEBC0) is known color: Magic Mint. HEX triplet: 9F, EB and C0. RGB value is (159,235,192). Sum of RGB (Red+Green+Blue) = 159+235+192=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBC0 is #60143F. Grayscale: #CFCFCF. Windows color (decimal): -6296640 or 12643231. OLE color: 12643231.
HSL color Cylindrical-coordinate representation of color #9FEBC0: hue angle of 146.05º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBC0 is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 192 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.08 |
| HSL | 146.05º | 0.66% | 0.77% | - |
| HSV(B) | 146.05º | 0.32% | 0.92% | - |
| XYZ | 53.52 | 70.59 | 60.67 | - |
| YUV | 207.37 | 119.32 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 192 | 0.32 | 0 | 0.18 | 0.08 | 146.05 | 0.66 | 0.77 |
| Hex | 9F | EB | C0 | 20 | 0 | 12 | 8 | 92 | 42 | 4D |
| Octal | 237 | 353 | 300 | 40 | 0 | 22 | 10 | 222 | 102 | 115 |
| Binary | 10011111 | 11101011 | 11000000 | 100000 | 0 | 10010 | 1000 | 10010010 | 1000010 | 1001101 |
Color Harmonies of #9FEBC0
Complementary color
Monochromatic Colors of #9FEBC0
Black with #9FEBC0
Text Example
Text Example
White with #9FEBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBC0; }
p { color: rgb(159,235,192); }
H1.HeaderClassName
{
color: #9FEBC0;
}
.AnyTagClassName
{
color: #9FEBC0;
}
</style>
background-color css
<style>
a { background-color: #9FEBC0; }
a { background-color: rgb(159,235,192); }
div.DivClassName
{
background-color: #9FEBC0;
}
.BgClassName
{
background-color: #9FEBC0;
}
</style>
border-color css
<style>
span { border-color: #9FEBC0; }
span { border-color: rgb(159,235,192); }
td.TdClassName
{
border-color: #9FEBC0;
}
.TagClassName
{
border-color: #9FEBC0;
}
</style>