Shades of Magic Mint #9BFCBA
Tints of Magic Mint #9BFCBA
RGB
CMYK
RGB Variations
Color information
#9BFCBA (or 0x9BFCBA) is known color: Magic Mint. HEX triplet: 9B, FC and BA. RGB value is (155,252,186). Sum of RGB (Red+Green+Blue) = 155+252+186=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFCBA is #640345. Grayscale: #D7D7D7. Windows color (decimal): -6554438 or 12254363. OLE color: 12254363.
HSL color Cylindrical-coordinate representation of color #9BFCBA: hue angle of 139.18º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFCBA is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 252 | 186 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.01 |
| HSL | 139.18º | 0.94% | 0.8% | - |
| HSV(B) | 139.18º | 0.38% | 0.99% | - |
| XYZ | 57.19 | 80.13 | 58.91 | - |
| YUV | 215.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 186 | 0.38 | 0 | 0.26 | 0.01 | 139.18 | 0.94 | 0.8 |
| Hex | 9B | FC | BA | 26 | 0 | 1A | 1 | 8B | 5E | 50 |
| Octal | 233 | 374 | 272 | 46 | 0 | 32 | 1 | 213 | 136 | 120 |
| Binary | 10011011 | 11111100 | 10111010 | 100110 | 0 | 11010 | 1 | 10001011 | 1011110 | 1010000 |
Color Harmonies of #9BFCBA
Complementary color
Monochromatic Colors of #9BFCBA
Black with #9BFCBA
Text Example
Text Example
White with #9BFCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCBA; }
p { color: rgb(155,252,186); }
H1.HeaderClassName
{
color: #9BFCBA;
}
.AnyTagClassName
{
color: #9BFCBA;
}
</style>
background-color css
<style>
a { background-color: #9BFCBA; }
a { background-color: rgb(155,252,186); }
div.DivClassName
{
background-color: #9BFCBA;
}
.BgClassName
{
background-color: #9BFCBA;
}
</style>
border-color css
<style>
span { border-color: #9BFCBA; }
span { border-color: rgb(155,252,186); }
td.TdClassName
{
border-color: #9BFCBA;
}
.TagClassName
{
border-color: #9BFCBA;
}
</style>