Shades of Magic Mint #9BFDBF
Tints of Magic Mint #9BFDBF
RGB
CMYK
RGB Variations
Color information
#9BFDBF (or 0x9BFDBF) is known color: Magic Mint. HEX triplet: 9B, FD and BF. RGB value is (155,253,191). Sum of RGB (Red+Green+Blue) = 155+253+191=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 191 (75% from 255 or 31.89% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFDBF is #640240. Grayscale: #D8D8D8. Windows color (decimal): -6554177 or 12582299. OLE color: 12582299.
HSL color Cylindrical-coordinate representation of color #9BFDBF: hue angle of 142.04º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDBF is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 191 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.01 |
| HSL | 142.04º | 0.96% | 0.8% | - |
| HSV(B) | 142.04º | 0.39% | 0.99% | - |
| XYZ | 58.05 | 80.98 | 61.86 | - |
| YUV | 216.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 191 | 0.39 | 0 | 0.25 | 0.01 | 142.04 | 0.96 | 0.8 |
| Hex | 9B | FD | BF | 27 | 0 | 19 | 1 | 8E | 60 | 50 |
| Octal | 233 | 375 | 277 | 47 | 0 | 31 | 1 | 216 | 140 | 120 |
| Binary | 10011011 | 11111101 | 10111111 | 100111 | 0 | 11001 | 1 | 10001110 | 1100000 | 1010000 |
Color Harmonies of #9BFDBF
Complementary color
Monochromatic Colors of #9BFDBF
Black with #9BFDBF
Text Example
Text Example
White with #9BFDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDBF; }
p { color: rgb(155,253,191); }
H1.HeaderClassName
{
color: #9BFDBF;
}
.AnyTagClassName
{
color: #9BFDBF;
}
</style>
background-color css
<style>
a { background-color: #9BFDBF; }
a { background-color: rgb(155,253,191); }
div.DivClassName
{
background-color: #9BFDBF;
}
.BgClassName
{
background-color: #9BFDBF;
}
</style>
border-color css
<style>
span { border-color: #9BFDBF; }
span { border-color: rgb(155,253,191); }
td.TdClassName
{
border-color: #9BFDBF;
}
.TagClassName
{
border-color: #9BFDBF;
}
</style>