Shades of Magic Mint #9BFEBC
Tints of Magic Mint #9BFEBC
RGB
CMYK
RGB Variations
Color information
#9BFEBC (or 0x9BFEBC) is known color: Magic Mint. HEX triplet: 9B, FE and BC. RGB value is (155,254,188). Sum of RGB (Red+Green+Blue) = 155+254+188=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 188 (73.83% from 255 or 31.49% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEBC is #640143. Grayscale: #D9D9D9. Windows color (decimal): -6553924 or 12385947. OLE color: 12385947.
HSL color Cylindrical-coordinate representation of color #9BFEBC: hue angle of 140º 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 #9BFEBC is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 188 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.00 |
| HSL | 140º | 0.98% | 0.8% | - |
| HSV(B) | 140º | 0.39% | 1% | - |
| XYZ | 58.04 | 81.48 | 60.25 | - |
| YUV | 216.88 | 111.7 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 188 | 0.39 | 0 | 0.26 | 0.00 | 140 | 0.98 | 0.8 |
| Hex | 9B | FE | BC | 27 | 0 | 1A | 0 | 8C | 62 | 50 |
| Octal | 233 | 376 | 274 | 47 | 0 | 32 | 0 | 214 | 142 | 120 |
| Binary | 10011011 | 11111110 | 10111100 | 100111 | 0 | 11010 | 0 | 10001100 | 1100010 | 1010000 |
Color Harmonies of #9BFEBC
Complementary color
Monochromatic Colors of #9BFEBC
Black with #9BFEBC
Text Example
Text Example
White with #9BFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEBC; }
p { color: rgb(155,254,188); }
H1.HeaderClassName
{
color: #9BFEBC;
}
.AnyTagClassName
{
color: #9BFEBC;
}
</style>
background-color css
<style>
a { background-color: #9BFEBC; }
a { background-color: rgb(155,254,188); }
div.DivClassName
{
background-color: #9BFEBC;
}
.BgClassName
{
background-color: #9BFEBC;
}
</style>
border-color css
<style>
span { border-color: #9BFEBC; }
span { border-color: rgb(155,254,188); }
td.TdClassName
{
border-color: #9BFEBC;
}
.TagClassName
{
border-color: #9BFEBC;
}
</style>