Shades of Magic Mint #9DFEC2
Tints of Magic Mint #9DFEC2
RGB
CMYK
RGB Variations
Color information
#9DFEC2 (or 0x9DFEC2) is known color: Magic Mint. HEX triplet: 9D, FE and C2. RGB value is (157,254,194). Sum of RGB (Red+Green+Blue) = 157+254+194=605 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.95% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFEC2 is #62013D. Grayscale: #DADADA. Windows color (decimal): -6422846 or 12779165. OLE color: 12779165.
HSL color Cylindrical-coordinate representation of color #9DFEC2: hue angle of 142.89º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFEC2 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 194 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.00 |
| HSL | 142.89º | 0.98% | 0.81% | - |
| HSV(B) | 142.89º | 0.38% | 1% | - |
| XYZ | 59.08 | 81.95 | 63.74 | - |
| YUV | 218.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 194 | 0.38 | 0 | 0.24 | 0.00 | 142.89 | 0.98 | 0.81 |
| Hex | 9D | FE | C2 | 26 | 0 | 18 | 0 | 8F | 62 | 51 |
| Octal | 235 | 376 | 302 | 46 | 0 | 30 | 0 | 217 | 142 | 121 |
| Binary | 10011101 | 11111110 | 11000010 | 100110 | 0 | 11000 | 0 | 10001111 | 1100010 | 1010001 |
Color Harmonies of #9DFEC2
Complementary color
Monochromatic Colors of #9DFEC2
Black with #9DFEC2
Text Example
Text Example
White with #9DFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFEC2; }
p { color: rgb(157,254,194); }
H1.HeaderClassName
{
color: #9DFEC2;
}
.AnyTagClassName
{
color: #9DFEC2;
}
</style>
background-color css
<style>
a { background-color: #9DFEC2; }
a { background-color: rgb(157,254,194); }
div.DivClassName
{
background-color: #9DFEC2;
}
.BgClassName
{
background-color: #9DFEC2;
}
</style>
border-color css
<style>
span { border-color: #9DFEC2; }
span { border-color: rgb(157,254,194); }
td.TdClassName
{
border-color: #9DFEC2;
}
.TagClassName
{
border-color: #9DFEC2;
}
</style>