Shades of Magic Mint #9BFEBD
Tints of Magic Mint #9BFEBD
RGB
CMYK
RGB Variations
Color information
#9BFEBD (or 0x9BFEBD) is known color: Magic Mint. HEX triplet: 9B, FE and BD. RGB value is (155,254,189). Sum of RGB (Red+Green+Blue) = 155+254+189=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 189 (74.22% from 255 or 31.61% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEBD is #640142. Grayscale: #D9D9D9. Windows color (decimal): -6553923 or 12451483. OLE color: 12451483.
HSL color Cylindrical-coordinate representation of color #9BFEBD: hue angle of 140.61º 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 #9BFEBD is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 189 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.00 |
| HSL | 140.61º | 0.98% | 0.8% | - |
| HSV(B) | 140.61º | 0.39% | 1% | - |
| XYZ | 58.14 | 81.53 | 60.82 | - |
| YUV | 216.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 189 | 0.39 | 0 | 0.26 | 0.00 | 140.61 | 0.98 | 0.8 |
| Hex | 9B | FE | BD | 27 | 0 | 1A | 0 | 8D | 62 | 50 |
| Octal | 233 | 376 | 275 | 47 | 0 | 32 | 0 | 215 | 142 | 120 |
| Binary | 10011011 | 11111110 | 10111101 | 100111 | 0 | 11010 | 0 | 10001101 | 1100010 | 1010000 |
Color Harmonies of #9BFEBD
Complementary color
Monochromatic Colors of #9BFEBD
Black with #9BFEBD
Text Example
Text Example
White with #9BFEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEBD; }
p { color: rgb(155,254,189); }
H1.HeaderClassName
{
color: #9BFEBD;
}
.AnyTagClassName
{
color: #9BFEBD;
}
</style>
background-color css
<style>
a { background-color: #9BFEBD; }
a { background-color: rgb(155,254,189); }
div.DivClassName
{
background-color: #9BFEBD;
}
.BgClassName
{
background-color: #9BFEBD;
}
</style>
border-color css
<style>
span { border-color: #9BFEBD; }
span { border-color: rgb(155,254,189); }
td.TdClassName
{
border-color: #9BFEBD;
}
.TagClassName
{
border-color: #9BFEBD;
}
</style>