Shades of Magic Mint #9FECD1
Tints of Magic Mint #9FECD1
RGB
CMYK
RGB Variations
Color information
#9FECD1 (or 0x9FECD1) is known color: Magic Mint. HEX triplet: 9F, EC and D1. RGB value is (159,236,209). Sum of RGB (Red+Green+Blue) = 159+236+209=604 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.32% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECD1 is #60132E. Grayscale: #D1D1D1. Windows color (decimal): -6296367 or 13757599. OLE color: 13757599.
HSL color Cylindrical-coordinate representation of color #9FECD1: hue angle of 158.96º 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 #9FECD1 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 209 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.07 |
| HSL | 158.96º | 0.67% | 0.77% | - |
| HSV(B) | 158.96º | 0.33% | 0.93% | - |
| XYZ | 55.8 | 71.97 | 71.27 | - |
| YUV | 209.9 | 127.49 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 209 | 0.33 | 0 | 0.11 | 0.07 | 158.96 | 0.67 | 0.77 |
| Hex | 9F | EC | D1 | 21 | 0 | B | 7 | 9F | 43 | 4D |
| Octal | 237 | 354 | 321 | 41 | 0 | 13 | 7 | 237 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11010001 | 100001 | 0 | 1011 | 111 | 10011111 | 1000011 | 1001101 |
Color Harmonies of #9FECD1
Complementary color
Monochromatic Colors of #9FECD1
Black with #9FECD1
Text Example
Text Example
White with #9FECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECD1; }
p { color: rgb(159,236,209); }
H1.HeaderClassName
{
color: #9FECD1;
}
.AnyTagClassName
{
color: #9FECD1;
}
</style>
background-color css
<style>
a { background-color: #9FECD1; }
a { background-color: rgb(159,236,209); }
div.DivClassName
{
background-color: #9FECD1;
}
.BgClassName
{
background-color: #9FECD1;
}
</style>
border-color css
<style>
span { border-color: #9FECD1; }
span { border-color: rgb(159,236,209); }
td.TdClassName
{
border-color: #9FECD1;
}
.TagClassName
{
border-color: #9FECD1;
}
</style>