Shades of Magic Mint #9DF4C6
Tints of Magic Mint #9DF4C6
RGB
CMYK
RGB Variations
Color information
#9DF4C6 (or 0x9DF4C6) is known color: Magic Mint. HEX triplet: 9D, F4 and C6. RGB value is (157,244,198). Sum of RGB (Red+Green+Blue) = 157+244+198=599 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.21% from 599); Green value is 244 (95.70% from 255 or 40.73% from 599); Blue value is 198 (77.73% from 255 or 33.06% from 599); Max value from RGB is 244 - color contains mainly: green. Hex color #9DF4C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DF4C6 is #620B39. Grayscale: #D4D4D4. Windows color (decimal): -6425402 or 13038749. OLE color: 13038749.
HSL color Cylindrical-coordinate representation of color #9DF4C6: hue angle of 148.28º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DF4C6 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 244 | 198 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.04 |
| HSL | 148.28º | 0.8% | 0.79% | - |
| HSV(B) | 148.28º | 0.36% | 0.96% | - |
| XYZ | 56.45 | 75.95 | 65.11 | - |
| YUV | 212.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 244 | 198 | 0.36 | 0 | 0.19 | 0.04 | 148.28 | 0.8 | 0.79 |
| Hex | 9D | F4 | C6 | 24 | 0 | 13 | 4 | 94 | 50 | 4F |
| Octal | 235 | 364 | 306 | 44 | 0 | 23 | 4 | 224 | 120 | 117 |
| Binary | 10011101 | 11110100 | 11000110 | 100100 | 0 | 10011 | 100 | 10010100 | 1010000 | 1001111 |
Color Harmonies of #9DF4C6
Complementary color
Monochromatic Colors of #9DF4C6
Black with #9DF4C6
Text Example
Text Example
White with #9DF4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF4C6; }
p { color: rgb(157,244,198); }
H1.HeaderClassName
{
color: #9DF4C6;
}
.AnyTagClassName
{
color: #9DF4C6;
}
</style>
background-color css
<style>
a { background-color: #9DF4C6; }
a { background-color: rgb(157,244,198); }
div.DivClassName
{
background-color: #9DF4C6;
}
.BgClassName
{
background-color: #9DF4C6;
}
</style>
border-color css
<style>
span { border-color: #9DF4C6; }
span { border-color: rgb(157,244,198); }
td.TdClassName
{
border-color: #9DF4C6;
}
.TagClassName
{
border-color: #9DF4C6;
}
</style>