Shades of Magic Mint #9BFEBA
Tints of Magic Mint #9BFEBA
RGB
CMYK
RGB Variations
Color information
#9BFEBA (or 0x9BFEBA) is known color: Magic Mint. HEX triplet: 9B, FE and BA. RGB value is (155,254,186). Sum of RGB (Red+Green+Blue) = 155+254+186=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEBA is #640145. Grayscale: #D8D8D8. Windows color (decimal): -6553926 or 12254875. OLE color: 12254875.
HSL color Cylindrical-coordinate representation of color #9BFEBA: hue angle of 138.79º 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 #9BFEBA is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 186 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.00 |
| HSL | 138.79º | 0.98% | 0.8% | - |
| HSV(B) | 138.79º | 0.39% | 1% | - |
| XYZ | 57.82 | 81.4 | 59.12 | - |
| YUV | 216.65 | 110.7 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 186 | 0.39 | 0 | 0.27 | 0.00 | 138.79 | 0.98 | 0.8 |
| Hex | 9B | FE | BA | 27 | 0 | 1B | 0 | 8B | 62 | 50 |
| Octal | 233 | 376 | 272 | 47 | 0 | 33 | 0 | 213 | 142 | 120 |
| Binary | 10011011 | 11111110 | 10111010 | 100111 | 0 | 11011 | 0 | 10001011 | 1100010 | 1010000 |
Color Harmonies of #9BFEBA
Complementary color
Monochromatic Colors of #9BFEBA
Black with #9BFEBA
Text Example
Text Example
White with #9BFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEBA; }
p { color: rgb(155,254,186); }
H1.HeaderClassName
{
color: #9BFEBA;
}
.AnyTagClassName
{
color: #9BFEBA;
}
</style>
background-color css
<style>
a { background-color: #9BFEBA; }
a { background-color: rgb(155,254,186); }
div.DivClassName
{
background-color: #9BFEBA;
}
.BgClassName
{
background-color: #9BFEBA;
}
</style>
border-color css
<style>
span { border-color: #9BFEBA; }
span { border-color: rgb(155,254,186); }
td.TdClassName
{
border-color: #9BFEBA;
}
.TagClassName
{
border-color: #9BFEBA;
}
</style>