Shades of Magic Mint #9CFEBC
Tints of Magic Mint #9CFEBC
RGB
CMYK
RGB Variations
Color information
#9CFEBC (or 0x9CFEBC) is known color: Magic Mint. HEX triplet: 9C, FE and BC. RGB value is (156,254,188). Sum of RGB (Red+Green+Blue) = 156+254+188=598 (79% of max value = 765). Red value is 156 (61.33% from 255 or 26.09% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFEBC is #630143. Grayscale: #D9D9D9. Windows color (decimal): -6488388 or 12385948. OLE color: 12385948.
HSL color Cylindrical-coordinate representation of color #9CFEBC: hue angle of 139.59º 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 #9CFEBC is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 188 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.00 |
| HSL | 139.59º | 0.98% | 0.8% | - |
| HSV(B) | 139.59º | 0.39% | 1% | - |
| XYZ | 58.23 | 81.58 | 60.25 | - |
| YUV | 217.17 | 111.53 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 188 | 0.39 | 0 | 0.26 | 0.00 | 139.59 | 0.98 | 0.8 |
| Hex | 9C | FE | BC | 27 | 0 | 1A | 0 | 8C | 62 | 50 |
| Octal | 234 | 376 | 274 | 47 | 0 | 32 | 0 | 214 | 142 | 120 |
| Binary | 10011100 | 11111110 | 10111100 | 100111 | 0 | 11010 | 0 | 10001100 | 1100010 | 1010000 |
Color Harmonies of #9CFEBC
Complementary color
Monochromatic Colors of #9CFEBC
Black with #9CFEBC
Text Example
Text Example
White with #9CFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEBC; }
p { color: rgb(156,254,188); }
H1.HeaderClassName
{
color: #9CFEBC;
}
.AnyTagClassName
{
color: #9CFEBC;
}
</style>
background-color css
<style>
a { background-color: #9CFEBC; }
a { background-color: rgb(156,254,188); }
div.DivClassName
{
background-color: #9CFEBC;
}
.BgClassName
{
background-color: #9CFEBC;
}
</style>
border-color css
<style>
span { border-color: #9CFEBC; }
span { border-color: rgb(156,254,188); }
td.TdClassName
{
border-color: #9CFEBC;
}
.TagClassName
{
border-color: #9CFEBC;
}
</style>