Shades of Magic Mint #9EFFCC
Tints of Magic Mint #9EFFCC
RGB
CMYK
RGB Variations
Color information
#9EFFCC (or 0x9EFFCC) is known color: Magic Mint. HEX triplet: 9E, FF and CC. RGB value is (158,255,204). Sum of RGB (Red+Green+Blue) = 158+255+204=617 (81% of max value = 765). Red value is 158 (62.11% from 255 or 25.61% from 617); Green value is 255 (100% from 255 or 41.33% from 617); Blue value is 204 (80.08% from 255 or 33.06% from 617); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EFFCC is #610033. Grayscale: #DCDCDC. Windows color (decimal): -6357044 or 13434782. OLE color: 13434782.
HSL color Cylindrical-coordinate representation of color #9EFFCC: hue angle of 148.45º 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 #9EFFCC is Cyan = 0.38, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 204 | - |
| CMYK | 0.38 | 0 | 0.2 | 0 |
| HSL | 148.45º | 1% | 0.81% | - |
| HSV(B) | 148.45º | 0.38% | 1% | - |
| XYZ | 60.76 | 83.15 | 69.97 | - |
| YUV | 220.18 | 118.86 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 204 | 0.38 | 0 | 0.2 | 0 | 148.45 | 1 | 0.81 |
| Hex | 9E | FF | CC | 26 | 0 | 14 | 0 | 94 | 64 | 51 |
| Octal | 236 | 377 | 314 | 46 | 0 | 24 | 0 | 224 | 144 | 121 |
| Binary | 10011110 | 11111111 | 11001100 | 100110 | 0 | 10100 | 0 | 10010100 | 1100100 | 1010001 |
Color Harmonies of #9EFFCC
Complementary color
Monochromatic Colors of #9EFFCC
Black with #9EFFCC
Text Example
Text Example
White with #9EFFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFFCC; }
p { color: rgb(158,255,204); }
H1.HeaderClassName
{
color: #9EFFCC;
}
.AnyTagClassName
{
color: #9EFFCC;
}
</style>
background-color css
<style>
a { background-color: #9EFFCC; }
a { background-color: rgb(158,255,204); }
div.DivClassName
{
background-color: #9EFFCC;
}
.BgClassName
{
background-color: #9EFFCC;
}
</style>
border-color css
<style>
span { border-color: #9EFFCC; }
span { border-color: rgb(158,255,204); }
td.TdClassName
{
border-color: #9EFFCC;
}
.TagClassName
{
border-color: #9EFFCC;
}
</style>