Shades of Magic Mint #9FEECD
Tints of Magic Mint #9FEECD
RGB
CMYK
RGB Variations
Color information
#9FEECD (or 0x9FEECD) is known color: Magic Mint. HEX triplet: 9F, EE and CD. RGB value is (159,238,205). Sum of RGB (Red+Green+Blue) = 159+238+205=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEECD is #601132. Grayscale: #D2D2D2. Windows color (decimal): -6295859 or 13495967. OLE color: 13495967.
HSL color Cylindrical-coordinate representation of color #9FEECD: hue angle of 154.94º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEECD is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 159 | 238 | 205 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.07 |
| HSL | 154.94º | 0.7% | 0.78% | - |
| HSV(B) | 154.94º | 0.33% | 0.93% | - |
| XYZ | 55.89 | 72.93 | 68.89 | - |
| YUV | 210.62 | 124.83 | 91.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 238 | 205 | 0.33 | 0 | 0.14 | 0.07 | 154.94 | 0.7 | 0.78 |
| Hex | 9F | EE | CD | 21 | 0 | E | 7 | 9B | 46 | 4E |
| Octal | 237 | 356 | 315 | 41 | 0 | 16 | 7 | 233 | 106 | 116 |
| Binary | 10011111 | 11101110 | 11001101 | 100001 | 0 | 1110 | 111 | 10011011 | 1000110 | 1001110 |
Color Harmonies of #9FEECD
Complementary color
Monochromatic Colors of #9FEECD
Black with #9FEECD
Text Example
Text Example
White with #9FEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEECD; }
p { color: rgb(159,238,205); }
H1.HeaderClassName
{
color: #9FEECD;
}
.AnyTagClassName
{
color: #9FEECD;
}
</style>
background-color css
<style>
a { background-color: #9FEECD; }
a { background-color: rgb(159,238,205); }
div.DivClassName
{
background-color: #9FEECD;
}
.BgClassName
{
background-color: #9FEECD;
}
</style>
border-color css
<style>
span { border-color: #9FEECD; }
span { border-color: rgb(159,238,205); }
td.TdClassName
{
border-color: #9FEECD;
}
.TagClassName
{
border-color: #9FEECD;
}
</style>