Shades of Magic Mint #9FDFC5
Tints of Magic Mint #9FDFC5
RGB
CMYK
RGB Variations
Color information
#9FDFC5 (or 0x9FDFC5) is known color: Magic Mint. HEX triplet: 9F, DF and C5. RGB value is (159,223,197). Sum of RGB (Red+Green+Blue) = 159+223+197=579 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.46% from 579); Green value is 223 (87.5% from 255 or 38.51% from 579); Blue value is 197 (77.34% from 255 or 34.02% from 579); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FDFC5 is #60203A. Grayscale: #C8C8C8. Windows color (decimal): -6299707 or 12967839. OLE color: 12967839.
HSL color Cylindrical-coordinate representation of color #9FDFC5: hue angle of 155.62º 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 #9FDFC5 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 223 | 197 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.13 |
| HSL | 155.63º | 0.5% | 0.75% | - |
| HSV(B) | 155.63º | 0.29% | 0.87% | - |
| XYZ | 50.76 | 64.18 | 62.54 | - |
| YUV | 200.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 223 | 197 | 0.29 | 0 | 0.12 | 0.13 | 155.63 | 0.5 | 0.75 |
| Hex | 9F | DF | C5 | 1D | 0 | C | D | 9C | 32 | 4B |
| Octal | 237 | 337 | 305 | 35 | 0 | 14 | 15 | 234 | 62 | 113 |
| Binary | 10011111 | 11011111 | 11000101 | 11101 | 0 | 1100 | 1101 | 10011100 | 110010 | 1001011 |
Color Harmonies of #9FDFC5
Complementary color
Monochromatic Colors of #9FDFC5
Black with #9FDFC5
Text Example
Text Example
White with #9FDFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDFC5; }
p { color: rgb(159,223,197); }
H1.HeaderClassName
{
color: #9FDFC5;
}
.AnyTagClassName
{
color: #9FDFC5;
}
</style>
background-color css
<style>
a { background-color: #9FDFC5; }
a { background-color: rgb(159,223,197); }
div.DivClassName
{
background-color: #9FDFC5;
}
.BgClassName
{
background-color: #9FDFC5;
}
</style>
border-color css
<style>
span { border-color: #9FDFC5; }
span { border-color: rgb(159,223,197); }
td.TdClassName
{
border-color: #9FDFC5;
}
.TagClassName
{
border-color: #9FDFC5;
}
</style>