Shades of Magic Mint #9FEFC0
Tints of Magic Mint #9FEFC0
RGB
CMYK
RGB Variations
Color information
#9FEFC0 (or 0x9FEFC0) is known color: Magic Mint. HEX triplet: 9F, EF and C0. RGB value is (159,239,192). Sum of RGB (Red+Green+Blue) = 159+239+192=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 192 (75.39% from 255 or 32.54% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFC0 is #60103F. Grayscale: #D1D1D1. Windows color (decimal): -6295616 or 12644255. OLE color: 12644255.
HSL color Cylindrical-coordinate representation of color #9FEFC0: hue angle of 144.75º 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 #9FEFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 192 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.06 |
| HSL | 144.75º | 0.71% | 0.78% | - |
| HSV(B) | 144.75º | 0.33% | 0.94% | - |
| XYZ | 54.68 | 72.91 | 61.06 | - |
| YUV | 209.72 | 118 | 91.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 192 | 0.33 | 0 | 0.20 | 0.06 | 144.75 | 0.71 | 0.78 |
| Hex | 9F | EF | C0 | 21 | 0 | 14 | 6 | 91 | 47 | 4E |
| Octal | 237 | 357 | 300 | 41 | 0 | 24 | 6 | 221 | 107 | 116 |
| Binary | 10011111 | 11101111 | 11000000 | 100001 | 0 | 10100 | 110 | 10010001 | 1000111 | 1001110 |
Color Harmonies of #9FEFC0
Complementary color
Monochromatic Colors of #9FEFC0
Black with #9FEFC0
Text Example
Text Example
White with #9FEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFC0; }
p { color: rgb(159,239,192); }
H1.HeaderClassName
{
color: #9FEFC0;
}
.AnyTagClassName
{
color: #9FEFC0;
}
</style>
background-color css
<style>
a { background-color: #9FEFC0; }
a { background-color: rgb(159,239,192); }
div.DivClassName
{
background-color: #9FEFC0;
}
.BgClassName
{
background-color: #9FEFC0;
}
</style>
border-color css
<style>
span { border-color: #9FEFC0; }
span { border-color: rgb(159,239,192); }
td.TdClassName
{
border-color: #9FEFC0;
}
.TagClassName
{
border-color: #9FEFC0;
}
</style>