Shades of Magic Mint #9BF6CF
Tints of Magic Mint #9BF6CF
RGB
CMYK
RGB Variations
Color information
#9BF6CF (or 0x9BF6CF) is known color: Magic Mint. HEX triplet: 9B, F6 and CF. RGB value is (155,246,207). Sum of RGB (Red+Green+Blue) = 155+246+207=608 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.49% from 608); Green value is 246 (96.48% from 255 or 40.46% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF6CF is #640930. Grayscale: #D6D6D6. Windows color (decimal): -6555953 or 13629083. OLE color: 13629083.
HSL color Cylindrical-coordinate representation of color #9BF6CF: hue angle of 154.29º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6CF is Cyan = 0.37, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 207 | - |
| CMYK | 0.37 | 0 | 0.16 | 0.04 |
| HSL | 154.29º | 0.83% | 0.79% | - |
| HSV(B) | 154.29º | 0.37% | 0.96% | - |
| XYZ | 57.74 | 77.39 | 70.93 | - |
| YUV | 214.35 | 123.85 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 207 | 0.37 | 0 | 0.16 | 0.04 | 154.29 | 0.83 | 0.79 |
| Hex | 9B | F6 | CF | 25 | 0 | 10 | 4 | 9A | 53 | 4F |
| Octal | 233 | 366 | 317 | 45 | 0 | 20 | 4 | 232 | 123 | 117 |
| Binary | 10011011 | 11110110 | 11001111 | 100101 | 0 | 10000 | 100 | 10011010 | 1010011 | 1001111 |
Color Harmonies of #9BF6CF
Complementary color
Monochromatic Colors of #9BF6CF
Black with #9BF6CF
Text Example
Text Example
White with #9BF6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF6CF; }
p { color: rgb(155,246,207); }
H1.HeaderClassName
{
color: #9BF6CF;
}
.AnyTagClassName
{
color: #9BF6CF;
}
</style>
background-color css
<style>
a { background-color: #9BF6CF; }
a { background-color: rgb(155,246,207); }
div.DivClassName
{
background-color: #9BF6CF;
}
.BgClassName
{
background-color: #9BF6CF;
}
</style>
border-color css
<style>
span { border-color: #9BF6CF; }
span { border-color: rgb(155,246,207); }
td.TdClassName
{
border-color: #9BF6CF;
}
.TagClassName
{
border-color: #9BF6CF;
}
</style>