Shades of Magic Mint #9CFED4
Tints of Magic Mint #9CFED4
RGB
CMYK
RGB Variations
Color information
#9CFED4 (or 0x9CFED4) is known color: Magic Mint. HEX triplet: 9C, FE and D4. RGB value is (156,254,212). Sum of RGB (Red+Green+Blue) = 156+254+212=622 (82% of max value = 765). Red value is 156 (61.33% from 255 or 25.08% from 622); Green value is 254 (99.61% from 255 or 40.84% from 622); Blue value is 212 (83.20% from 255 or 34.08% from 622); Max value from RGB is 254 - color contains mainly: green. Hex color #9CFED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9CFED4 is #63012B. Grayscale: #DBDBDB. Windows color (decimal): -6488364 or 13958812. OLE color: 13958812.
HSL color Cylindrical-coordinate representation of color #9CFED4: hue angle of 154.29º 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 #9CFED4 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 254 | 212 | - |
| CMYK | 0.39 | 0 | 0.17 | 0.00 |
| HSL | 154.29º | 0.98% | 0.8% | - |
| HSV(B) | 154.29º | 0.39% | 1% | - |
| XYZ | 61.04 | 82.71 | 75.03 | - |
| YUV | 219.91 | 123.53 | 82.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 254 | 212 | 0.39 | 0 | 0.17 | 0.00 | 154.29 | 0.98 | 0.8 |
| Hex | 9C | FE | D4 | 27 | 0 | 11 | 0 | 9A | 62 | 50 |
| Octal | 234 | 376 | 324 | 47 | 0 | 21 | 0 | 232 | 142 | 120 |
| Binary | 10011100 | 11111110 | 11010100 | 100111 | 0 | 10001 | 0 | 10011010 | 1100010 | 1010000 |
Color Harmonies of #9CFED4
Complementary color
Monochromatic Colors of #9CFED4
Black with #9CFED4
Text Example
Text Example
White with #9CFED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CFED4; }
p { color: rgb(156,254,212); }
H1.HeaderClassName
{
color: #9CFED4;
}
.AnyTagClassName
{
color: #9CFED4;
}
</style>
background-color css
<style>
a { background-color: #9CFED4; }
a { background-color: rgb(156,254,212); }
div.DivClassName
{
background-color: #9CFED4;
}
.BgClassName
{
background-color: #9CFED4;
}
</style>
border-color css
<style>
span { border-color: #9CFED4; }
span { border-color: rgb(156,254,212); }
td.TdClassName
{
border-color: #9CFED4;
}
.TagClassName
{
border-color: #9CFED4;
}
</style>