Shades of Magic Mint #9FFECB
Tints of Magic Mint #9FFECB
RGB
CMYK
RGB Variations
Color information
#9FFECB (or 0x9FFECB) is known color: Magic Mint. HEX triplet: 9F, FE and CB. RGB value is (159,254,203). Sum of RGB (Red+Green+Blue) = 159+254+203=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 254 (99.61% from 255 or 41.23% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFECB is #600134. Grayscale: #DBDBDB. Windows color (decimal): -6291765 or 13368991. OLE color: 13368991.
HSL color Cylindrical-coordinate representation of color #9FFECB: hue angle of 147.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFECB is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 203 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.00 |
| HSL | 147.79º | 0.98% | 0.81% | - |
| HSV(B) | 147.79º | 0.37% | 1% | - |
| XYZ | 60.52 | 82.57 | 69.25 | - |
| YUV | 219.78 | 118.53 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 203 | 0.37 | 0 | 0.20 | 0.00 | 147.79 | 0.98 | 0.81 |
| Hex | 9F | FE | CB | 25 | 0 | 14 | 0 | 94 | 62 | 51 |
| Octal | 237 | 376 | 313 | 45 | 0 | 24 | 0 | 224 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11001011 | 100101 | 0 | 10100 | 0 | 10010100 | 1100010 | 1010001 |
Color Harmonies of #9FFECB
Complementary color
Monochromatic Colors of #9FFECB
Black with #9FFECB
Text Example
Text Example
White with #9FFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFECB; }
p { color: rgb(159,254,203); }
H1.HeaderClassName
{
color: #9FFECB;
}
.AnyTagClassName
{
color: #9FFECB;
}
</style>
background-color css
<style>
a { background-color: #9FFECB; }
a { background-color: rgb(159,254,203); }
div.DivClassName
{
background-color: #9FFECB;
}
.BgClassName
{
background-color: #9FFECB;
}
</style>
border-color css
<style>
span { border-color: #9FFECB; }
span { border-color: rgb(159,254,203); }
td.TdClassName
{
border-color: #9FFECB;
}
.TagClassName
{
border-color: #9FFECB;
}
</style>