Shades of Magic Mint #9FECCE
Tints of Magic Mint #9FECCE
RGB
CMYK
RGB Variations
Color information
#9FECCE (or 0x9FECCE) is known color: Magic Mint. HEX triplet: 9F, EC and CE. RGB value is (159,236,206). Sum of RGB (Red+Green+Blue) = 159+236+206=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 236 (92.58% from 255 or 39.27% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 236 - color contains mainly: green. Hex color #9FECCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FECCE is #601331. Grayscale: #D1D1D1. Windows color (decimal): -6296370 or 13560991. OLE color: 13560991.
HSL color Cylindrical-coordinate representation of color #9FECCE: hue angle of 156.62º 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 #9FECCE is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 236 | 206 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.07 |
| HSL | 156.62º | 0.67% | 0.77% | - |
| HSV(B) | 156.62º | 0.33% | 0.93% | - |
| XYZ | 55.43 | 71.82 | 69.33 | - |
| YUV | 209.56 | 125.99 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 236 | 206 | 0.33 | 0 | 0.13 | 0.07 | 156.62 | 0.67 | 0.77 |
| Hex | 9F | EC | CE | 21 | 0 | D | 7 | 9D | 43 | 4D |
| Octal | 237 | 354 | 316 | 41 | 0 | 15 | 7 | 235 | 103 | 115 |
| Binary | 10011111 | 11101100 | 11001110 | 100001 | 0 | 1101 | 111 | 10011101 | 1000011 | 1001101 |
Color Harmonies of #9FECCE
Complementary color
Monochromatic Colors of #9FECCE
Black with #9FECCE
Text Example
Text Example
White with #9FECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FECCE; }
p { color: rgb(159,236,206); }
H1.HeaderClassName
{
color: #9FECCE;
}
.AnyTagClassName
{
color: #9FECCE;
}
</style>
background-color css
<style>
a { background-color: #9FECCE; }
a { background-color: rgb(159,236,206); }
div.DivClassName
{
background-color: #9FECCE;
}
.BgClassName
{
background-color: #9FECCE;
}
</style>
border-color css
<style>
span { border-color: #9FECCE; }
span { border-color: rgb(159,236,206); }
td.TdClassName
{
border-color: #9FECCE;
}
.TagClassName
{
border-color: #9FECCE;
}
</style>