Shades of Magic Mint #9FDFC7
Tints of Magic Mint #9FDFC7
RGB
CMYK
RGB Variations
Color information
#9FDFC7 (or 0x9FDFC7) is known color: Magic Mint. HEX triplet: 9F, DF and C7. RGB value is (159,223,199). Sum of RGB (Red+Green+Blue) = 159+223+199=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 223 (87.5% from 255 or 38.38% from 581); Blue value is 199 (78.12% from 255 or 34.25% from 581); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFC7 is #602038. Grayscale: #C9C9C9. Windows color (decimal): -6299705 or 13098911. OLE color: 13098911.
HSL color Cylindrical-coordinate representation of color #9FDFC7: hue angle of 157.5º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FDFC7 is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 199 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.13 |
| HSL | 157.5º | 0.5% | 0.75% | - |
| HSV(B) | 157.5º | 0.29% | 0.87% | - |
| XYZ | 50.99 | 64.27 | 63.75 | - |
| YUV | 201.13 | 126.8 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 199 | 0.29 | 0 | 0.11 | 0.13 | 157.5 | 0.5 | 0.75 |
| Hex | 9F | DF | C7 | 1D | 0 | B | D | 9E | 32 | 4B |
| Octal | 237 | 337 | 307 | 35 | 0 | 13 | 15 | 236 | 62 | 113 |
| Binary | 10011111 | 11011111 | 11000111 | 11101 | 0 | 1011 | 1101 | 10011110 | 110010 | 1001011 |
Color Harmonies of #9FDFC7
Complementary color
Monochromatic Colors of #9FDFC7
Black with #9FDFC7
Text Example
Text Example
White with #9FDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFC7; }
p { color: rgb(159,223,199); }
H1.HeaderClassName
{
color: #9FDFC7;
}
.AnyTagClassName
{
color: #9FDFC7;
}
</style>
background-color css
<style>
a { background-color: #9FDFC7; }
a { background-color: rgb(159,223,199); }
div.DivClassName
{
background-color: #9FDFC7;
}
.BgClassName
{
background-color: #9FDFC7;
}
</style>
border-color css
<style>
span { border-color: #9FDFC7; }
span { border-color: rgb(159,223,199); }
td.TdClassName
{
border-color: #9FDFC7;
}
.TagClassName
{
border-color: #9FDFC7;
}
</style>