Shades of Magic Mint #9FF2C7
Tints of Magic Mint #9FF2C7
RGB
CMYK
RGB Variations
Color information
#9FF2C7 (or 0x9FF2C7) is known color: Magic Mint. HEX triplet: 9F, F2 and C7. RGB value is (159,242,199). Sum of RGB (Red+Green+Blue) = 159+242+199=600 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.5% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2C7 is #600D38. Grayscale: #D4D4D4. Windows color (decimal): -6294841 or 13103775. OLE color: 13103775.
HSL color Cylindrical-coordinate representation of color #9FF2C7: hue angle of 148.92º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2C7 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 199 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.05 |
| HSL | 148.92º | 0.76% | 0.79% | - |
| HSV(B) | 148.92º | 0.34% | 0.95% | - |
| XYZ | 56.36 | 75 | 65.54 | - |
| YUV | 212.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 199 | 0.34 | 0 | 0.18 | 0.05 | 148.92 | 0.76 | 0.79 |
| Hex | 9F | F2 | C7 | 22 | 0 | 12 | 5 | 95 | 4C | 4F |
| Octal | 237 | 362 | 307 | 42 | 0 | 22 | 5 | 225 | 114 | 117 |
| Binary | 10011111 | 11110010 | 11000111 | 100010 | 0 | 10010 | 101 | 10010101 | 1001100 | 1001111 |
Color Harmonies of #9FF2C7
Complementary color
Monochromatic Colors of #9FF2C7
Black with #9FF2C7
Text Example
Text Example
White with #9FF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2C7; }
p { color: rgb(159,242,199); }
H1.HeaderClassName
{
color: #9FF2C7;
}
.AnyTagClassName
{
color: #9FF2C7;
}
</style>
background-color css
<style>
a { background-color: #9FF2C7; }
a { background-color: rgb(159,242,199); }
div.DivClassName
{
background-color: #9FF2C7;
}
.BgClassName
{
background-color: #9FF2C7;
}
</style>
border-color css
<style>
span { border-color: #9FF2C7; }
span { border-color: rgb(159,242,199); }
td.TdClassName
{
border-color: #9FF2C7;
}
.TagClassName
{
border-color: #9FF2C7;
}
</style>