Shades of Magic Mint #9FF2BC
Tints of Magic Mint #9FF2BC
RGB
CMYK
RGB Variations
Color information
#9FF2BC (or 0x9FF2BC) is known color: Magic Mint. HEX triplet: 9F, F2 and BC. RGB value is (159,242,188). Sum of RGB (Red+Green+Blue) = 159+242+188=589 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.99% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2BC is #600D43. Grayscale: #D3D3D3. Windows color (decimal): -6294852 or 12382879. OLE color: 12382879.
HSL color Cylindrical-coordinate representation of color #9FF2BC: hue angle of 140.96º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2BC is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 242 | 188 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.05 |
| HSL | 140.96º | 0.76% | 0.79% | - |
| HSV(B) | 140.96º | 0.34% | 0.95% | - |
| XYZ | 55.13 | 74.51 | 59.05 | - |
| YUV | 211.03 | 115 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 242 | 188 | 0.34 | 0 | 0.22 | 0.05 | 140.96 | 0.76 | 0.79 |
| Hex | 9F | F2 | BC | 22 | 0 | 16 | 5 | 8D | 4C | 4F |
| Octal | 237 | 362 | 274 | 42 | 0 | 26 | 5 | 215 | 114 | 117 |
| Binary | 10011111 | 11110010 | 10111100 | 100010 | 0 | 10110 | 101 | 10001101 | 1001100 | 1001111 |
Color Harmonies of #9FF2BC
Complementary color
Monochromatic Colors of #9FF2BC
Black with #9FF2BC
Text Example
Text Example
White with #9FF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF2BC; }
p { color: rgb(159,242,188); }
H1.HeaderClassName
{
color: #9FF2BC;
}
.AnyTagClassName
{
color: #9FF2BC;
}
</style>
background-color css
<style>
a { background-color: #9FF2BC; }
a { background-color: rgb(159,242,188); }
div.DivClassName
{
background-color: #9FF2BC;
}
.BgClassName
{
background-color: #9FF2BC;
}
</style>
border-color css
<style>
span { border-color: #9FF2BC; }
span { border-color: rgb(159,242,188); }
td.TdClassName
{
border-color: #9FF2BC;
}
.TagClassName
{
border-color: #9FF2BC;
}
</style>