Shades of Magic Mint #9FECD6
Tints of Magic Mint #9FECD6
RGB
CMYK
RGB Variations
Color information
#9FECD6 (or 0x9FECD6) is known color: Magic Mint. HEX triplet: 9F, EC and D6. RGB value is (159,236,214). Sum of RGB (Red+Green+Blue) = 159+236+214=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 236 (92.58% from 255 or 38.75% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECD6 is #601329. Grayscale: #D2D2D2. Windows color (decimal): -6296362 or 14085279. OLE color: 14085279.
HSL color Cylindrical-coordinate representation of color #9FECD6: hue angle of 162.86º 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 #9FECD6 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 214 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.07 |
| HSL | 162.86º | 0.67% | 0.77% | - |
| HSV(B) | 162.86º | 0.33% | 0.93% | - |
| XYZ | 56.43 | 72.22 | 74.58 | - |
| YUV | 210.47 | 129.99 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 214 | 0.33 | 0 | 0.09 | 0.07 | 162.86 | 0.67 | 0.77 |
| Hex | 9F | EC | D6 | 21 | 0 | 9 | 7 | A3 | 43 | 4D |
| Octal | 237 | 354 | 326 | 41 | 0 | 11 | 7 | 243 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11010110 | 100001 | 0 | 1001 | 111 | 10100011 | 1000011 | 1001101 |
Color Harmonies of #9FECD6
Complementary color
Monochromatic Colors of #9FECD6
Black with #9FECD6
Text Example
Text Example
White with #9FECD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECD6; }
p { color: rgb(159,236,214); }
H1.HeaderClassName
{
color: #9FECD6;
}
.AnyTagClassName
{
color: #9FECD6;
}
</style>
background-color css
<style>
a { background-color: #9FECD6; }
a { background-color: rgb(159,236,214); }
div.DivClassName
{
background-color: #9FECD6;
}
.BgClassName
{
background-color: #9FECD6;
}
</style>
border-color css
<style>
span { border-color: #9FECD6; }
span { border-color: rgb(159,236,214); }
td.TdClassName
{
border-color: #9FECD6;
}
.TagClassName
{
border-color: #9FECD6;
}
</style>