Shades of Magic Mint #9EF2C1
Tints of Magic Mint #9EF2C1
RGB
CMYK
RGB Variations
Color information
#9EF2C1 (or 0x9EF2C1) is known color: Magic Mint. HEX triplet: 9E, F2 and C1. RGB value is (158,242,193). Sum of RGB (Red+Green+Blue) = 158+242+193=593 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.64% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF2C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF2C1 is #610D3E. Grayscale: #D3D3D3. Windows color (decimal): -6360383 or 12710558. OLE color: 12710558.
HSL color Cylindrical-coordinate representation of color #9EF2C1: hue angle of 145º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF2C1 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 242 | 193 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.05 |
| HSL | 145º | 0.76% | 0.78% | - |
| HSV(B) | 145º | 0.35% | 0.95% | - |
| XYZ | 55.48 | 74.62 | 61.93 | - |
| YUV | 211.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 242 | 193 | 0.35 | 0 | 0.20 | 0.05 | 145 | 0.76 | 0.78 |
| Hex | 9E | F2 | C1 | 23 | 0 | 14 | 5 | 91 | 4C | 4E |
| Octal | 236 | 362 | 301 | 43 | 0 | 24 | 5 | 221 | 114 | 116 |
| Binary | 10011110 | 11110010 | 11000001 | 100011 | 0 | 10100 | 101 | 10010001 | 1001100 | 1001110 |
Color Harmonies of #9EF2C1
Complementary color
Monochromatic Colors of #9EF2C1
Black with #9EF2C1
Text Example
Text Example
White with #9EF2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF2C1; }
p { color: rgb(158,242,193); }
H1.HeaderClassName
{
color: #9EF2C1;
}
.AnyTagClassName
{
color: #9EF2C1;
}
</style>
background-color css
<style>
a { background-color: #9EF2C1; }
a { background-color: rgb(158,242,193); }
div.DivClassName
{
background-color: #9EF2C1;
}
.BgClassName
{
background-color: #9EF2C1;
}
</style>
border-color css
<style>
span { border-color: #9EF2C1; }
span { border-color: rgb(158,242,193); }
td.TdClassName
{
border-color: #9EF2C1;
}
.TagClassName
{
border-color: #9EF2C1;
}
</style>