Shades of Magic Mint #9BFABA
Tints of Magic Mint #9BFABA
RGB
CMYK
RGB Variations
Color information
#9BFABA (or 0x9BFABA) is known color: Magic Mint. HEX triplet: 9B, FA and BA. RGB value is (155,250,186). Sum of RGB (Red+Green+Blue) = 155+250+186=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 250 (98.05% from 255 or 42.30% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFABA is #640545. Grayscale: #D6D6D6. Windows color (decimal): -6554950 or 12253851. OLE color: 12253851.
HSL color Cylindrical-coordinate representation of color #9BFABA: hue angle of 139.58º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFABA is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 186 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.02 |
| HSL | 139.58º | 0.9% | 0.79% | - |
| HSV(B) | 139.58º | 0.38% | 0.98% | - |
| XYZ | 56.57 | 78.88 | 58.7 | - |
| YUV | 214.3 | 112.03 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 186 | 0.38 | 0 | 0.26 | 0.02 | 139.58 | 0.9 | 0.79 |
| Hex | 9B | FA | BA | 26 | 0 | 1A | 2 | 8C | 5A | 4F |
| Octal | 233 | 372 | 272 | 46 | 0 | 32 | 2 | 214 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10111010 | 100110 | 0 | 11010 | 10 | 10001100 | 1011010 | 1001111 |
Color Harmonies of #9BFABA
Complementary color
Monochromatic Colors of #9BFABA
Black with #9BFABA
Text Example
Text Example
White with #9BFABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFABA; }
p { color: rgb(155,250,186); }
H1.HeaderClassName
{
color: #9BFABA;
}
.AnyTagClassName
{
color: #9BFABA;
}
</style>
background-color css
<style>
a { background-color: #9BFABA; }
a { background-color: rgb(155,250,186); }
div.DivClassName
{
background-color: #9BFABA;
}
.BgClassName
{
background-color: #9BFABA;
}
</style>
border-color css
<style>
span { border-color: #9BFABA; }
span { border-color: rgb(155,250,186); }
td.TdClassName
{
border-color: #9BFABA;
}
.TagClassName
{
border-color: #9BFABA;
}
</style>