Shades of Magic Mint #9BFEBF
Tints of Magic Mint #9BFEBF
RGB
CMYK
RGB Variations
Color information
#9BFEBF (or 0x9BFEBF) is known color: Magic Mint. HEX triplet: 9B, FE and BF. RGB value is (155,254,191). Sum of RGB (Red+Green+Blue) = 155+254+191=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEBF is #640140. Grayscale: #D9D9D9. Windows color (decimal): -6553921 or 12582555. OLE color: 12582555.
HSL color Cylindrical-coordinate representation of color #9BFEBF: hue angle of 141.82º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEBF is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 191 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.00 |
| HSL | 141.82º | 0.98% | 0.8% | - |
| HSV(B) | 141.82º | 0.39% | 1% | - |
| XYZ | 58.36 | 81.61 | 61.97 | - |
| YUV | 217.22 | 113.2 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 191 | 0.39 | 0 | 0.25 | 0.00 | 141.82 | 0.98 | 0.8 |
| Hex | 9B | FE | BF | 27 | 0 | 19 | 0 | 8E | 62 | 50 |
| Octal | 233 | 376 | 277 | 47 | 0 | 31 | 0 | 216 | 142 | 120 |
| Binary | 10011011 | 11111110 | 10111111 | 100111 | 0 | 11001 | 0 | 10001110 | 1100010 | 1010000 |
Color Harmonies of #9BFEBF
Complementary color
Monochromatic Colors of #9BFEBF
Black with #9BFEBF
Text Example
Text Example
White with #9BFEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEBF; }
p { color: rgb(155,254,191); }
H1.HeaderClassName
{
color: #9BFEBF;
}
.AnyTagClassName
{
color: #9BFEBF;
}
</style>
background-color css
<style>
a { background-color: #9BFEBF; }
a { background-color: rgb(155,254,191); }
div.DivClassName
{
background-color: #9BFEBF;
}
.BgClassName
{
background-color: #9BFEBF;
}
</style>
border-color css
<style>
span { border-color: #9BFEBF; }
span { border-color: rgb(155,254,191); }
td.TdClassName
{
border-color: #9BFEBF;
}
.TagClassName
{
border-color: #9BFEBF;
}
</style>