Shades of Magic Mint #9FFACE
Tints of Magic Mint #9FFACE
RGB
CMYK
RGB Variations
Color information
#9FFACE (or 0x9FFACE) is known color: Magic Mint. HEX triplet: 9F, FA and CE. RGB value is (159,250,206). Sum of RGB (Red+Green+Blue) = 159+250+206=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 250 (98.05% from 255 or 40.65% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFACE is #600531. Grayscale: #D9D9D9. Windows color (decimal): -6292786 or 13564575. OLE color: 13564575.
HSL color Cylindrical-coordinate representation of color #9FFACE: hue angle of 150.99º 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 #9FFACE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 206 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.02 |
| HSL | 150.99º | 0.9% | 0.8% | - |
| HSV(B) | 150.99º | 0.36% | 0.98% | - |
| XYZ | 59.62 | 80.2 | 70.73 | - |
| YUV | 217.78 | 121.35 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 206 | 0.36 | 0 | 0.18 | 0.02 | 150.99 | 0.9 | 0.8 |
| Hex | 9F | FA | CE | 24 | 0 | 12 | 2 | 97 | 5A | 50 |
| Octal | 237 | 372 | 316 | 44 | 0 | 22 | 2 | 227 | 132 | 120 |
| Binary | 10011111 | 11111010 | 11001110 | 100100 | 0 | 10010 | 10 | 10010111 | 1011010 | 1010000 |
Color Harmonies of #9FFACE
Complementary color
Monochromatic Colors of #9FFACE
Black with #9FFACE
Text Example
Text Example
White with #9FFACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFACE; }
p { color: rgb(159,250,206); }
H1.HeaderClassName
{
color: #9FFACE;
}
.AnyTagClassName
{
color: #9FFACE;
}
</style>
background-color css
<style>
a { background-color: #9FFACE; }
a { background-color: rgb(159,250,206); }
div.DivClassName
{
background-color: #9FFACE;
}
.BgClassName
{
background-color: #9FFACE;
}
</style>
border-color css
<style>
span { border-color: #9FFACE; }
span { border-color: rgb(159,250,206); }
td.TdClassName
{
border-color: #9FFACE;
}
.TagClassName
{
border-color: #9FFACE;
}
</style>