Shades of Magic Mint #9DF9C3
Tints of Magic Mint #9DF9C3
RGB
CMYK
RGB Variations
Color information
#9DF9C3 (or 0x9DF9C3) is known color: Magic Mint. HEX triplet: 9D, F9 and C3. RGB value is (157,249,195). Sum of RGB (Red+Green+Blue) = 157+249+195=601 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.12% from 601); Green value is 249 (97.66% from 255 or 41.43% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF9C3 is #62063C. Grayscale: #D7D7D7. Windows color (decimal): -6424125 or 12843421. OLE color: 12843421.
HSL color Cylindrical-coordinate representation of color #9DF9C3: hue angle of 144.78º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF9C3 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 195 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.02 |
| HSL | 144.78º | 0.88% | 0.8% | - |
| HSV(B) | 144.78º | 0.37% | 0.98% | - |
| XYZ | 57.63 | 78.86 | 63.81 | - |
| YUV | 215.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 195 | 0.37 | 0 | 0.22 | 0.02 | 144.78 | 0.88 | 0.8 |
| Hex | 9D | F9 | C3 | 25 | 0 | 16 | 2 | 91 | 58 | 50 |
| Octal | 235 | 371 | 303 | 45 | 0 | 26 | 2 | 221 | 130 | 120 |
| Binary | 10011101 | 11111001 | 11000011 | 100101 | 0 | 10110 | 10 | 10010001 | 1011000 | 1010000 |
Color Harmonies of #9DF9C3
Complementary color
Monochromatic Colors of #9DF9C3
Black with #9DF9C3
Text Example
Text Example
White with #9DF9C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF9C3; }
p { color: rgb(157,249,195); }
H1.HeaderClassName
{
color: #9DF9C3;
}
.AnyTagClassName
{
color: #9DF9C3;
}
</style>
background-color css
<style>
a { background-color: #9DF9C3; }
a { background-color: rgb(157,249,195); }
div.DivClassName
{
background-color: #9DF9C3;
}
.BgClassName
{
background-color: #9DF9C3;
}
</style>
border-color css
<style>
span { border-color: #9DF9C3; }
span { border-color: rgb(157,249,195); }
td.TdClassName
{
border-color: #9DF9C3;
}
.TagClassName
{
border-color: #9DF9C3;
}
</style>