Shades of Magic Mint #9BF7C6
Tints of Magic Mint #9BF7C6
RGB
CMYK
RGB Variations
Color information
#9BF7C6 (or 0x9BF7C6) is known color: Magic Mint. HEX triplet: 9B, F7 and C6. RGB value is (155,247,198). Sum of RGB (Red+Green+Blue) = 155+247+198=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 247 (96.88% from 255 or 41.17% from 600); Blue value is 198 (77.73% from 255 or 33% from 600); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7C6 is #640839. Grayscale: #D6D6D6. Windows color (decimal): -6555706 or 13039515. OLE color: 13039515.
HSL color Cylindrical-coordinate representation of color #9BF7C6: hue angle of 148.04º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7C6 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 198 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.03 |
| HSL | 148.04º | 0.85% | 0.79% | - |
| HSV(B) | 148.04º | 0.37% | 0.97% | - |
| XYZ | 56.97 | 77.57 | 65.4 | - |
| YUV | 213.91 | 119.02 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 198 | 0.37 | 0 | 0.20 | 0.03 | 148.04 | 0.85 | 0.79 |
| Hex | 9B | F7 | C6 | 25 | 0 | 14 | 3 | 94 | 55 | 4F |
| Octal | 233 | 367 | 306 | 45 | 0 | 24 | 3 | 224 | 125 | 117 |
| Binary | 10011011 | 11110111 | 11000110 | 100101 | 0 | 10100 | 11 | 10010100 | 1010101 | 1001111 |
Color Harmonies of #9BF7C6
Complementary color
Monochromatic Colors of #9BF7C6
Black with #9BF7C6
Text Example
Text Example
White with #9BF7C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF7C6; }
p { color: rgb(155,247,198); }
H1.HeaderClassName
{
color: #9BF7C6;
}
.AnyTagClassName
{
color: #9BF7C6;
}
</style>
background-color css
<style>
a { background-color: #9BF7C6; }
a { background-color: rgb(155,247,198); }
div.DivClassName
{
background-color: #9BF7C6;
}
.BgClassName
{
background-color: #9BF7C6;
}
</style>
border-color css
<style>
span { border-color: #9BF7C6; }
span { border-color: rgb(155,247,198); }
td.TdClassName
{
border-color: #9BF7C6;
}
.TagClassName
{
border-color: #9BF7C6;
}
</style>