Shades of Magic Mint #9BF6BB
Tints of Magic Mint #9BF6BB
RGB
CMYK
RGB Variations
Color information
#9BF6BB (or 0x9BF6BB) is known color: Magic Mint. HEX triplet: 9B, F6 and BB. RGB value is (155,246,187). Sum of RGB (Red+Green+Blue) = 155+246+187=588 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.36% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF6BB is #640944. Grayscale: #D4D4D4. Windows color (decimal): -6555973 or 12318363. OLE color: 12318363.
HSL color Cylindrical-coordinate representation of color #9BF6BB: hue angle of 141.1º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6BB is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 187 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.04 |
| HSL | 141.1º | 0.83% | 0.79% | - |
| HSV(B) | 141.1º | 0.37% | 0.96% | - |
| XYZ | 55.44 | 76.47 | 58.85 | - |
| YUV | 212.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 187 | 0.37 | 0 | 0.24 | 0.04 | 141.1 | 0.83 | 0.79 |
| Hex | 9B | F6 | BB | 25 | 0 | 18 | 4 | 8D | 53 | 4F |
| Octal | 233 | 366 | 273 | 45 | 0 | 30 | 4 | 215 | 123 | 117 |
| Binary | 10011011 | 11110110 | 10111011 | 100101 | 0 | 11000 | 100 | 10001101 | 1010011 | 1001111 |
Color Harmonies of #9BF6BB
Complementary color
Monochromatic Colors of #9BF6BB
Black with #9BF6BB
Text Example
Text Example
White with #9BF6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF6BB; }
p { color: rgb(155,246,187); }
H1.HeaderClassName
{
color: #9BF6BB;
}
.AnyTagClassName
{
color: #9BF6BB;
}
</style>
background-color css
<style>
a { background-color: #9BF6BB; }
a { background-color: rgb(155,246,187); }
div.DivClassName
{
background-color: #9BF6BB;
}
.BgClassName
{
background-color: #9BF6BB;
}
</style>
border-color css
<style>
span { border-color: #9BF6BB; }
span { border-color: rgb(155,246,187); }
td.TdClassName
{
border-color: #9BF6BB;
}
.TagClassName
{
border-color: #9BF6BB;
}
</style>