Shades of Magic Mint #9CF6BF
Tints of Magic Mint #9CF6BF
RGB
CMYK
RGB Variations
Color information
#9CF6BF (or 0x9CF6BF) is known color: Magic Mint. HEX triplet: 9C, F6 and BF. RGB value is (156,246,191). Sum of RGB (Red+Green+Blue) = 156+246+191=593 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.31% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #9CF6BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CF6BF is #630940. Grayscale: #D4D4D4. Windows color (decimal): -6490433 or 12580508. OLE color: 12580508.
HSL color Cylindrical-coordinate representation of color #9CF6BF: hue angle of 143.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 #9CF6BF is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 246 | 191 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.04 |
| HSL | 143.33º | 0.83% | 0.79% | - |
| HSV(B) | 143.33º | 0.37% | 0.96% | - |
| XYZ | 56.07 | 76.74 | 61.15 | - |
| YUV | 212.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 246 | 191 | 0.37 | 0 | 0.22 | 0.04 | 143.33 | 0.83 | 0.79 |
| Hex | 9C | F6 | BF | 25 | 0 | 16 | 4 | 8F | 53 | 4F |
| Octal | 234 | 366 | 277 | 45 | 0 | 26 | 4 | 217 | 123 | 117 |
| Binary | 10011100 | 11110110 | 10111111 | 100101 | 0 | 10110 | 100 | 10001111 | 1010011 | 1001111 |
Color Harmonies of #9CF6BF
Complementary color
Monochromatic Colors of #9CF6BF
Black with #9CF6BF
Text Example
Text Example
White with #9CF6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF6BF; }
p { color: rgb(156,246,191); }
H1.HeaderClassName
{
color: #9CF6BF;
}
.AnyTagClassName
{
color: #9CF6BF;
}
</style>
background-color css
<style>
a { background-color: #9CF6BF; }
a { background-color: rgb(156,246,191); }
div.DivClassName
{
background-color: #9CF6BF;
}
.BgClassName
{
background-color: #9CF6BF;
}
</style>
border-color css
<style>
span { border-color: #9CF6BF; }
span { border-color: rgb(156,246,191); }
td.TdClassName
{
border-color: #9CF6BF;
}
.TagClassName
{
border-color: #9CF6BF;
}
</style>