Shades of Magic Mint #9FEDC1
Tints of Magic Mint #9FEDC1
RGB
CMYK
RGB Variations
Color information
#9FEDC1 (or 0x9FEDC1) is known color: Magic Mint. HEX triplet: 9F, ED and C1. RGB value is (159,237,193). Sum of RGB (Red+Green+Blue) = 159+237+193=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 193 (75.78% from 255 or 32.77% from 589); Max value from RGB is 237 - color contains mainly: green. Hex color #9FEDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEDC1 is #60123E. Grayscale: #D0D0D0. Windows color (decimal): -6296127 or 12709279. OLE color: 12709279.
HSL color Cylindrical-coordinate representation of color #9FEDC1: hue angle of 146.15º 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 #9FEDC1 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 237 | 193 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.07 |
| HSL | 146.15º | 0.68% | 0.78% | - |
| HSV(B) | 146.15º | 0.33% | 0.93% | - |
| XYZ | 54.21 | 71.79 | 61.45 | - |
| YUV | 208.66 | 119.16 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 237 | 193 | 0.33 | 0 | 0.19 | 0.07 | 146.15 | 0.68 | 0.78 |
| Hex | 9F | ED | C1 | 21 | 0 | 13 | 7 | 92 | 44 | 4E |
| Octal | 237 | 355 | 301 | 41 | 0 | 23 | 7 | 222 | 104 | 116 |
| Binary | 10011111 | 11101101 | 11000001 | 100001 | 0 | 10011 | 111 | 10010010 | 1000100 | 1001110 |
Color Harmonies of #9FEDC1
Complementary color
Monochromatic Colors of #9FEDC1
Black with #9FEDC1
Text Example
Text Example
White with #9FEDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEDC1; }
p { color: rgb(159,237,193); }
H1.HeaderClassName
{
color: #9FEDC1;
}
.AnyTagClassName
{
color: #9FEDC1;
}
</style>
background-color css
<style>
a { background-color: #9FEDC1; }
a { background-color: rgb(159,237,193); }
div.DivClassName
{
background-color: #9FEDC1;
}
.BgClassName
{
background-color: #9FEDC1;
}
</style>
border-color css
<style>
span { border-color: #9FEDC1; }
span { border-color: rgb(159,237,193); }
td.TdClassName
{
border-color: #9FEDC1;
}
.TagClassName
{
border-color: #9FEDC1;
}
</style>