Shades of Magic Mint #9EF3C6
Tints of Magic Mint #9EF3C6
RGB
CMYK
RGB Variations
Color information
#9EF3C6 (or 0x9EF3C6) is known color: Magic Mint. HEX triplet: 9E, F3 and C6. RGB value is (158,243,198). Sum of RGB (Red+Green+Blue) = 158+243+198=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF3C6 is #610C39. Grayscale: #D4D4D4. Windows color (decimal): -6360122 or 13038494. OLE color: 13038494.
HSL color Cylindrical-coordinate representation of color #9EF3C6: hue angle of 148.24º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EF3C6 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 198 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.05 |
| HSL | 148.24º | 0.78% | 0.79% | - |
| HSV(B) | 148.24º | 0.35% | 0.95% | - |
| XYZ | 56.34 | 75.45 | 65.02 | - |
| YUV | 212.46 | 119.84 | 89.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 198 | 0.35 | 0 | 0.19 | 0.05 | 148.24 | 0.78 | 0.79 |
| Hex | 9E | F3 | C6 | 23 | 0 | 13 | 5 | 94 | 4E | 4F |
| Octal | 236 | 363 | 306 | 43 | 0 | 23 | 5 | 224 | 116 | 117 |
| Binary | 10011110 | 11110011 | 11000110 | 100011 | 0 | 10011 | 101 | 10010100 | 1001110 | 1001111 |
Color Harmonies of #9EF3C6
Complementary color
Monochromatic Colors of #9EF3C6
Black with #9EF3C6
Text Example
Text Example
White with #9EF3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF3C6; }
p { color: rgb(158,243,198); }
H1.HeaderClassName
{
color: #9EF3C6;
}
.AnyTagClassName
{
color: #9EF3C6;
}
</style>
background-color css
<style>
a { background-color: #9EF3C6; }
a { background-color: rgb(158,243,198); }
div.DivClassName
{
background-color: #9EF3C6;
}
.BgClassName
{
background-color: #9EF3C6;
}
</style>
border-color css
<style>
span { border-color: #9EF3C6; }
span { border-color: rgb(158,243,198); }
td.TdClassName
{
border-color: #9EF3C6;
}
.TagClassName
{
border-color: #9EF3C6;
}
</style>