Shades of Magic Mint #9FFEDA
Tints of Magic Mint #9FFEDA
RGB
CMYK
RGB Variations
Color information
#9FFEDA (or 0x9FFEDA) is known color: Magic Mint. HEX triplet: 9F, FE and DA. RGB value is (159,254,218). Sum of RGB (Red+Green+Blue) = 159+254+218=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEDA is #600125. Grayscale: #DDDDDD. Windows color (decimal): -6291750 or 14352031. OLE color: 14352031.
HSL color Cylindrical-coordinate representation of color #9FFEDA: hue angle of 157.26º 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 #9FFEDA is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 218 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.00 |
| HSL | 157.26º | 0.98% | 0.81% | - |
| HSV(B) | 157.26º | 0.37% | 1% | - |
| XYZ | 62.39 | 83.32 | 79.12 | - |
| YUV | 221.49 | 126.03 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 218 | 0.37 | 0 | 0.14 | 0.00 | 157.26 | 0.98 | 0.81 |
| Hex | 9F | FE | DA | 25 | 0 | E | 0 | 9D | 62 | 51 |
| Octal | 237 | 376 | 332 | 45 | 0 | 16 | 0 | 235 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11011010 | 100101 | 0 | 1110 | 0 | 10011101 | 1100010 | 1010001 |
Color Harmonies of #9FFEDA
Complementary color
Monochromatic Colors of #9FFEDA
Black with #9FFEDA
Text Example
Text Example
White with #9FFEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEDA; }
p { color: rgb(159,254,218); }
H1.HeaderClassName
{
color: #9FFEDA;
}
.AnyTagClassName
{
color: #9FFEDA;
}
</style>
background-color css
<style>
a { background-color: #9FFEDA; }
a { background-color: rgb(159,254,218); }
div.DivClassName
{
background-color: #9FFEDA;
}
.BgClassName
{
background-color: #9FFEDA;
}
</style>
border-color css
<style>
span { border-color: #9FFEDA; }
span { border-color: rgb(159,254,218); }
td.TdClassName
{
border-color: #9FFEDA;
}
.TagClassName
{
border-color: #9FFEDA;
}
</style>