Shades of Magic Mint #9FFACC
Tints of Magic Mint #9FFACC
RGB
CMYK
RGB Variations
Color information
#9FFACC (or 0x9FFACC) is known color: Magic Mint. HEX triplet: 9F, FA and CC. RGB value is (159,250,204). Sum of RGB (Red+Green+Blue) = 159+250+204=613 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.94% from 613); Green value is 250 (98.05% from 255 or 40.78% from 613); Blue value is 204 (80.08% from 255 or 33.28% from 613); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFACC is #600533. Grayscale: #D9D9D9. Windows color (decimal): -6292788 or 13433503. OLE color: 13433503.
HSL color Cylindrical-coordinate representation of color #9FFACC: hue angle of 149.67º 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 #9FFACC is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 204 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.02 |
| HSL | 149.67º | 0.9% | 0.8% | - |
| HSV(B) | 149.67º | 0.36% | 0.98% | - |
| XYZ | 59.38 | 80.1 | 69.46 | - |
| YUV | 217.55 | 120.35 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 204 | 0.36 | 0 | 0.18 | 0.02 | 149.67 | 0.9 | 0.8 |
| Hex | 9F | FA | CC | 24 | 0 | 12 | 2 | 96 | 5A | 50 |
| Octal | 237 | 372 | 314 | 44 | 0 | 22 | 2 | 226 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11001100 | 100100 | 0 | 10010 | 10 | 10010110 | 1011010 | 1010000 |
Color Harmonies of #9FFACC
Complementary color
Monochromatic Colors of #9FFACC
Black with #9FFACC
Text Example
Text Example
White with #9FFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFACC; }
p { color: rgb(159,250,204); }
H1.HeaderClassName
{
color: #9FFACC;
}
.AnyTagClassName
{
color: #9FFACC;
}
</style>
background-color css
<style>
a { background-color: #9FFACC; }
a { background-color: rgb(159,250,204); }
div.DivClassName
{
background-color: #9FFACC;
}
.BgClassName
{
background-color: #9FFACC;
}
</style>
border-color css
<style>
span { border-color: #9FFACC; }
span { border-color: rgb(159,250,204); }
td.TdClassName
{
border-color: #9FFACC;
}
.TagClassName
{
border-color: #9FFACC;
}
</style>