Shades of Magic Mint #9DFFCF
Tints of Magic Mint #9DFFCF
RGB
CMYK
RGB Variations
Color information
#9DFFCF (or 0x9DFFCF) is known color: Magic Mint. HEX triplet: 9D, FF and CF. RGB value is (157,255,207). Sum of RGB (Red+Green+Blue) = 157+255+207=619 (81% of max value = 765). Red value is 157 (61.72% from 255 or 25.36% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DFFCF is #620030. Grayscale: #DCDCDC. Windows color (decimal): -6422577 or 13631389. OLE color: 13631389.
HSL color Cylindrical-coordinate representation of color #9DFFCF: hue angle of 150.61º 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 #9DFFCF is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 207 | - |
| CMYK | 0.38 | 0 | 0.19 | 0 |
| HSL | 150.61º | 1% | 0.81% | - |
| HSV(B) | 150.61º | 0.38% | 1% | - |
| XYZ | 60.93 | 83.19 | 71.88 | - |
| YUV | 220.23 | 120.53 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 207 | 0.38 | 0 | 0.19 | 0 | 150.61 | 1 | 0.81 |
| Hex | 9D | FF | CF | 26 | 0 | 13 | 0 | 97 | 64 | 51 |
| Octal | 235 | 377 | 317 | 46 | 0 | 23 | 0 | 227 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11001111 | 100110 | 0 | 10011 | 0 | 10010111 | 1100100 | 1010001 |
Color Harmonies of #9DFFCF
Complementary color
Monochromatic Colors of #9DFFCF
Black with #9DFFCF
Text Example
Text Example
White with #9DFFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFCF; }
p { color: rgb(157,255,207); }
H1.HeaderClassName
{
color: #9DFFCF;
}
.AnyTagClassName
{
color: #9DFFCF;
}
</style>
background-color css
<style>
a { background-color: #9DFFCF; }
a { background-color: rgb(157,255,207); }
div.DivClassName
{
background-color: #9DFFCF;
}
.BgClassName
{
background-color: #9DFFCF;
}
</style>
border-color css
<style>
span { border-color: #9DFFCF; }
span { border-color: rgb(157,255,207); }
td.TdClassName
{
border-color: #9DFFCF;
}
.TagClassName
{
border-color: #9DFFCF;
}
</style>