Shades of Magic Mint #9FEDC0
Tints of Magic Mint #9FEDC0
RGB
CMYK
RGB Variations
Color information
#9FEDC0 (or 0x9FEDC0) is known color: Magic Mint. HEX triplet: 9F, ED and C0. RGB value is (159,237,192). Sum of RGB (Red+Green+Blue) = 159+237+192=588 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.04% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 192 (75.39% from 255 or 32.65% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDC0 is #60123F. Grayscale: #D0D0D0. Windows color (decimal): -6296128 or 12643743. OLE color: 12643743.
HSL color Cylindrical-coordinate representation of color #9FEDC0: hue angle of 145.38º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEDC0 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 192 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.07 |
| HSL | 145.38º | 0.68% | 0.78% | - |
| HSV(B) | 145.38º | 0.33% | 0.93% | - |
| XYZ | 54.1 | 71.75 | 60.87 | - |
| YUV | 208.55 | 118.66 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 192 | 0.33 | 0 | 0.19 | 0.07 | 145.38 | 0.68 | 0.78 |
| Hex | 9F | ED | C0 | 21 | 0 | 13 | 7 | 91 | 44 | 4E |
| Octal | 237 | 355 | 300 | 41 | 0 | 23 | 7 | 221 | 104 | 116 |
| Binary | 10011111 | 11101101 | 11000000 | 100001 | 0 | 10011 | 111 | 10010001 | 1000100 | 1001110 |
Color Harmonies of #9FEDC0
Complementary color
Monochromatic Colors of #9FEDC0
Black with #9FEDC0
Text Example
Text Example
White with #9FEDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDC0; }
p { color: rgb(159,237,192); }
H1.HeaderClassName
{
color: #9FEDC0;
}
.AnyTagClassName
{
color: #9FEDC0;
}
</style>
background-color css
<style>
a { background-color: #9FEDC0; }
a { background-color: rgb(159,237,192); }
div.DivClassName
{
background-color: #9FEDC0;
}
.BgClassName
{
background-color: #9FEDC0;
}
</style>
border-color css
<style>
span { border-color: #9FEDC0; }
span { border-color: rgb(159,237,192); }
td.TdClassName
{
border-color: #9FEDC0;
}
.TagClassName
{
border-color: #9FEDC0;
}
</style>