Shades of Magic Mint #9FF6BB
Tints of Magic Mint #9FF6BB
RGB
CMYK
RGB Variations
Color information
#9FF6BB (or 0x9FF6BB) is known color: Magic Mint. HEX triplet: 9F, F6 and BB. RGB value is (159,246,187). Sum of RGB (Red+Green+Blue) = 159+246+187=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF6BB is #600944. Grayscale: #D5D5D5. Windows color (decimal): -6293829 or 12318367. OLE color: 12318367.
HSL color Cylindrical-coordinate representation of color #9FF6BB: hue angle of 139.31º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF6BB is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 159 | 246 | 187 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.04 |
| HSL | 139.31º | 0.83% | 0.79% | - |
| HSV(B) | 139.31º | 0.35% | 0.96% | - |
| XYZ | 56.22 | 76.87 | 58.89 | - |
| YUV | 213.26 | 113.18 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 187 | 0.35 | 0 | 0.24 | 0.04 | 139.31 | 0.83 | 0.79 |
| Hex | 9F | F6 | BB | 23 | 0 | 18 | 4 | 8B | 53 | 4F |
| Octal | 237 | 366 | 273 | 43 | 0 | 30 | 4 | 213 | 123 | 117 |
| Binary | 10011111 | 11110110 | 10111011 | 100011 | 0 | 11000 | 100 | 10001011 | 1010011 | 1001111 |
Color Harmonies of #9FF6BB
Complementary color
Monochromatic Colors of #9FF6BB
Black with #9FF6BB
Text Example
Text Example
White with #9FF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF6BB; }
p { color: rgb(159,246,187); }
H1.HeaderClassName
{
color: #9FF6BB;
}
.AnyTagClassName
{
color: #9FF6BB;
}
</style>
background-color css
<style>
a { background-color: #9FF6BB; }
a { background-color: rgb(159,246,187); }
div.DivClassName
{
background-color: #9FF6BB;
}
.BgClassName
{
background-color: #9FF6BB;
}
</style>
border-color css
<style>
span { border-color: #9FF6BB; }
span { border-color: rgb(159,246,187); }
td.TdClassName
{
border-color: #9FF6BB;
}
.TagClassName
{
border-color: #9FF6BB;
}
</style>