Shades of Magic Mint #9DF1DB
Tints of Magic Mint #9DF1DB
RGB
CMYK
RGB Variations
Color information
#9DF1DB (or 0x9DF1DB) is known color: Magic Mint. HEX triplet: 9D, F1 and DB. RGB value is (157,241,219). Sum of RGB (Red+Green+Blue) = 157+241+219=617 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.45% from 617); Green value is 241 (94.53% from 255 or 39.06% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF1DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF1DB is #620E24. Grayscale: #D5D5D5. Windows color (decimal): -6426149 or 14414237. OLE color: 14414237.
HSL color Cylindrical-coordinate representation of color #9DF1DB: hue angle of 164.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF1DB is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 241 | 219 | - |
| CMYK | 0.35 | 0 | 0.09 | 0.05 |
| HSL | 164.29º | 0.75% | 0.78% | - |
| HSV(B) | 164.29º | 0.35% | 0.95% | - |
| XYZ | 58.15 | 75.19 | 78.47 | - |
| YUV | 213.38 | 131.17 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 241 | 219 | 0.35 | 0 | 0.09 | 0.05 | 164.29 | 0.75 | 0.78 |
| Hex | 9D | F1 | DB | 23 | 0 | 9 | 5 | A4 | 4B | 4E |
| Octal | 235 | 361 | 333 | 43 | 0 | 11 | 5 | 244 | 113 | 116 |
| Binary | 10011101 | 11110001 | 11011011 | 100011 | 0 | 1001 | 101 | 10100100 | 1001011 | 1001110 |
Color Harmonies of #9DF1DB
Complementary color
Monochromatic Colors of #9DF1DB
Black with #9DF1DB
Text Example
Text Example
White with #9DF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF1DB; }
p { color: rgb(157,241,219); }
H1.HeaderClassName
{
color: #9DF1DB;
}
.AnyTagClassName
{
color: #9DF1DB;
}
</style>
background-color css
<style>
a { background-color: #9DF1DB; }
a { background-color: rgb(157,241,219); }
div.DivClassName
{
background-color: #9DF1DB;
}
.BgClassName
{
background-color: #9DF1DB;
}
</style>
border-color css
<style>
span { border-color: #9DF1DB; }
span { border-color: rgb(157,241,219); }
td.TdClassName
{
border-color: #9DF1DB;
}
.TagClassName
{
border-color: #9DF1DB;
}
</style>