Shades of Magic Mint #9FEFC7
Tints of Magic Mint #9FEFC7
RGB
CMYK
RGB Variations
Color information
#9FEFC7 (or 0x9FEFC7) is known color: Magic Mint. HEX triplet: 9F, EF and C7. RGB value is (159,239,199). Sum of RGB (Red+Green+Blue) = 159+239+199=597 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.63% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFC7 is #601038. Grayscale: #D2D2D2. Windows color (decimal): -6295609 or 13103007. OLE color: 13103007.
HSL color Cylindrical-coordinate representation of color #9FEFC7: hue angle of 150º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFC7 is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 199 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.06 |
| HSL | 150º | 0.71% | 0.78% | - |
| HSV(B) | 150º | 0.33% | 0.94% | - |
| XYZ | 55.47 | 73.23 | 65.24 | - |
| YUV | 210.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 199 | 0.33 | 0 | 0.17 | 0.06 | 150 | 0.71 | 0.78 |
| Hex | 9F | EF | C7 | 21 | 0 | 11 | 6 | 96 | 47 | 4E |
| Octal | 237 | 357 | 307 | 41 | 0 | 21 | 6 | 226 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11000111 | 100001 | 0 | 10001 | 110 | 10010110 | 1000111 | 1001110 |
Color Harmonies of #9FEFC7
Complementary color
Monochromatic Colors of #9FEFC7
Black with #9FEFC7
Text Example
Text Example
White with #9FEFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFC7; }
p { color: rgb(159,239,199); }
H1.HeaderClassName
{
color: #9FEFC7;
}
.AnyTagClassName
{
color: #9FEFC7;
}
</style>
background-color css
<style>
a { background-color: #9FEFC7; }
a { background-color: rgb(159,239,199); }
div.DivClassName
{
background-color: #9FEFC7;
}
.BgClassName
{
background-color: #9FEFC7;
}
</style>
border-color css
<style>
span { border-color: #9FEFC7; }
span { border-color: rgb(159,239,199); }
td.TdClassName
{
border-color: #9FEFC7;
}
.TagClassName
{
border-color: #9FEFC7;
}
</style>