Shades of Magic Mint #9BFFC6
Tints of Magic Mint #9BFFC6
RGB
CMYK
RGB Variations
Color information
#9BFFC6 (or 0x9BFFC6) is known color: Magic Mint. HEX triplet: 9B, FF and C6. RGB value is (155,255,198). Sum of RGB (Red+Green+Blue) = 155+255+198=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 198 (77.73% from 255 or 32.57% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFFC6 is #640039. Grayscale: #DADADA. Windows color (decimal): -6553658 or 13041563. OLE color: 13041563.
HSL color Cylindrical-coordinate representation of color #9BFFC6: hue angle of 145.8º 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 #9BFFC6 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 198 | - |
| CMYK | 0.39 | 0 | 0.22 | 0 |
| HSL | 145.8º | 1% | 0.8% | - |
| HSV(B) | 145.8º | 0.39% | 1% | - |
| XYZ | 59.47 | 82.57 | 66.23 | - |
| YUV | 218.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 198 | 0.39 | 0 | 0.22 | 0 | 145.8 | 1 | 0.8 |
| Hex | 9B | FF | C6 | 27 | 0 | 16 | 0 | 92 | 64 | 50 |
| Octal | 233 | 377 | 306 | 47 | 0 | 26 | 0 | 222 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11000110 | 100111 | 0 | 10110 | 0 | 10010010 | 1100100 | 1010000 |
Color Harmonies of #9BFFC6
Complementary color
Monochromatic Colors of #9BFFC6
Black with #9BFFC6
Text Example
Text Example
White with #9BFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFC6; }
p { color: rgb(155,255,198); }
H1.HeaderClassName
{
color: #9BFFC6;
}
.AnyTagClassName
{
color: #9BFFC6;
}
</style>
background-color css
<style>
a { background-color: #9BFFC6; }
a { background-color: rgb(155,255,198); }
div.DivClassName
{
background-color: #9BFFC6;
}
.BgClassName
{
background-color: #9BFFC6;
}
</style>
border-color css
<style>
span { border-color: #9BFFC6; }
span { border-color: rgb(155,255,198); }
td.TdClassName
{
border-color: #9BFFC6;
}
.TagClassName
{
border-color: #9BFFC6;
}
</style>