Shades of Magic Mint #9FEBBF
Tints of Magic Mint #9FEBBF
RGB
CMYK
RGB Variations
Color information
#9FEBBF (or 0x9FEBBF) is known color: Magic Mint. HEX triplet: 9F, EB and BF. RGB value is (159,235,191). Sum of RGB (Red+Green+Blue) = 159+235+191=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 235 (92.19% from 255 or 40.17% from 585); Blue value is 191 (75% from 255 or 32.65% from 585); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEBBF is #601440. Grayscale: #CFCFCF. Windows color (decimal): -6296641 or 12577695. OLE color: 12577695.
HSL color Cylindrical-coordinate representation of color #9FEBBF: hue angle of 145.26º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBBF is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 235 | 191 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.08 |
| HSL | 145.26º | 0.66% | 0.77% | - |
| HSV(B) | 145.26º | 0.32% | 0.92% | - |
| XYZ | 53.41 | 70.55 | 60.09 | - |
| YUV | 207.26 | 118.82 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 235 | 191 | 0.32 | 0 | 0.19 | 0.08 | 145.26 | 0.66 | 0.77 |
| Hex | 9F | EB | BF | 20 | 0 | 13 | 8 | 91 | 42 | 4D |
| Octal | 237 | 353 | 277 | 40 | 0 | 23 | 10 | 221 | 102 | 115 |
| Binary | 10011111 | 11101011 | 10111111 | 100000 | 0 | 10011 | 1000 | 10010001 | 1000010 | 1001101 |
Color Harmonies of #9FEBBF
Complementary color
Monochromatic Colors of #9FEBBF
Black with #9FEBBF
Text Example
Text Example
White with #9FEBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEBBF; }
p { color: rgb(159,235,191); }
H1.HeaderClassName
{
color: #9FEBBF;
}
.AnyTagClassName
{
color: #9FEBBF;
}
</style>
background-color css
<style>
a { background-color: #9FEBBF; }
a { background-color: rgb(159,235,191); }
div.DivClassName
{
background-color: #9FEBBF;
}
.BgClassName
{
background-color: #9FEBBF;
}
</style>
border-color css
<style>
span { border-color: #9FEBBF; }
span { border-color: rgb(159,235,191); }
td.TdClassName
{
border-color: #9FEBBF;
}
.TagClassName
{
border-color: #9FEBBF;
}
</style>