Shades of Magic Mint #9BFABF
Tints of Magic Mint #9BFABF
RGB
CMYK
RGB Variations
Color information
#9BFABF (or 0x9BFABF) is known color: Magic Mint. HEX triplet: 9B, FA and BF. RGB value is (155,250,191). Sum of RGB (Red+Green+Blue) = 155+250+191=596 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.01% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFABF is #640540. Grayscale: #D7D7D7. Windows color (decimal): -6554945 or 12581531. OLE color: 12581531.
HSL color Cylindrical-coordinate representation of color #9BFABF: hue angle of 142.74º 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 #9BFABF is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 191 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.02 |
| HSL | 142.74º | 0.9% | 0.79% | - |
| HSV(B) | 142.74º | 0.38% | 0.98% | - |
| XYZ | 57.11 | 79.1 | 61.55 | - |
| YUV | 214.87 | 114.53 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 191 | 0.38 | 0 | 0.24 | 0.02 | 142.74 | 0.9 | 0.79 |
| Hex | 9B | FA | BF | 26 | 0 | 18 | 2 | 8F | 5A | 4F |
| Octal | 233 | 372 | 277 | 46 | 0 | 30 | 2 | 217 | 132 | 117 |
| Binary | 10011011 | 11111010 | 10111111 | 100110 | 0 | 11000 | 10 | 10001111 | 1011010 | 1001111 |
Color Harmonies of #9BFABF
Complementary color
Monochromatic Colors of #9BFABF
Black with #9BFABF
Text Example
Text Example
White with #9BFABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFABF; }
p { color: rgb(155,250,191); }
H1.HeaderClassName
{
color: #9BFABF;
}
.AnyTagClassName
{
color: #9BFABF;
}
</style>
background-color css
<style>
a { background-color: #9BFABF; }
a { background-color: rgb(155,250,191); }
div.DivClassName
{
background-color: #9BFABF;
}
.BgClassName
{
background-color: #9BFABF;
}
</style>
border-color css
<style>
span { border-color: #9BFABF; }
span { border-color: rgb(155,250,191); }
td.TdClassName
{
border-color: #9BFABF;
}
.TagClassName
{
border-color: #9BFABF;
}
</style>