Shades of Magic Mint #9FFAC6
Tints of Magic Mint #9FFAC6
RGB
CMYK
RGB Variations
Color information
#9FFAC6 (or 0x9FFAC6) is known color: Magic Mint. HEX triplet: 9F, FA and C6. RGB value is (159,250,198). Sum of RGB (Red+Green+Blue) = 159+250+198=607 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.19% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAC6 is #600539. Grayscale: #D8D8D8. Windows color (decimal): -6292794 or 13040287. OLE color: 13040287.
HSL color Cylindrical-coordinate representation of color #9FFAC6: hue angle of 145.71º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAC6 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 198 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.02 |
| HSL | 145.71º | 0.9% | 0.8% | - |
| HSV(B) | 145.71º | 0.36% | 0.98% | - |
| XYZ | 58.68 | 79.82 | 65.74 | - |
| YUV | 216.86 | 117.35 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 198 | 0.36 | 0 | 0.21 | 0.02 | 145.71 | 0.9 | 0.8 |
| Hex | 9F | FA | C6 | 24 | 0 | 15 | 2 | 92 | 5A | 50 |
| Octal | 237 | 372 | 306 | 44 | 0 | 25 | 2 | 222 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11000110 | 100100 | 0 | 10101 | 10 | 10010010 | 1011010 | 1010000 |
Color Harmonies of #9FFAC6
Complementary color
Monochromatic Colors of #9FFAC6
Black with #9FFAC6
Text Example
Text Example
White with #9FFAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAC6; }
p { color: rgb(159,250,198); }
H1.HeaderClassName
{
color: #9FFAC6;
}
.AnyTagClassName
{
color: #9FFAC6;
}
</style>
background-color css
<style>
a { background-color: #9FFAC6; }
a { background-color: rgb(159,250,198); }
div.DivClassName
{
background-color: #9FFAC6;
}
.BgClassName
{
background-color: #9FFAC6;
}
</style>
border-color css
<style>
span { border-color: #9FFAC6; }
span { border-color: rgb(159,250,198); }
td.TdClassName
{
border-color: #9FFAC6;
}
.TagClassName
{
border-color: #9FFAC6;
}
</style>