Shades of Magic Mint #9EE6C1
Tints of Magic Mint #9EE6C1
RGB
CMYK
RGB Variations
Color information
#9EE6C1 (or 0x9EE6C1) is known color: Magic Mint. HEX triplet: 9E, E6 and C1. RGB value is (158,230,193). Sum of RGB (Red+Green+Blue) = 158+230+193=581 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.19% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #9EE6C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EE6C1 is #61193E. Grayscale: #CCCCCC. Windows color (decimal): -6363455 or 12707486. OLE color: 12707486.
HSL color Cylindrical-coordinate representation of color #9EE6C1: hue angle of 149.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EE6C1 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 230 | 193 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.10 |
| HSL | 149.17º | 0.59% | 0.76% | - |
| HSV(B) | 149.17º | 0.31% | 0.9% | - |
| XYZ | 52.02 | 67.71 | 60.78 | - |
| YUV | 204.25 | 121.65 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 230 | 193 | 0.31 | 0 | 0.16 | 0.10 | 149.17 | 0.59 | 0.76 |
| Hex | 9E | E6 | C1 | 1F | 0 | 10 | A | 95 | 3B | 4C |
| Octal | 236 | 346 | 301 | 37 | 0 | 20 | 12 | 225 | 73 | 114 |
| Binary | 10011110 | 11100110 | 11000001 | 11111 | 0 | 10000 | 1010 | 10010101 | 111011 | 1001100 |
Color Harmonies of #9EE6C1
Complementary color
Monochromatic Colors of #9EE6C1
Black with #9EE6C1
Text Example
Text Example
White with #9EE6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE6C1; }
p { color: rgb(158,230,193); }
H1.HeaderClassName
{
color: #9EE6C1;
}
.AnyTagClassName
{
color: #9EE6C1;
}
</style>
background-color css
<style>
a { background-color: #9EE6C1; }
a { background-color: rgb(158,230,193); }
div.DivClassName
{
background-color: #9EE6C1;
}
.BgClassName
{
background-color: #9EE6C1;
}
</style>
border-color css
<style>
span { border-color: #9EE6C1; }
span { border-color: rgb(158,230,193); }
td.TdClassName
{
border-color: #9EE6C1;
}
.TagClassName
{
border-color: #9EE6C1;
}
</style>