Shades of Magic Mint #9DFFDB
Tints of Magic Mint #9DFFDB
RGB
CMYK
RGB Variations
Color information
#9DFFDB (or 0x9DFFDB) is known color: Magic Mint. HEX triplet: 9D, FF and DB. RGB value is (157,255,219). Sum of RGB (Red+Green+Blue) = 157+255+219=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 255 (100% from 255 or 40.41% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFDB is #620024. Grayscale: #DDDDDD. Windows color (decimal): -6422565 or 14417821. OLE color: 14417821.
HSL color Cylindrical-coordinate representation of color #9DFFDB: hue angle of 157.96º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFFDB is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 219 | - |
| CMYK | 0.38 | 0 | 0.14 | 0 |
| HSL | 157.96º | 1% | 0.81% | - |
| HSV(B) | 157.96º | 0.38% | 1% | - |
| XYZ | 62.45 | 83.8 | 79.9 | - |
| YUV | 221.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 219 | 0.38 | 0 | 0.14 | 0 | 157.96 | 1 | 0.81 |
| Hex | 9D | FF | DB | 26 | 0 | E | 0 | 9E | 64 | 51 |
| Octal | 235 | 377 | 333 | 46 | 0 | 16 | 0 | 236 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11011011 | 100110 | 0 | 1110 | 0 | 10011110 | 1100100 | 1010001 |
Color Harmonies of #9DFFDB
Complementary color
Monochromatic Colors of #9DFFDB
Black with #9DFFDB
Text Example
Text Example
White with #9DFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFDB; }
p { color: rgb(157,255,219); }
H1.HeaderClassName
{
color: #9DFFDB;
}
.AnyTagClassName
{
color: #9DFFDB;
}
</style>
background-color css
<style>
a { background-color: #9DFFDB; }
a { background-color: rgb(157,255,219); }
div.DivClassName
{
background-color: #9DFFDB;
}
.BgClassName
{
background-color: #9DFFDB;
}
</style>
border-color css
<style>
span { border-color: #9DFFDB; }
span { border-color: rgb(157,255,219); }
td.TdClassName
{
border-color: #9DFFDB;
}
.TagClassName
{
border-color: #9DFFDB;
}
</style>