Shades of Magic Mint #9DEDC6
Tints of Magic Mint #9DEDC6
RGB
CMYK
RGB Variations
Color information
#9DEDC6 (or 0x9DEDC6) is known color: Magic Mint. HEX triplet: 9D, ED and C6. RGB value is (157,237,198). Sum of RGB (Red+Green+Blue) = 157+237+198=592 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.52% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #9DEDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEDC6 is #621239. Grayscale: #D0D0D0. Windows color (decimal): -6427194 or 13036957. OLE color: 13036957.
HSL color Cylindrical-coordinate representation of color #9DEDC6: hue angle of 150.75º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DEDC6 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 198 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.07 |
| HSL | 150.75º | 0.69% | 0.77% | - |
| HSV(B) | 150.75º | 0.34% | 0.93% | - |
| XYZ | 54.38 | 71.81 | 64.42 | - |
| YUV | 208.63 | 122 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 198 | 0.34 | 0 | 0.16 | 0.07 | 150.75 | 0.69 | 0.77 |
| Hex | 9D | ED | C6 | 22 | 0 | 10 | 7 | 97 | 45 | 4D |
| Octal | 235 | 355 | 306 | 42 | 0 | 20 | 7 | 227 | 105 | 115 |
| Binary | 10011101 | 11101101 | 11000110 | 100010 | 0 | 10000 | 111 | 10010111 | 1000101 | 1001101 |
Color Harmonies of #9DEDC6
Complementary color
Monochromatic Colors of #9DEDC6
Black with #9DEDC6
Text Example
Text Example
White with #9DEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEDC6; }
p { color: rgb(157,237,198); }
H1.HeaderClassName
{
color: #9DEDC6;
}
.AnyTagClassName
{
color: #9DEDC6;
}
</style>
background-color css
<style>
a { background-color: #9DEDC6; }
a { background-color: rgb(157,237,198); }
div.DivClassName
{
background-color: #9DEDC6;
}
.BgClassName
{
background-color: #9DEDC6;
}
</style>
border-color css
<style>
span { border-color: #9DEDC6; }
span { border-color: rgb(157,237,198); }
td.TdClassName
{
border-color: #9DEDC6;
}
.TagClassName
{
border-color: #9DEDC6;
}
</style>