Shades of Magic Mint #9DF8C6
Tints of Magic Mint #9DF8C6
RGB
CMYK
RGB Variations
Color information
#9DF8C6 (or 0x9DF8C6) is known color: Magic Mint. HEX triplet: 9D, F8 and C6. RGB value is (157,248,198). Sum of RGB (Red+Green+Blue) = 157+248+198=603 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.04% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 198 (77.73% from 255 or 32.84% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF8C6 is #620739. Grayscale: #D7D7D7. Windows color (decimal): -6424378 or 13039773. OLE color: 13039773.
HSL color Cylindrical-coordinate representation of color #9DF8C6: hue angle of 147.03º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF8C6 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 198 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.03 |
| HSL | 147.03º | 0.87% | 0.79% | - |
| HSV(B) | 147.03º | 0.37% | 0.97% | - |
| XYZ | 57.67 | 78.38 | 65.52 | - |
| YUV | 215.09 | 118.35 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 198 | 0.37 | 0 | 0.20 | 0.03 | 147.03 | 0.87 | 0.79 |
| Hex | 9D | F8 | C6 | 25 | 0 | 14 | 3 | 93 | 57 | 4F |
| Octal | 235 | 370 | 306 | 45 | 0 | 24 | 3 | 223 | 127 | 117 |
| Binary | 10011101 | 11111000 | 11000110 | 100101 | 0 | 10100 | 11 | 10010011 | 1010111 | 1001111 |
Color Harmonies of #9DF8C6
Complementary color
Monochromatic Colors of #9DF8C6
Black with #9DF8C6
Text Example
Text Example
White with #9DF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF8C6; }
p { color: rgb(157,248,198); }
H1.HeaderClassName
{
color: #9DF8C6;
}
.AnyTagClassName
{
color: #9DF8C6;
}
</style>
background-color css
<style>
a { background-color: #9DF8C6; }
a { background-color: rgb(157,248,198); }
div.DivClassName
{
background-color: #9DF8C6;
}
.BgClassName
{
background-color: #9DF8C6;
}
</style>
border-color css
<style>
span { border-color: #9DF8C6; }
span { border-color: rgb(157,248,198); }
td.TdClassName
{
border-color: #9DF8C6;
}
.TagClassName
{
border-color: #9DF8C6;
}
</style>