Shades of Magic Mint #9DEACD
Tints of Magic Mint #9DEACD
RGB
CMYK
RGB Variations
Color information
#9DEACD (or 0x9DEACD) is known color: Magic Mint. HEX triplet: 9D, EA and CD. RGB value is (157,234,205). Sum of RGB (Red+Green+Blue) = 157+234+205=596 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.34% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9DEACD is #621532. Grayscale: #CFCFCF. Windows color (decimal): -6427955 or 13494941. OLE color: 13494941.
HSL color Cylindrical-coordinate representation of color #9DEACD: hue angle of 157.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DEACD is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 205 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.08 |
| HSL | 157.4º | 0.65% | 0.77% | - |
| HSV(B) | 157.4º | 0.33% | 0.92% | - |
| XYZ | 54.35 | 70.42 | 68.49 | - |
| YUV | 207.67 | 126.49 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 205 | 0.33 | 0 | 0.12 | 0.08 | 157.4 | 0.65 | 0.77 |
| Hex | 9D | EA | CD | 21 | 0 | C | 8 | 9D | 41 | 4D |
| Octal | 235 | 352 | 315 | 41 | 0 | 14 | 10 | 235 | 101 | 115 |
| Binary | 10011101 | 11101010 | 11001101 | 100001 | 0 | 1100 | 1000 | 10011101 | 1000001 | 1001101 |
Color Harmonies of #9DEACD
Complementary color
Monochromatic Colors of #9DEACD
Black with #9DEACD
Text Example
Text Example
White with #9DEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEACD; }
p { color: rgb(157,234,205); }
H1.HeaderClassName
{
color: #9DEACD;
}
.AnyTagClassName
{
color: #9DEACD;
}
</style>
background-color css
<style>
a { background-color: #9DEACD; }
a { background-color: rgb(157,234,205); }
div.DivClassName
{
background-color: #9DEACD;
}
.BgClassName
{
background-color: #9DEACD;
}
</style>
border-color css
<style>
span { border-color: #9DEACD; }
span { border-color: rgb(157,234,205); }
td.TdClassName
{
border-color: #9DEACD;
}
.TagClassName
{
border-color: #9DEACD;
}
</style>