Shades of Magic Mint #9CFEC0
Tints of Magic Mint #9CFEC0
RGB
CMYK
RGB Variations
Color information
#9CFEC0 (or 0x9CFEC0) is known color: Magic Mint. HEX triplet: 9C, FE and C0. RGB value is (156,254,192). Sum of RGB (Red+Green+Blue) = 156+254+192=602 (79% of max value = 765). Red value is 156 (61.33% from 255 or 25.91% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFEC0 is #63013F. Grayscale: #D9D9D9. Windows color (decimal): -6488384 or 12648092. OLE color: 12648092.
HSL color Cylindrical-coordinate representation of color #9CFEC0: hue angle of 142.04º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CFEC0 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 192 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.00 |
| HSL | 142.04º | 0.98% | 0.8% | - |
| HSV(B) | 142.04º | 0.39% | 1% | - |
| XYZ | 58.67 | 81.76 | 62.56 | - |
| YUV | 217.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 192 | 0.39 | 0 | 0.24 | 0.00 | 142.04 | 0.98 | 0.8 |
| Hex | 9C | FE | C0 | 27 | 0 | 18 | 0 | 8E | 62 | 50 |
| Octal | 234 | 376 | 300 | 47 | 0 | 30 | 0 | 216 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11000000 | 100111 | 0 | 11000 | 0 | 10001110 | 1100010 | 1010000 |
Color Harmonies of #9CFEC0
Complementary color
Monochromatic Colors of #9CFEC0
Black with #9CFEC0
Text Example
Text Example
White with #9CFEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEC0; }
p { color: rgb(156,254,192); }
H1.HeaderClassName
{
color: #9CFEC0;
}
.AnyTagClassName
{
color: #9CFEC0;
}
</style>
background-color css
<style>
a { background-color: #9CFEC0; }
a { background-color: rgb(156,254,192); }
div.DivClassName
{
background-color: #9CFEC0;
}
.BgClassName
{
background-color: #9CFEC0;
}
</style>
border-color css
<style>
span { border-color: #9CFEC0; }
span { border-color: rgb(156,254,192); }
td.TdClassName
{
border-color: #9CFEC0;
}
.TagClassName
{
border-color: #9CFEC0;
}
</style>