Shades of Magic Mint #9FFEDB
Tints of Magic Mint #9FFEDB
RGB
CMYK
RGB Variations
Color information
#9FFEDB (or 0x9FFEDB) is known color: Magic Mint. HEX triplet: 9F, FE and DB. RGB value is (159,254,219). Sum of RGB (Red+Green+Blue) = 159+254+219=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 254 (99.61% from 255 or 40.19% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFEDB is #600124. Grayscale: #DDDDDD. Windows color (decimal): -6291749 or 14417567. OLE color: 14417567.
HSL color Cylindrical-coordinate representation of color #9FFEDB: hue angle of 157.89º 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 #9FFEDB is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 159 | 254 | 219 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.00 |
| HSL | 157.89º | 0.98% | 0.81% | - |
| HSV(B) | 157.89º | 0.37% | 1% | - |
| XYZ | 62.53 | 83.37 | 79.81 | - |
| YUV | 221.61 | 126.53 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 254 | 219 | 0.37 | 0 | 0.14 | 0.00 | 157.89 | 0.98 | 0.81 |
| Hex | 9F | FE | DB | 25 | 0 | E | 0 | 9E | 62 | 51 |
| Octal | 237 | 376 | 333 | 45 | 0 | 16 | 0 | 236 | 142 | 121 |
| Binary | 10011111 | 11111110 | 11011011 | 100101 | 0 | 1110 | 0 | 10011110 | 1100010 | 1010001 |
Color Harmonies of #9FFEDB
Complementary color
Monochromatic Colors of #9FFEDB
Black with #9FFEDB
Text Example
Text Example
White with #9FFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFEDB; }
p { color: rgb(159,254,219); }
H1.HeaderClassName
{
color: #9FFEDB;
}
.AnyTagClassName
{
color: #9FFEDB;
}
</style>
background-color css
<style>
a { background-color: #9FFEDB; }
a { background-color: rgb(159,254,219); }
div.DivClassName
{
background-color: #9FFEDB;
}
.BgClassName
{
background-color: #9FFEDB;
}
</style>
border-color css
<style>
span { border-color: #9FFEDB; }
span { border-color: rgb(159,254,219); }
td.TdClassName
{
border-color: #9FFEDB;
}
.TagClassName
{
border-color: #9FFEDB;
}
</style>