Shades of Magic Mint #9EF3C8
Tints of Magic Mint #9EF3C8
RGB
CMYK
RGB Variations
Color information
#9EF3C8 (or 0x9EF3C8) is known color: Magic Mint. HEX triplet: 9E, F3 and C8. RGB value is (158,243,200). Sum of RGB (Red+Green+Blue) = 158+243+200=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 243 (95.31% from 255 or 40.43% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 243 - color contains mainly: green. Hex color #9EF3C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF3C8 is #610C37. Grayscale: #D4D4D4. Windows color (decimal): -6360120 or 13169566. OLE color: 13169566.
HSL color Cylindrical-coordinate representation of color #9EF3C8: hue angle of 149.65º 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 #9EF3C8 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 158 | 243 | 200 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.05 |
| HSL | 149.65º | 0.78% | 0.79% | - |
| HSV(B) | 149.65º | 0.35% | 0.95% | - |
| XYZ | 56.58 | 75.54 | 66.24 | - |
| YUV | 212.68 | 120.84 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 243 | 200 | 0.35 | 0 | 0.18 | 0.05 | 149.65 | 0.78 | 0.79 |
| Hex | 9E | F3 | C8 | 23 | 0 | 12 | 5 | 96 | 4E | 4F |
| Octal | 236 | 363 | 310 | 43 | 0 | 22 | 5 | 226 | 116 | 117 |
| Binary | 10011110 | 11110011 | 11001000 | 100011 | 0 | 10010 | 101 | 10010110 | 1001110 | 1001111 |
Color Harmonies of #9EF3C8
Complementary color
Monochromatic Colors of #9EF3C8
Black with #9EF3C8
Text Example
Text Example
White with #9EF3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF3C8; }
p { color: rgb(158,243,200); }
H1.HeaderClassName
{
color: #9EF3C8;
}
.AnyTagClassName
{
color: #9EF3C8;
}
</style>
background-color css
<style>
a { background-color: #9EF3C8; }
a { background-color: rgb(158,243,200); }
div.DivClassName
{
background-color: #9EF3C8;
}
.BgClassName
{
background-color: #9EF3C8;
}
</style>
border-color css
<style>
span { border-color: #9EF3C8; }
span { border-color: rgb(158,243,200); }
td.TdClassName
{
border-color: #9EF3C8;
}
.TagClassName
{
border-color: #9EF3C8;
}
</style>