Shades of Magic Mint #9FFFC6
Tints of Magic Mint #9FFFC6
RGB
CMYK
RGB Variations
Color information
#9FFFC6 (or 0x9FFFC6) is known color: Magic Mint. HEX triplet: 9F, FF and C6. RGB value is (159,255,198). Sum of RGB (Red+Green+Blue) = 159+255+198=612 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.98% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFC6 is #600039. Grayscale: #DBDBDB. Windows color (decimal): -6291514 or 13041567. OLE color: 13041567.
HSL color Cylindrical-coordinate representation of color #9FFFC6: hue angle of 144.38º 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 #9FFFC6 is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 198 | - |
| CMYK | 0.38 | 0 | 0.22 | 0 |
| HSL | 144.38º | 1% | 0.81% | - |
| HSV(B) | 144.38º | 0.38% | 1% | - |
| XYZ | 60.25 | 82.97 | 66.26 | - |
| YUV | 219.8 | 115.7 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 198 | 0.38 | 0 | 0.22 | 0 | 144.38 | 1 | 0.81 |
| Hex | 9F | FF | C6 | 26 | 0 | 16 | 0 | 90 | 64 | 51 |
| Octal | 237 | 377 | 306 | 46 | 0 | 26 | 0 | 220 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11000110 | 100110 | 0 | 10110 | 0 | 10010000 | 1100100 | 1010001 |
Color Harmonies of #9FFFC6
Complementary color
Monochromatic Colors of #9FFFC6
Black with #9FFFC6
Text Example
Text Example
White with #9FFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFC6; }
p { color: rgb(159,255,198); }
H1.HeaderClassName
{
color: #9FFFC6;
}
.AnyTagClassName
{
color: #9FFFC6;
}
</style>
background-color css
<style>
a { background-color: #9FFFC6; }
a { background-color: rgb(159,255,198); }
div.DivClassName
{
background-color: #9FFFC6;
}
.BgClassName
{
background-color: #9FFFC6;
}
</style>
border-color css
<style>
span { border-color: #9FFFC6; }
span { border-color: rgb(159,255,198); }
td.TdClassName
{
border-color: #9FFFC6;
}
.TagClassName
{
border-color: #9FFFC6;
}
</style>