Shades of Magic Mint #9FF1DB
Tints of Magic Mint #9FF1DB
RGB
CMYK
RGB Variations
Color information
#9FF1DB (or 0x9FF1DB) is known color: Magic Mint. HEX triplet: 9F, F1 and DB. RGB value is (159,241,219). Sum of RGB (Red+Green+Blue) = 159+241+219=619 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.69% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF1DB is #600E24. Grayscale: #D5D5D5. Windows color (decimal): -6295077 or 14414239. OLE color: 14414239.
HSL color Cylindrical-coordinate representation of color #9FF1DB: hue angle of 163.9º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1DB is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 241 | 219 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.05 |
| HSL | 163.9º | 0.75% | 0.78% | - |
| HSV(B) | 163.9º | 0.34% | 0.95% | - |
| XYZ | 58.54 | 75.4 | 78.49 | - |
| YUV | 213.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 241 | 219 | 0.34 | 0 | 0.09 | 0.05 | 163.9 | 0.75 | 0.78 |
| Hex | 9F | F1 | DB | 22 | 0 | 9 | 5 | A4 | 4B | 4E |
| Octal | 237 | 361 | 333 | 42 | 0 | 11 | 5 | 244 | 113 | 116 |
| Binary | 10011111 | 11110001 | 11011011 | 100010 | 0 | 1001 | 101 | 10100100 | 1001011 | 1001110 |
Color Harmonies of #9FF1DB
Complementary color
Monochromatic Colors of #9FF1DB
Black with #9FF1DB
Text Example
Text Example
White with #9FF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF1DB; }
p { color: rgb(159,241,219); }
H1.HeaderClassName
{
color: #9FF1DB;
}
.AnyTagClassName
{
color: #9FF1DB;
}
</style>
background-color css
<style>
a { background-color: #9FF1DB; }
a { background-color: rgb(159,241,219); }
div.DivClassName
{
background-color: #9FF1DB;
}
.BgClassName
{
background-color: #9FF1DB;
}
</style>
border-color css
<style>
span { border-color: #9FF1DB; }
span { border-color: rgb(159,241,219); }
td.TdClassName
{
border-color: #9FF1DB;
}
.TagClassName
{
border-color: #9FF1DB;
}
</style>