Shades of Magic Mint #9FFECC
Tints of Magic Mint #9FFECC
RGB
CMYK
RGB Variations
Color information
#9FFECC (or 0x9FFECC) is known color: Magic Mint. HEX triplet: 9F, FE and CC. RGB value is (159,254,204). Sum of RGB (Red+Green+Blue) = 159+254+204=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 254 (99.61% from 255 or 41.17% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFECC is #600133. Grayscale: #DBDBDB. Windows color (decimal): -6291764 or 13434527. OLE color: 13434527.
HSL color Cylindrical-coordinate representation of color #9FFECC: hue angle of 148.42º 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 #9FFECC is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 204 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.00 |
| HSL | 148.42º | 0.98% | 0.81% | - |
| HSV(B) | 148.42º | 0.37% | 1% | - |
| XYZ | 60.64 | 82.61 | 69.88 | - |
| YUV | 219.9 | 119.03 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 204 | 0.37 | 0 | 0.20 | 0.00 | 148.42 | 0.98 | 0.81 |
| Hex | 9F | FE | CC | 25 | 0 | 14 | 0 | 94 | 62 | 51 |
| Octal | 237 | 376 | 314 | 45 | 0 | 24 | 0 | 224 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11001100 | 100101 | 0 | 10100 | 0 | 10010100 | 1100010 | 1010001 |
Color Harmonies of #9FFECC
Complementary color
Monochromatic Colors of #9FFECC
Black with #9FFECC
Text Example
Text Example
White with #9FFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFECC; }
p { color: rgb(159,254,204); }
H1.HeaderClassName
{
color: #9FFECC;
}
.AnyTagClassName
{
color: #9FFECC;
}
</style>
background-color css
<style>
a { background-color: #9FFECC; }
a { background-color: rgb(159,254,204); }
div.DivClassName
{
background-color: #9FFECC;
}
.BgClassName
{
background-color: #9FFECC;
}
</style>
border-color css
<style>
span { border-color: #9FFECC; }
span { border-color: rgb(159,254,204); }
td.TdClassName
{
border-color: #9FFECC;
}
.TagClassName
{
border-color: #9FFECC;
}
</style>