Shades of Magic Mint #9BFFC0
Tints of Magic Mint #9BFFC0
RGB
CMYK
RGB Variations
Color information
#9BFFC0 (or 0x9BFFC0) is known color: Magic Mint. HEX triplet: 9B, FF and C0. RGB value is (155,255,192). Sum of RGB (Red+Green+Blue) = 155+255+192=602 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.75% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFC0 is #64003F. Grayscale: #DADADA. Windows color (decimal): -6553664 or 12648347. OLE color: 12648347.
HSL color Cylindrical-coordinate representation of color #9BFFC0: hue angle of 142.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFC0 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 192 | - |
| CMYK | 0.39 | 0 | 0.25 | 0 |
| HSL | 142.2º | 1% | 0.8% | - |
| HSV(B) | 142.2º | 0.39% | 1% | - |
| XYZ | 58.79 | 82.29 | 62.65 | - |
| YUV | 217.92 | 113.37 | 83.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 192 | 0.39 | 0 | 0.25 | 0 | 142.2 | 1 | 0.8 |
| Hex | 9B | FF | C0 | 27 | 0 | 19 | 0 | 8E | 64 | 50 |
| Octal | 233 | 377 | 300 | 47 | 0 | 31 | 0 | 216 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11000000 | 100111 | 0 | 11001 | 0 | 10001110 | 1100100 | 1010000 |
Color Harmonies of #9BFFC0
Complementary color
Monochromatic Colors of #9BFFC0
Black with #9BFFC0
Text Example
Text Example
White with #9BFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFC0; }
p { color: rgb(155,255,192); }
H1.HeaderClassName
{
color: #9BFFC0;
}
.AnyTagClassName
{
color: #9BFFC0;
}
</style>
background-color css
<style>
a { background-color: #9BFFC0; }
a { background-color: rgb(155,255,192); }
div.DivClassName
{
background-color: #9BFFC0;
}
.BgClassName
{
background-color: #9BFFC0;
}
</style>
border-color css
<style>
span { border-color: #9BFFC0; }
span { border-color: rgb(155,255,192); }
td.TdClassName
{
border-color: #9BFFC0;
}
.TagClassName
{
border-color: #9BFFC0;
}
</style>