Shades of Magic Mint #9FFCC0
Tints of Magic Mint #9FFCC0
RGB
CMYK
RGB Variations
Color information
#9FFCC0 (or 0x9FFCC0) is known color: Magic Mint. HEX triplet: 9F, FC and C0. RGB value is (159,252,192). Sum of RGB (Red+Green+Blue) = 159+252+192=603 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.37% from 603); Green value is 252 (98.83% from 255 or 41.79% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCC0 is #60033F. Grayscale: #D9D9D9. Windows color (decimal): -6292288 or 12647583. OLE color: 12647583.
HSL color Cylindrical-coordinate representation of color #9FFCC0: hue angle of 141.29º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCC0 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 192 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.01 |
| HSL | 141.29º | 0.94% | 0.81% | - |
| HSV(B) | 141.29º | 0.37% | 0.99% | - |
| XYZ | 58.62 | 80.8 | 62.37 | - |
| YUV | 217.35 | 113.69 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 192 | 0.37 | 0 | 0.24 | 0.01 | 141.29 | 0.94 | 0.81 |
| Hex | 9F | FC | C0 | 25 | 0 | 18 | 1 | 8D | 5E | 51 |
| Octal | 237 | 374 | 300 | 45 | 0 | 30 | 1 | 215 | 136 | 121 |
| Binary | 10011111 | 11111100 | 11000000 | 100101 | 0 | 11000 | 1 | 10001101 | 1011110 | 1010001 |
Color Harmonies of #9FFCC0
Complementary color
Monochromatic Colors of #9FFCC0
Black with #9FFCC0
Text Example
Text Example
White with #9FFCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCC0; }
p { color: rgb(159,252,192); }
H1.HeaderClassName
{
color: #9FFCC0;
}
.AnyTagClassName
{
color: #9FFCC0;
}
</style>
background-color css
<style>
a { background-color: #9FFCC0; }
a { background-color: rgb(159,252,192); }
div.DivClassName
{
background-color: #9FFCC0;
}
.BgClassName
{
background-color: #9FFCC0;
}
</style>
border-color css
<style>
span { border-color: #9FFCC0; }
span { border-color: rgb(159,252,192); }
td.TdClassName
{
border-color: #9FFCC0;
}
.TagClassName
{
border-color: #9FFCC0;
}
</style>