Shades of Magic Mint #9CFEDC
Tints of Magic Mint #9CFEDC
RGB
CMYK
RGB Variations
Color information
#9CFEDC (or 0x9CFEDC) is known color: Magic Mint. HEX triplet: 9C, FE and DC. RGB value is (156,254,220). Sum of RGB (Red+Green+Blue) = 156+254+220=630 (83% of max value = 765). Red value is 156 (61.33% from 255 or 24.76% from 630); Green value is 254 (99.61% from 255 or 40.32% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFEDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFEDC is #630123. Grayscale: #DCDCDC. Windows color (decimal): -6488356 or 14483100. OLE color: 14483100.
HSL color Cylindrical-coordinate representation of color #9CFEDC: hue angle of 159.18º 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 #9CFEDC is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 220 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.00 |
| HSL | 159.18º | 0.98% | 0.8% | - |
| HSV(B) | 159.18º | 0.39% | 1% | - |
| XYZ | 62.07 | 83.12 | 80.48 | - |
| YUV | 220.82 | 127.53 | 81.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 220 | 0.39 | 0 | 0.13 | 0.00 | 159.18 | 0.98 | 0.8 |
| Hex | 9C | FE | DC | 27 | 0 | D | 0 | 9F | 62 | 50 |
| Octal | 234 | 376 | 334 | 47 | 0 | 15 | 0 | 237 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11011100 | 100111 | 0 | 1101 | 0 | 10011111 | 1100010 | 1010000 |
Color Harmonies of #9CFEDC
Complementary color
Monochromatic Colors of #9CFEDC
Black with #9CFEDC
Text Example
Text Example
White with #9CFEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFEDC; }
p { color: rgb(156,254,220); }
H1.HeaderClassName
{
color: #9CFEDC;
}
.AnyTagClassName
{
color: #9CFEDC;
}
</style>
background-color css
<style>
a { background-color: #9CFEDC; }
a { background-color: rgb(156,254,220); }
div.DivClassName
{
background-color: #9CFEDC;
}
.BgClassName
{
background-color: #9CFEDC;
}
</style>
border-color css
<style>
span { border-color: #9CFEDC; }
span { border-color: rgb(156,254,220); }
td.TdClassName
{
border-color: #9CFEDC;
}
.TagClassName
{
border-color: #9CFEDC;
}
</style>