Shades of Magic Mint #9FEACD
Tints of Magic Mint #9FEACD
RGB
CMYK
RGB Variations
Color information
#9FEACD (or 0x9FEACD) is known color: Magic Mint. HEX triplet: 9F, EA and CD. RGB value is (159,234,205). Sum of RGB (Red+Green+Blue) = 159+234+205=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 205 (80.47% from 255 or 34.28% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEACD is #601532. Grayscale: #D0D0D0. Windows color (decimal): -6296883 or 13494943. OLE color: 13494943.
HSL color Cylindrical-coordinate representation of color #9FEACD: hue angle of 156.8º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEACD is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 205 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.08 |
| HSL | 156.8º | 0.64% | 0.77% | - |
| HSV(B) | 156.8º | 0.32% | 0.92% | - |
| XYZ | 54.74 | 70.62 | 68.5 | - |
| YUV | 208.27 | 126.15 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 205 | 0.32 | 0 | 0.12 | 0.08 | 156.8 | 0.64 | 0.77 |
| Hex | 9F | EA | CD | 20 | 0 | C | 8 | 9D | 40 | 4D |
| Octal | 237 | 352 | 315 | 40 | 0 | 14 | 10 | 235 | 100 | 115 |
| Binary | 10011111 | 11101010 | 11001101 | 100000 | 0 | 1100 | 1000 | 10011101 | 1000000 | 1001101 |
Color Harmonies of #9FEACD
Complementary color
Monochromatic Colors of #9FEACD
Black with #9FEACD
Text Example
Text Example
White with #9FEACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEACD; }
p { color: rgb(159,234,205); }
H1.HeaderClassName
{
color: #9FEACD;
}
.AnyTagClassName
{
color: #9FEACD;
}
</style>
background-color css
<style>
a { background-color: #9FEACD; }
a { background-color: rgb(159,234,205); }
div.DivClassName
{
background-color: #9FEACD;
}
.BgClassName
{
background-color: #9FEACD;
}
</style>
border-color css
<style>
span { border-color: #9FEACD; }
span { border-color: rgb(159,234,205); }
td.TdClassName
{
border-color: #9FEACD;
}
.TagClassName
{
border-color: #9FEACD;
}
</style>