Shades of Magic Mint #9DDFC6
Tints of Magic Mint #9DDFC6
RGB
CMYK
RGB Variations
Color information
#9DDFC6 (or 0x9DDFC6) is known color: Magic Mint. HEX triplet: 9D, DF and C6. RGB value is (157,223,198). Sum of RGB (Red+Green+Blue) = 157+223+198=578 (76% of max value = 765). Red value is 157 (61.72% from 255 or 27.16% from 578); Green value is 223 (87.5% from 255 or 38.58% from 578); Blue value is 198 (77.73% from 255 or 34.26% from 578); Max value from RGB is 223 - color contains mainly: green. Hex color #9DDFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DDFC6 is #622039. Grayscale: #C8C8C8. Windows color (decimal): -6430778 or 13033373. OLE color: 13033373.
HSL color Cylindrical-coordinate representation of color #9DDFC6: hue angle of 157.27º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DDFC6 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 157 | 223 | 198 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.13 |
| HSL | 157.27º | 0.51% | 0.75% | - |
| HSV(B) | 157.27º | 0.3% | 0.87% | - |
| XYZ | 50.49 | 64.02 | 63.12 | - |
| YUV | 200.42 | 126.63 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 223 | 198 | 0.30 | 0 | 0.11 | 0.13 | 157.27 | 0.51 | 0.75 |
| Hex | 9D | DF | C6 | 1E | 0 | B | D | 9D | 33 | 4B |
| Octal | 235 | 337 | 306 | 36 | 0 | 13 | 15 | 235 | 63 | 113 |
| Binary | 10011101 | 11011111 | 11000110 | 11110 | 0 | 1011 | 1101 | 10011101 | 110011 | 1001011 |
Color Harmonies of #9DDFC6
Complementary color
Monochromatic Colors of #9DDFC6
Black with #9DDFC6
Text Example
Text Example
White with #9DDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DDFC6; }
p { color: rgb(157,223,198); }
H1.HeaderClassName
{
color: #9DDFC6;
}
.AnyTagClassName
{
color: #9DDFC6;
}
</style>
background-color css
<style>
a { background-color: #9DDFC6; }
a { background-color: rgb(157,223,198); }
div.DivClassName
{
background-color: #9DDFC6;
}
.BgClassName
{
background-color: #9DDFC6;
}
</style>
border-color css
<style>
span { border-color: #9DDFC6; }
span { border-color: rgb(157,223,198); }
td.TdClassName
{
border-color: #9DDFC6;
}
.TagClassName
{
border-color: #9DDFC6;
}
</style>