Shades of Magic Mint #9DF2BF
Tints of Magic Mint #9DF2BF
RGB
CMYK
RGB Variations
Color information
#9DF2BF (or 0x9DF2BF) is known color: Magic Mint. HEX triplet: 9D, F2 and BF. RGB value is (157,242,191). Sum of RGB (Red+Green+Blue) = 157+242+191=590 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.61% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF2BF is #620D40. Grayscale: #D2D2D2. Windows color (decimal): -6425921 or 12579485. OLE color: 12579485.
HSL color Cylindrical-coordinate representation of color #9DF2BF: hue angle of 144º degrees, saturation: 0.77, 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 #9DF2BF is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 191 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.05 |
| HSL | 144º | 0.77% | 0.78% | - |
| HSV(B) | 144º | 0.35% | 0.95% | - |
| XYZ | 55.06 | 74.43 | 60.76 | - |
| YUV | 210.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 191 | 0.35 | 0 | 0.21 | 0.05 | 144 | 0.77 | 0.78 |
| Hex | 9D | F2 | BF | 23 | 0 | 15 | 5 | 90 | 4D | 4E |
| Octal | 235 | 362 | 277 | 43 | 0 | 25 | 5 | 220 | 115 | 116 |
| Binary | 10011101 | 11110010 | 10111111 | 100011 | 0 | 10101 | 101 | 10010000 | 1001101 | 1001110 |
Color Harmonies of #9DF2BF
Complementary color
Monochromatic Colors of #9DF2BF
Black with #9DF2BF
Text Example
Text Example
White with #9DF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF2BF; }
p { color: rgb(157,242,191); }
H1.HeaderClassName
{
color: #9DF2BF;
}
.AnyTagClassName
{
color: #9DF2BF;
}
</style>
background-color css
<style>
a { background-color: #9DF2BF; }
a { background-color: rgb(157,242,191); }
div.DivClassName
{
background-color: #9DF2BF;
}
.BgClassName
{
background-color: #9DF2BF;
}
</style>
border-color css
<style>
span { border-color: #9DF2BF; }
span { border-color: rgb(157,242,191); }
td.TdClassName
{
border-color: #9DF2BF;
}
.TagClassName
{
border-color: #9DF2BF;
}
</style>