Shades of Magic Mint #9EFFC3
Tints of Magic Mint #9EFFC3
RGB
CMYK
RGB Variations
Color information
#9EFFC3 (or 0x9EFFC3) is known color: Magic Mint. HEX triplet: 9E, FF and C3. RGB value is (158,255,195). Sum of RGB (Red+Green+Blue) = 158+255+195=608 (80% of max value = 765). Red value is 158 (62.11% from 255 or 25.99% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFC3 is #61003C. Grayscale: #DBDBDB. Windows color (decimal): -6357053 or 12844958. OLE color: 12844958.
HSL color Cylindrical-coordinate representation of color #9EFFC3: hue angle of 142.89º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFC3 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 195 | - |
| CMYK | 0.38 | 0 | 0.24 | 0 |
| HSL | 142.89º | 1% | 0.81% | - |
| HSV(B) | 142.89º | 0.38% | 1% | - |
| XYZ | 59.71 | 82.73 | 64.45 | - |
| YUV | 219.16 | 114.36 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 195 | 0.38 | 0 | 0.24 | 0 | 142.89 | 1 | 0.81 |
| Hex | 9E | FF | C3 | 26 | 0 | 18 | 0 | 8F | 64 | 51 |
| Octal | 236 | 377 | 303 | 46 | 0 | 30 | 0 | 217 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11000011 | 100110 | 0 | 11000 | 0 | 10001111 | 1100100 | 1010001 |
Color Harmonies of #9EFFC3
Complementary color
Monochromatic Colors of #9EFFC3
Black with #9EFFC3
Text Example
Text Example
White with #9EFFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFC3; }
p { color: rgb(158,255,195); }
H1.HeaderClassName
{
color: #9EFFC3;
}
.AnyTagClassName
{
color: #9EFFC3;
}
</style>
background-color css
<style>
a { background-color: #9EFFC3; }
a { background-color: rgb(158,255,195); }
div.DivClassName
{
background-color: #9EFFC3;
}
.BgClassName
{
background-color: #9EFFC3;
}
</style>
border-color css
<style>
span { border-color: #9EFFC3; }
span { border-color: rgb(158,255,195); }
td.TdClassName
{
border-color: #9EFFC3;
}
.TagClassName
{
border-color: #9EFFC3;
}
</style>