Shades of Magic Mint #9BFEC0
Tints of Magic Mint #9BFEC0
RGB
CMYK
RGB Variations
Color information
#9BFEC0 (or 0x9BFEC0) is known color: Magic Mint. HEX triplet: 9B, FE and C0. RGB value is (155,254,192). Sum of RGB (Red+Green+Blue) = 155+254+192=601 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.79% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFEC0 is #64013F. Grayscale: #D9D9D9. Windows color (decimal): -6553920 or 12648091. OLE color: 12648091.
HSL color Cylindrical-coordinate representation of color #9BFEC0: hue angle of 142.42º 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 #9BFEC0 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 192 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.00 |
| HSL | 142.42º | 0.98% | 0.8% | - |
| HSV(B) | 142.42º | 0.39% | 1% | - |
| XYZ | 58.47 | 81.66 | 62.55 | - |
| YUV | 217.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 192 | 0.39 | 0 | 0.24 | 0.00 | 142.42 | 0.98 | 0.8 |
| Hex | 9B | FE | C0 | 27 | 0 | 18 | 0 | 8E | 62 | 50 |
| Octal | 233 | 376 | 300 | 47 | 0 | 30 | 0 | 216 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11000000 | 100111 | 0 | 11000 | 0 | 10001110 | 1100010 | 1010000 |
Color Harmonies of #9BFEC0
Complementary color
Monochromatic Colors of #9BFEC0
Black with #9BFEC0
Text Example
Text Example
White with #9BFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEC0; }
p { color: rgb(155,254,192); }
H1.HeaderClassName
{
color: #9BFEC0;
}
.AnyTagClassName
{
color: #9BFEC0;
}
</style>
background-color css
<style>
a { background-color: #9BFEC0; }
a { background-color: rgb(155,254,192); }
div.DivClassName
{
background-color: #9BFEC0;
}
.BgClassName
{
background-color: #9BFEC0;
}
</style>
border-color css
<style>
span { border-color: #9BFEC0; }
span { border-color: rgb(155,254,192); }
td.TdClassName
{
border-color: #9BFEC0;
}
.TagClassName
{
border-color: #9BFEC0;
}
</style>