Shades of Magic Mint #9CF6BC
Tints of Magic Mint #9CF6BC
RGB
CMYK
RGB Variations
Color information
#9CF6BC (or 0x9CF6BC) is known color: Magic Mint. HEX triplet: 9C, F6 and BC. RGB value is (156,246,188). Sum of RGB (Red+Green+Blue) = 156+246+188=590 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.44% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF6BC is #630943. Grayscale: #D4D4D4. Windows color (decimal): -6490436 or 12383900. OLE color: 12383900.
HSL color Cylindrical-coordinate representation of color #9CF6BC: hue angle of 141.33º 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 #9CF6BC is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 188 | - |
| CMYK | 0.37 | 0 | 0.24 | 0.04 |
| HSL | 141.33º | 0.83% | 0.79% | - |
| HSV(B) | 141.33º | 0.37% | 0.96% | - |
| XYZ | 55.74 | 76.61 | 59.43 | - |
| YUV | 212.48 | 114.18 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 188 | 0.37 | 0 | 0.24 | 0.04 | 141.33 | 0.83 | 0.79 |
| Hex | 9C | F6 | BC | 25 | 0 | 18 | 4 | 8D | 53 | 4F |
| Octal | 234 | 366 | 274 | 45 | 0 | 30 | 4 | 215 | 123 | 117 |
| Binary | 10011100 | 11110110 | 10111100 | 100101 | 0 | 11000 | 100 | 10001101 | 1010011 | 1001111 |
Color Harmonies of #9CF6BC
Complementary color
Monochromatic Colors of #9CF6BC
Black with #9CF6BC
Text Example
Text Example
White with #9CF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF6BC; }
p { color: rgb(156,246,188); }
H1.HeaderClassName
{
color: #9CF6BC;
}
.AnyTagClassName
{
color: #9CF6BC;
}
</style>
background-color css
<style>
a { background-color: #9CF6BC; }
a { background-color: rgb(156,246,188); }
div.DivClassName
{
background-color: #9CF6BC;
}
.BgClassName
{
background-color: #9CF6BC;
}
</style>
border-color css
<style>
span { border-color: #9CF6BC; }
span { border-color: rgb(156,246,188); }
td.TdClassName
{
border-color: #9CF6BC;
}
.TagClassName
{
border-color: #9CF6BC;
}
</style>