Shades of Magic Mint #9FFCBE
Tints of Magic Mint #9FFCBE
RGB
CMYK
RGB Variations
Color information
#9FFCBE (or 0x9FFCBE) is known color: Magic Mint. HEX triplet: 9F, FC and BE. RGB value is (159,252,190). Sum of RGB (Red+Green+Blue) = 159+252+190=601 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.46% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFCBE is #600341. Grayscale: #D9D9D9. Windows color (decimal): -6292290 or 12516511. OLE color: 12516511.
HSL color Cylindrical-coordinate representation of color #9FFCBE: hue angle of 140º 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 #9FFCBE is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 159 | 252 | 190 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.01 |
| HSL | 140º | 0.94% | 0.81% | - |
| HSV(B) | 140º | 0.37% | 0.99% | - |
| XYZ | 58.4 | 80.71 | 61.22 | - |
| YUV | 217.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 252 | 190 | 0.37 | 0 | 0.25 | 0.01 | 140 | 0.94 | 0.81 |
| Hex | 9F | FC | BE | 25 | 0 | 19 | 1 | 8C | 5E | 51 |
| Octal | 237 | 374 | 276 | 45 | 0 | 31 | 1 | 214 | 136 | 121 |
| Binary | 10011111 | 11111100 | 10111110 | 100101 | 0 | 11001 | 1 | 10001100 | 1011110 | 1010001 |
Color Harmonies of #9FFCBE
Complementary color
Monochromatic Colors of #9FFCBE
Black with #9FFCBE
Text Example
Text Example
White with #9FFCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFCBE; }
p { color: rgb(159,252,190); }
H1.HeaderClassName
{
color: #9FFCBE;
}
.AnyTagClassName
{
color: #9FFCBE;
}
</style>
background-color css
<style>
a { background-color: #9FFCBE; }
a { background-color: rgb(159,252,190); }
div.DivClassName
{
background-color: #9FFCBE;
}
.BgClassName
{
background-color: #9FFCBE;
}
</style>
border-color css
<style>
span { border-color: #9FFCBE; }
span { border-color: rgb(159,252,190); }
td.TdClassName
{
border-color: #9FFCBE;
}
.TagClassName
{
border-color: #9FFCBE;
}
</style>