Shades of Magic Mint #9FFFE3
Tints of Magic Mint #9FFFE3
RGB
CMYK
RGB Variations
Color information
#9FFFE3 (or 0x9FFFE3) is known color: Magic Mint. HEX triplet: 9F, FF and E3. RGB value is (159,255,227). Sum of RGB (Red+Green+Blue) = 159+255+227=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFFE3 is #60001C. Grayscale: #DFDFDF. Windows color (decimal): -6291485 or 14942111. OLE color: 14942111.
HSL color Cylindrical-coordinate representation of color #9FFFE3: hue angle of 162.5º 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 #9FFFE3 is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 255 | 227 | - |
| CMYK | 0.38 | 0 | 0.11 | 0 |
| HSL | 162.5º | 1% | 0.81% | - |
| HSV(B) | 162.5º | 0.38% | 1% | - |
| XYZ | 63.92 | 84.44 | 85.6 | - |
| YUV | 223.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 255 | 227 | 0.38 | 0 | 0.11 | 0 | 162.5 | 1 | 0.81 |
| Hex | 9F | FF | E3 | 26 | 0 | B | 0 | A2 | 64 | 51 |
| Octal | 237 | 377 | 343 | 46 | 0 | 13 | 0 | 242 | 144 | 121 |
| Binary | 10011111 | 11111111 | 11100011 | 100110 | 0 | 1011 | 0 | 10100010 | 1100100 | 1010001 |
Color Harmonies of #9FFFE3
Complementary color
Monochromatic Colors of #9FFFE3
Black with #9FFFE3
Text Example
Text Example
White with #9FFFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFFE3; }
p { color: rgb(159,255,227); }
H1.HeaderClassName
{
color: #9FFFE3;
}
.AnyTagClassName
{
color: #9FFFE3;
}
</style>
background-color css
<style>
a { background-color: #9FFFE3; }
a { background-color: rgb(159,255,227); }
div.DivClassName
{
background-color: #9FFFE3;
}
.BgClassName
{
background-color: #9FFFE3;
}
</style>
border-color css
<style>
span { border-color: #9FFFE3; }
span { border-color: rgb(159,255,227); }
td.TdClassName
{
border-color: #9FFFE3;
}
.TagClassName
{
border-color: #9FFFE3;
}
</style>