Shades of Magic Mint #9FFFC3
Tints of Magic Mint #9FFFC3
RGB
CMYK
RGB Variations
Color information
#9FFFC3 (or 0x9FFFC3) is known color: Magic Mint. HEX triplet: 9F, FF and C3. RGB value is (159,255,195). Sum of RGB (Red+Green+Blue) = 159+255+195=609 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.11% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 195 (76.56% from 255 or 32.02% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFC3 is #60003C. Grayscale: #DBDBDB. Windows color (decimal): -6291517 or 12844959. OLE color: 12844959.
HSL color Cylindrical-coordinate representation of color #9FFFC3: hue angle of 142.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFFC3 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 195 | - |
| CMYK | 0.38 | 0 | 0.24 | 0 |
| HSL | 142.5º | 1% | 0.81% | - |
| HSV(B) | 142.5º | 0.38% | 1% | - |
| XYZ | 59.91 | 82.83 | 64.46 | - |
| YUV | 219.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 195 | 0.38 | 0 | 0.24 | 0 | 142.5 | 1 | 0.81 |
| Hex | 9F | FF | C3 | 26 | 0 | 18 | 0 | 8E | 64 | 51 |
| Octal | 237 | 377 | 303 | 46 | 0 | 30 | 0 | 216 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11000011 | 100110 | 0 | 11000 | 0 | 10001110 | 1100100 | 1010001 |
Color Harmonies of #9FFFC3
Complementary color
Monochromatic Colors of #9FFFC3
Black with #9FFFC3
Text Example
Text Example
White with #9FFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFC3; }
p { color: rgb(159,255,195); }
H1.HeaderClassName
{
color: #9FFFC3;
}
.AnyTagClassName
{
color: #9FFFC3;
}
</style>
background-color css
<style>
a { background-color: #9FFFC3; }
a { background-color: rgb(159,255,195); }
div.DivClassName
{
background-color: #9FFFC3;
}
.BgClassName
{
background-color: #9FFFC3;
}
</style>
border-color css
<style>
span { border-color: #9FFFC3; }
span { border-color: rgb(159,255,195); }
td.TdClassName
{
border-color: #9FFFC3;
}
.TagClassName
{
border-color: #9FFFC3;
}
</style>