Shades of Magic Mint #9BF8BA
Tints of Magic Mint #9BF8BA
RGB
CMYK
RGB Variations
Color information
#9BF8BA (or 0x9BF8BA) is known color: Magic Mint. HEX triplet: 9B, F8 and BA. RGB value is (155,248,186). Sum of RGB (Red+Green+Blue) = 155+248+186=589 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.32% from 589); Green value is 248 (97.27% from 255 or 42.11% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF8BA is #640745. Grayscale: #D5D5D5. Windows color (decimal): -6555462 or 12253339. OLE color: 12253339.
HSL color Cylindrical-coordinate representation of color #9BF8BA: hue angle of 140º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8BA is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 186 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.03 |
| HSL | 140º | 0.87% | 0.79% | - |
| HSV(B) | 140º | 0.38% | 0.97% | - |
| XYZ | 55.95 | 77.65 | 58.49 | - |
| YUV | 213.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 186 | 0.38 | 0 | 0.25 | 0.03 | 140 | 0.87 | 0.79 |
| Hex | 9B | F8 | BA | 26 | 0 | 19 | 3 | 8C | 57 | 4F |
| Octal | 233 | 370 | 272 | 46 | 0 | 31 | 3 | 214 | 127 | 117 |
| Binary | 10011011 | 11111000 | 10111010 | 100110 | 0 | 11001 | 11 | 10001100 | 1010111 | 1001111 |
Color Harmonies of #9BF8BA
Complementary color
Monochromatic Colors of #9BF8BA
Black with #9BF8BA
Text Example
Text Example
White with #9BF8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF8BA; }
p { color: rgb(155,248,186); }
H1.HeaderClassName
{
color: #9BF8BA;
}
.AnyTagClassName
{
color: #9BF8BA;
}
</style>
background-color css
<style>
a { background-color: #9BF8BA; }
a { background-color: rgb(155,248,186); }
div.DivClassName
{
background-color: #9BF8BA;
}
.BgClassName
{
background-color: #9BF8BA;
}
</style>
border-color css
<style>
span { border-color: #9BF8BA; }
span { border-color: rgb(155,248,186); }
td.TdClassName
{
border-color: #9BF8BA;
}
.TagClassName
{
border-color: #9BF8BA;
}
</style>