Shades of Magic Mint #9BFBBA
Tints of Magic Mint #9BFBBA
RGB
CMYK
RGB Variations
Color information
#9BFBBA (or 0x9BFBBA) is known color: Magic Mint. HEX triplet: 9B, FB and BA. RGB value is (155,251,186). Sum of RGB (Red+Green+Blue) = 155+251+186=592 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.18% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFBBA is #640445. Grayscale: #D7D7D7. Windows color (decimal): -6554694 or 12254107. OLE color: 12254107.
HSL color Cylindrical-coordinate representation of color #9BFBBA: hue angle of 139.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBBA is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 186 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.02 |
| HSL | 139.38º | 0.92% | 0.8% | - |
| HSV(B) | 139.38º | 0.38% | 0.98% | - |
| XYZ | 56.88 | 79.51 | 58.8 | - |
| YUV | 214.89 | 111.7 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 186 | 0.38 | 0 | 0.26 | 0.02 | 139.38 | 0.92 | 0.8 |
| Hex | 9B | FB | BA | 26 | 0 | 1A | 2 | 8B | 5C | 50 |
| Octal | 233 | 373 | 272 | 46 | 0 | 32 | 2 | 213 | 134 | 120 |
| Binary | 10011011 | 11111011 | 10111010 | 100110 | 0 | 11010 | 10 | 10001011 | 1011100 | 1010000 |
Color Harmonies of #9BFBBA
Complementary color
Monochromatic Colors of #9BFBBA
Black with #9BFBBA
Text Example
Text Example
White with #9BFBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBBA; }
p { color: rgb(155,251,186); }
H1.HeaderClassName
{
color: #9BFBBA;
}
.AnyTagClassName
{
color: #9BFBBA;
}
</style>
background-color css
<style>
a { background-color: #9BFBBA; }
a { background-color: rgb(155,251,186); }
div.DivClassName
{
background-color: #9BFBBA;
}
.BgClassName
{
background-color: #9BFBBA;
}
</style>
border-color css
<style>
span { border-color: #9BFBBA; }
span { border-color: rgb(155,251,186); }
td.TdClassName
{
border-color: #9BFBBA;
}
.TagClassName
{
border-color: #9BFBBA;
}
</style>