Shades of Magic Mint #9EFEC2
Tints of Magic Mint #9EFEC2
RGB
CMYK
RGB Variations
Color information
#9EFEC2 (or 0x9EFEC2) is known color: Magic Mint. HEX triplet: 9E, FE and C2. RGB value is (158,254,194). Sum of RGB (Red+Green+Blue) = 158+254+194=606 (80% of max value = 765). Red value is 158 (62.11% from 255 or 26.07% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #9EFEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFEC2 is #61013D. Grayscale: #DADADA. Windows color (decimal): -6357310 or 12779166. OLE color: 12779166.
HSL color Cylindrical-coordinate representation of color #9EFEC2: hue angle of 142.5º 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 #9EFEC2 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 158 | 254 | 194 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.00 |
| HSL | 142.5º | 0.98% | 0.81% | - |
| HSV(B) | 142.5º | 0.38% | 1% | - |
| XYZ | 59.28 | 82.05 | 63.75 | - |
| YUV | 218.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 254 | 194 | 0.38 | 0 | 0.24 | 0.00 | 142.5 | 0.98 | 0.81 |
| Hex | 9E | FE | C2 | 26 | 0 | 18 | 0 | 8E | 62 | 51 |
| Octal | 236 | 376 | 302 | 46 | 0 | 30 | 0 | 216 | 142 | 121 |
| Binary | 10011110 | 11111110 | 11000010 | 100110 | 0 | 11000 | 0 | 10001110 | 1100010 | 1010001 |
Color Harmonies of #9EFEC2
Complementary color
Monochromatic Colors of #9EFEC2
Black with #9EFEC2
Text Example
Text Example
White with #9EFEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFEC2; }
p { color: rgb(158,254,194); }
H1.HeaderClassName
{
color: #9EFEC2;
}
.AnyTagClassName
{
color: #9EFEC2;
}
</style>
background-color css
<style>
a { background-color: #9EFEC2; }
a { background-color: rgb(158,254,194); }
div.DivClassName
{
background-color: #9EFEC2;
}
.BgClassName
{
background-color: #9EFEC2;
}
</style>
border-color css
<style>
span { border-color: #9EFEC2; }
span { border-color: rgb(158,254,194); }
td.TdClassName
{
border-color: #9EFEC2;
}
.TagClassName
{
border-color: #9EFEC2;
}
</style>