Shades of Magic Mint #9BF7BC
Tints of Magic Mint #9BF7BC
RGB
CMYK
RGB Variations
Color information
#9BF7BC (or 0x9BF7BC) is known color: Magic Mint. HEX triplet: 9B, F7 and BC. RGB value is (155,247,188). Sum of RGB (Red+Green+Blue) = 155+247+188=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7BC is #640843. Grayscale: #D4D4D4. Windows color (decimal): -6555716 or 12384155. OLE color: 12384155.
HSL color Cylindrical-coordinate representation of color #9BF7BC: hue angle of 141.52º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7BC is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 188 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.03 |
| HSL | 141.52º | 0.85% | 0.79% | - |
| HSV(B) | 141.52º | 0.37% | 0.97% | - |
| XYZ | 55.86 | 77.12 | 59.52 | - |
| YUV | 212.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 188 | 0.37 | 0 | 0.24 | 0.03 | 141.52 | 0.85 | 0.79 |
| Hex | 9B | F7 | BC | 25 | 0 | 18 | 3 | 8E | 55 | 4F |
| Octal | 233 | 367 | 274 | 45 | 0 | 30 | 3 | 216 | 125 | 117 |
| Binary | 10011011 | 11110111 | 10111100 | 100101 | 0 | 11000 | 11 | 10001110 | 1010101 | 1001111 |
Color Harmonies of #9BF7BC
Complementary color
Monochromatic Colors of #9BF7BC
Black with #9BF7BC
Text Example
Text Example
White with #9BF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF7BC; }
p { color: rgb(155,247,188); }
H1.HeaderClassName
{
color: #9BF7BC;
}
.AnyTagClassName
{
color: #9BF7BC;
}
</style>
background-color css
<style>
a { background-color: #9BF7BC; }
a { background-color: rgb(155,247,188); }
div.DivClassName
{
background-color: #9BF7BC;
}
.BgClassName
{
background-color: #9BF7BC;
}
</style>
border-color css
<style>
span { border-color: #9BF7BC; }
span { border-color: rgb(155,247,188); }
td.TdClassName
{
border-color: #9BF7BC;
}
.TagClassName
{
border-color: #9BF7BC;
}
</style>