Shades of Magic Mint #9DFFC2
Tints of Magic Mint #9DFFC2
RGB
CMYK
RGB Variations
Color information
#9DFFC2 (or 0x9DFFC2) is known color: Magic Mint. HEX triplet: 9D, FF and C2. RGB value is (157,255,194). Sum of RGB (Red+Green+Blue) = 157+255+194=606 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.91% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFC2 is #62003D. Grayscale: #DADADA. Windows color (decimal): -6422590 or 12779421. OLE color: 12779421.
HSL color Cylindrical-coordinate representation of color #9DFFC2: hue angle of 142.65º 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 #9DFFC2 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 194 | - |
| CMYK | 0.38 | 0 | 0.24 | 0 |
| HSL | 142.65º | 1% | 0.81% | - |
| HSV(B) | 142.65º | 0.38% | 1% | - |
| XYZ | 59.4 | 82.58 | 63.85 | - |
| YUV | 218.74 | 114.03 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 194 | 0.38 | 0 | 0.24 | 0 | 142.65 | 1 | 0.81 |
| Hex | 9D | FF | C2 | 26 | 0 | 18 | 0 | 8F | 64 | 51 |
| Octal | 235 | 377 | 302 | 46 | 0 | 30 | 0 | 217 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11000010 | 100110 | 0 | 11000 | 0 | 10001111 | 1100100 | 1010001 |
Color Harmonies of #9DFFC2
Complementary color
Monochromatic Colors of #9DFFC2
Black with #9DFFC2
Text Example
Text Example
White with #9DFFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFC2; }
p { color: rgb(157,255,194); }
H1.HeaderClassName
{
color: #9DFFC2;
}
.AnyTagClassName
{
color: #9DFFC2;
}
</style>
background-color css
<style>
a { background-color: #9DFFC2; }
a { background-color: rgb(157,255,194); }
div.DivClassName
{
background-color: #9DFFC2;
}
.BgClassName
{
background-color: #9DFFC2;
}
</style>
border-color css
<style>
span { border-color: #9DFFC2; }
span { border-color: rgb(157,255,194); }
td.TdClassName
{
border-color: #9DFFC2;
}
.TagClassName
{
border-color: #9DFFC2;
}
</style>