Shades of Magic Mint #9FEFBC
Tints of Magic Mint #9FEFBC
RGB
CMYK
RGB Variations
Color information
#9FEFBC (or 0x9FEFBC) is known color: Magic Mint. HEX triplet: 9F, EF and BC. RGB value is (159,239,188). Sum of RGB (Red+Green+Blue) = 159+239+188=586 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.13% from 586); Green value is 239 (93.75% from 255 or 40.78% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFBC is #601043. Grayscale: #D1D1D1. Windows color (decimal): -6295620 or 12382111. OLE color: 12382111.
HSL color Cylindrical-coordinate representation of color #9FEFBC: hue angle of 141.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 #9FEFBC is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 159 | 239 | 188 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.06 |
| HSL | 141.75º | 0.71% | 0.78% | - |
| HSV(B) | 141.75º | 0.33% | 0.94% | - |
| XYZ | 54.24 | 72.73 | 58.76 | - |
| YUV | 209.27 | 116 | 92.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 239 | 188 | 0.33 | 0 | 0.21 | 0.06 | 141.75 | 0.71 | 0.78 |
| Hex | 9F | EF | BC | 21 | 0 | 15 | 6 | 8E | 47 | 4E |
| Octal | 237 | 357 | 274 | 41 | 0 | 25 | 6 | 216 | 107 | 116 |
| Binary | 10011111 | 11101111 | 10111100 | 100001 | 0 | 10101 | 110 | 10001110 | 1000111 | 1001110 |
Color Harmonies of #9FEFBC
Complementary color
Monochromatic Colors of #9FEFBC
Black with #9FEFBC
Text Example
Text Example
White with #9FEFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEFBC; }
p { color: rgb(159,239,188); }
H1.HeaderClassName
{
color: #9FEFBC;
}
.AnyTagClassName
{
color: #9FEFBC;
}
</style>
background-color css
<style>
a { background-color: #9FEFBC; }
a { background-color: rgb(159,239,188); }
div.DivClassName
{
background-color: #9FEFBC;
}
.BgClassName
{
background-color: #9FEFBC;
}
</style>
border-color css
<style>
span { border-color: #9FEFBC; }
span { border-color: rgb(159,239,188); }
td.TdClassName
{
border-color: #9FEFBC;
}
.TagClassName
{
border-color: #9FEFBC;
}
</style>