Shades of Magic Mint #9FFEDE
Tints of Magic Mint #9FFEDE
RGB
CMYK
RGB Variations
Color information
#9FFEDE (or 0x9FFEDE) is known color: Magic Mint. HEX triplet: 9F, FE and DE. RGB value is (159,254,222). Sum of RGB (Red+Green+Blue) = 159+254+222=635 (84% of max value = 765). Red value is 159 (62.5% from 255 or 25.04% from 635); Green value is 254 (99.61% from 255 or 40% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEDE is #600121. Grayscale: #DDDDDD. Windows color (decimal): -6291746 or 14614175. OLE color: 14614175.
HSL color Cylindrical-coordinate representation of color #9FFEDE: hue angle of 159.79º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEDE is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 222 | - |
| CMYK | 0.37 | 0 | 0.13 | 0.00 |
| HSL | 159.79º | 0.98% | 0.81% | - |
| HSV(B) | 159.79º | 0.37% | 1% | - |
| XYZ | 62.92 | 83.53 | 81.91 | - |
| YUV | 221.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 222 | 0.37 | 0 | 0.13 | 0.00 | 159.79 | 0.98 | 0.81 |
| Hex | 9F | FE | DE | 25 | 0 | D | 0 | A0 | 62 | 51 |
| Octal | 237 | 376 | 336 | 45 | 0 | 15 | 0 | 240 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11011110 | 100101 | 0 | 1101 | 0 | 10100000 | 1100010 | 1010001 |
Color Harmonies of #9FFEDE
Complementary color
Monochromatic Colors of #9FFEDE
Black with #9FFEDE
Text Example
Text Example
White with #9FFEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEDE; }
p { color: rgb(159,254,222); }
H1.HeaderClassName
{
color: #9FFEDE;
}
.AnyTagClassName
{
color: #9FFEDE;
}
</style>
background-color css
<style>
a { background-color: #9FFEDE; }
a { background-color: rgb(159,254,222); }
div.DivClassName
{
background-color: #9FFEDE;
}
.BgClassName
{
background-color: #9FFEDE;
}
</style>
border-color css
<style>
span { border-color: #9FFEDE; }
span { border-color: rgb(159,254,222); }
td.TdClassName
{
border-color: #9FFEDE;
}
.TagClassName
{
border-color: #9FFEDE;
}
</style>