Shades of Magic Mint #9FF0C1
Tints of Magic Mint #9FF0C1
RGB
CMYK
RGB Variations
Color information
#9FF0C1 (or 0x9FF0C1) is known color: Magic Mint. HEX triplet: 9F, F0 and C1. RGB value is (159,240,193). Sum of RGB (Red+Green+Blue) = 159+240+193=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 193 (75.78% from 255 or 32.60% from 592); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF0C1 is #600F3E. Grayscale: #D2D2D2. Windows color (decimal): -6295359 or 12710047. OLE color: 12710047.
HSL color Cylindrical-coordinate representation of color #9FF0C1: hue angle of 145.19º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0C1 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 240 | 193 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.06 |
| HSL | 145.19º | 0.73% | 0.78% | - |
| HSV(B) | 145.19º | 0.34% | 0.94% | - |
| XYZ | 55.08 | 73.54 | 61.74 | - |
| YUV | 210.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 240 | 193 | 0.34 | 0 | 0.20 | 0.06 | 145.19 | 0.73 | 0.78 |
| Hex | 9F | F0 | C1 | 22 | 0 | 14 | 6 | 91 | 49 | 4E |
| Octal | 237 | 360 | 301 | 42 | 0 | 24 | 6 | 221 | 111 | 116 |
| Binary | 10011111 | 11110000 | 11000001 | 100010 | 0 | 10100 | 110 | 10010001 | 1001001 | 1001110 |
Color Harmonies of #9FF0C1
Complementary color
Monochromatic Colors of #9FF0C1
Black with #9FF0C1
Text Example
Text Example
White with #9FF0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF0C1; }
p { color: rgb(159,240,193); }
H1.HeaderClassName
{
color: #9FF0C1;
}
.AnyTagClassName
{
color: #9FF0C1;
}
</style>
background-color css
<style>
a { background-color: #9FF0C1; }
a { background-color: rgb(159,240,193); }
div.DivClassName
{
background-color: #9FF0C1;
}
.BgClassName
{
background-color: #9FF0C1;
}
</style>
border-color css
<style>
span { border-color: #9FF0C1; }
span { border-color: rgb(159,240,193); }
td.TdClassName
{
border-color: #9FF0C1;
}
.TagClassName
{
border-color: #9FF0C1;
}
</style>