Shades of Magic Mint #9FFFE2
Tints of Magic Mint #9FFFE2
RGB
CMYK
RGB Variations
Color information
#9FFFE2 (or 0x9FFFE2) is known color: Magic Mint. HEX triplet: 9F, FF and E2. RGB value is (159,255,226). Sum of RGB (Red+Green+Blue) = 159+255+226=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 255 (100% from 255 or 39.84% from 640); Blue value is 226 (88.67% from 255 or 35.31% from 640); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFE2 is #60001D. Grayscale: #DFDFDF. Windows color (decimal): -6291486 or 14876575. OLE color: 14876575.
HSL color Cylindrical-coordinate representation of color #9FFFE2: hue angle of 161.88º 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 #9FFFE2 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 226 | - |
| CMYK | 0.38 | 0 | 0.11 | 0 |
| HSL | 161.88º | 1% | 0.81% | - |
| HSV(B) | 161.88º | 0.38% | 1% | - |
| XYZ | 63.79 | 84.38 | 84.88 | - |
| YUV | 222.99 | 129.7 | 82.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 226 | 0.38 | 0 | 0.11 | 0 | 161.88 | 1 | 0.81 |
| Hex | 9F | FF | E2 | 26 | 0 | B | 0 | A2 | 64 | 51 |
| Octal | 237 | 377 | 342 | 46 | 0 | 13 | 0 | 242 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11100010 | 100110 | 0 | 1011 | 0 | 10100010 | 1100100 | 1010001 |
Color Harmonies of #9FFFE2
Complementary color
Monochromatic Colors of #9FFFE2
Black with #9FFFE2
Text Example
Text Example
White with #9FFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFE2; }
p { color: rgb(159,255,226); }
H1.HeaderClassName
{
color: #9FFFE2;
}
.AnyTagClassName
{
color: #9FFFE2;
}
</style>
background-color css
<style>
a { background-color: #9FFFE2; }
a { background-color: rgb(159,255,226); }
div.DivClassName
{
background-color: #9FFFE2;
}
.BgClassName
{
background-color: #9FFFE2;
}
</style>
border-color css
<style>
span { border-color: #9FFFE2; }
span { border-color: rgb(159,255,226); }
td.TdClassName
{
border-color: #9FFFE2;
}
.TagClassName
{
border-color: #9FFFE2;
}
</style>